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,
1135 uint32_t pr_type, pr_datasz, step;
1146 pr_type = data[0];
1155 /* Properties are supposed to be unique and sorted on pr_type. */
1156 if (have_prev_type && pr_type <= *prev_type) {
1157 if (pr_type == *prev_type) {
1164 *prev_type = pr_type;
1166 if (!arch_parse_elf_property(pr_type, pr_datasz, data, info, errp)) {
2147 arch_parse_elf_property(uint32_t pr_type,uint32_t pr_datasz,const uint32_t * data,struct image_info * info,Error ** errp) arch_parse_elf_property() argument
2166 arch_parse_elf_property(uint32_t pr_type,uint32_t pr_datasz,const uint32_t * data,struct image_info * info,Error ** errp) arch_parse_elf_property() argument
3151 uint32_t pr_type, pr_datasz, step; parse_elf_property() local