Searched refs:pr_type (Results 1 – 3 of 3) sorted by relevance
| /openbmc/u-boot/scripts/kconfig/ |
| H A D | expr.c | 1284 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 D | expr.h | 313 tristate pr_type, const char *title);
|
| /openbmc/qemu/linux-user/ |
| H A D | elfload.c | 2147 static bool arch_parse_elf_property(uint32_t pr_type, uint32_t pr_datasz, in arch_parse_elf_property() argument 2152 if (pr_type == GNU_PROPERTY_AARCH64_FEATURE_1_AND) { in arch_parse_elf_property() 2166 static bool arch_parse_elf_property(uint32_t pr_type, uint32_t pr_datasz, in arch_parse_elf_property() argument 3151 uint32_t pr_type, pr_datasz, step; in parse_elf_property() local 3162 pr_type = data[0]; in parse_elf_property() 3172 if (have_prev_type && pr_type <= *prev_type) { in parse_elf_property() 3173 if (pr_type == *prev_type) { in parse_elf_property() 3180 *prev_type = pr_type; in parse_elf_property() 3182 if (!arch_parse_elf_property(pr_type, pr_datasz, data, info, errp)) { in parse_elf_property()
|