Searched refs:eh_info (Results 1 - 9 of 9) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dexception.cc90 __eh_info eh_info; member in struct:cp_eh_info
211 p->eh_info.match_function = __cplus_type_matcher;
212 p->eh_info.language = EH_LANG_C_plus_plus;
213 p->eh_info.version = 1;
/haiku-buildtools/legacy/binutils/bfd/
H A Delf-eh-frame.c198 hdr_info = &htab->eh_info;
636 hdr_info = &htab->eh_info;
665 hdr_info = &htab->eh_info;
784 hdr_info = &htab->eh_info;
1089 hdr_info = &htab->eh_info;
H A Delf-bfd.h387 struct eh_frame_hdr_info eh_info;
386 struct eh_frame_hdr_info eh_info; member in struct:elf_link_hash_table
H A Delf.c1587 memset (&table->eh_info, 0, sizeof (table->eh_info));
H A Delflink.c196 elf_hash_table (info)->eh_info.hdr_sec = s;
8706 if (elf_hash_table (info)->eh_info.hdr_sec == o)
/haiku-buildtools/binutils/bfd/
H A Delf-eh-frame.c521 hdr_info = &htab->eh_info;
589 hdr_info = &htab->eh_info;
1107 hdr_info = &elf_hash_table (info)->eh_info;
1341 hdr_info = &elf_hash_table (info)->eh_info;
1434 hdr_info = &htab->eh_info;
1521 hdr_info = &htab->eh_info;
1749 hdr_info = &htab->eh_info;
2117 hdr_info = &elf_hash_table (info)->eh_info;
2181 hdr_info = &htab->eh_info;
2231 hdr_info = &htab->eh_info;
[all...]
H A Delf-bfd.h577 struct eh_frame_hdr_info eh_info;
576 struct eh_frame_hdr_info eh_info; member in struct:elf_link_hash_table
H A Delflink.c12318 if (htab->eh_info.hdr_sec == o)
/haiku-buildtools/legacy/gcc/gcc/
H A Dlibgcc2.c3564 __eh_info *eh_info, int rethrow, int *cleanup)
3601 __eh_matcher matcher = eh_info->match_function;
3605 void *ret = (*matcher)((void *) eh_info,
3801 __eh_info *eh_info = (__eh_info *)eh->info; local
3830 eh_info, 1, &cleanup);
3835 handler = find_exception_handler (pc, udata->eh_ptr, eh_info,

Completed in 231 milliseconds