Home
last modified time | relevance | path

Searched defs:pentry (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dexcept.c1418 t2r_eq (pentry, pdata) in t2r_eq() argument
1429 t2r_hash (pentry) in t2r_hash() argument
1477 ttypes_filter_eq (pentry, pdata) in ttypes_filter_eq() argument
1488 ttypes_filter_hash (pentry) in ttypes_filter_hash() argument
1501 ehspec_filter_eq (pentry, pdata) in ehspec_filter_eq() argument
1514 ehspec_filter_hash (pentry) in ehspec_filter_hash() argument
2311 ehl_hash (pentry) in ehl_hash() argument
2322 ehl_eq (pentry, pdata) in ehl_eq() argument
2496 for_each_eh_label_1 (pentry, data) in for_each_eh_label_1() argument
3163 action_record_eq (pentry, pdata) in action_record_eq() argument
[all …]
/openbsd-src/gnu/gcc/gcc/
H A Dexcept.c1130 t2r_eq (const void *pentry, const void *pdata) in t2r_eq()
1139 t2r_hash (const void *pentry) in t2r_hash()
1184 ttypes_filter_eq (const void *pentry, const void *pdata) in ttypes_filter_eq()
1193 ttypes_filter_hash (const void *pentry) in ttypes_filter_hash()
1205 ehspec_filter_eq (const void *pentry, const void *pdata) in ehspec_filter_eq()
1216 ehspec_filter_hash (const void *pentry) in ehspec_filter_hash()
2134 ehl_hash (const void *pentry) in ehl_hash()
2144 ehl_eq (const void *pentry, const void *pdata) in ehl_eq()
2314 for_each_eh_label_1 (void **pentry, void *data) in for_each_eh_label_1()
3060 action_record_eq (const void *pentry, const void *pdata) in action_record_eq()
[all …]
H A Dloop-invariant.c430 struct invariant_expr_entry pentry; in find_or_insert_inv() local
/openbsd-src/sys/arch/sparc64/stand/ofwboot/
H A Dboot.c162 chain(u_int64_t pentry, char *args, void *ssym, void *esym) in chain()