Searched refs:pentry (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | except.c | 1418 t2r_eq (pentry, pdata) in t2r_eq() argument 1419 const PTR pentry; in t2r_eq() 1429 t2r_hash (pentry) in t2r_hash() argument 1430 const PTR pentry; in t2r_hash() 1478 const PTR pentry; in ttypes_filter_eq() 1489 const PTR pentry; in ttypes_filter_hash() 1502 const PTR pentry; in ehspec_filter_eq() 1515 const PTR pentry; in ehspec_filter_hash() 2311 ehl_hash (pentry) in ehl_hash() argument 2312 const PTR pentry; in ehl_hash() [all …]
|
/openbsd/gnu/gcc/gcc/ |
H A D | except.c | 1130 t2r_eq (const void *pentry, const void *pdata) in t2r_eq() argument 1132 tree entry = (tree) pentry; in t2r_eq() 1139 t2r_hash (const void *pentry) in t2r_hash() argument 1141 tree entry = (tree) pentry; in t2r_hash() 1184 ttypes_filter_eq (const void *pentry, const void *pdata) in ttypes_filter_eq() argument 1193 ttypes_filter_hash (const void *pentry) in ttypes_filter_hash() argument 1216 ehspec_filter_hash (const void *pentry) in ehspec_filter_hash() argument 2134 ehl_hash (const void *pentry) in ehl_hash() argument 2144 ehl_eq (const void *pentry, const void *pdata) in ehl_eq() argument 2314 for_each_eh_label_1 (void **pentry, void *data) in for_each_eh_label_1() argument [all …]
|
H A D | loop-invariant.c | 430 struct invariant_expr_entry pentry; in find_or_insert_inv() local 433 pentry.expr = expr; in find_or_insert_inv() 434 pentry.inv = inv; in find_or_insert_inv() 435 pentry.mode = mode; in find_or_insert_inv() 436 slot = htab_find_slot_with_hash (eq, &pentry, hash, INSERT); in find_or_insert_inv()
|
/openbsd/sys/arch/sparc64/stand/ofwboot/ |
H A D | boot.c | 162 chain(u_int64_t pentry, char *args, void *ssym, void *esym) in chain() argument 169 entry = (void *)(long)pentry; in chain()
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | xsym.c | 1369 MTE bfd_sym_modules_table_entry pentry; 1371 ret = bfd_sym_fetch_modules_table_entry (abfd, &pentry, entry->mte_parent); 1377 bfd_sym_symbol_name (abfd, pentry.mte_nte_index)[0], 1378 &bfd_sym_symbol_name (abfd, pentry.mte_nte_index)[1]);
|