Home
last modified time | relevance | path

Searched refs:pr_type (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/scripts/kconfig/
H A Dexpr.c1284 void *data, tristate pr_type, const char **title) in expr_print_revdep() argument
1287 expr_print_revdep(e->left.expr, fn, data, pr_type, title); in expr_print_revdep()
1288 expr_print_revdep(e->right.expr, fn, data, pr_type, title); in expr_print_revdep()
1289 } else if (expr_calc_value(e) == pr_type) { in expr_print_revdep()
1302 tristate pr_type, const char *title) in expr_gstr_print_revdep() argument
1304 expr_print_revdep(e, expr_print_gstr_helper, gs, pr_type, &title); in expr_gstr_print_revdep()
H A Dexpr.h313 tristate pr_type, const char *title);
/openbmc/qemu/linux-user/
H A Delfload.c170 bool arch_parse_elf_property(uint32_t pr_type, uint32_t pr_datasz, in arch_parse_elf_property() argument
1135 uint32_t pr_type, pr_datasz, step; in parse_elf_property() local
1146 pr_type = data[0]; in parse_elf_property()
1156 if (have_prev_type && pr_type <= *prev_type) { in parse_elf_property()
1157 if (pr_type == *prev_type) { in parse_elf_property()
1164 *prev_type = pr_type; in parse_elf_property()
1166 if (!arch_parse_elf_property(pr_type, pr_datasz, data, info, errp)) { in parse_elf_property()