Home
last modified time | relevance | path

Searched refs:type_table (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/libcxxrt/
H A Ddwarf_eh.h323 dw_eh_ptr_t type_table; member
356 lsda.type_table = 0; in parse_lsda()
361 dw_eh_ptr_t type_table = data; in parse_lsda() local
362 type_table += v; in parse_lsda()
363 lsda.type_table = type_table; in parse_lsda()
H A Dexception.cc942 dw_eh_ptr_t record = lsda->type_table - in get_type_info_entry()
1059 unsigned char *type_index = reinterpret_cast<unsigned char*>(lsda->type_table) - filter - 1; in check_action_record()
/freebsd/contrib/elftoolchain/nm/
H A Dnm.c655 size_t strndx, const char *type_table, const char **sec_table, in get_sym() argument
701 type = get_sym_type(&sym, type_table); in get_sym()
744 get_sym_type(const GElf_Sym *sym, const char *type_table) in get_sym_type() argument
748 if (sym == NULL || type_table == NULL) in get_sym_type()
769 return (is_local == true && type_table[sym->st_shndx] != 'N' ? in get_sym_type()
770 tolower((unsigned char) type_table[sym->st_shndx]) : in get_sym_type()
771 type_table[sym->st_shndx]); in get_sym_type()
1199 char *type_table, **sec_table, *sfile, **src_files; in read_elf() local
1208 type_table = NULL; in read_elf()
1245 if ((type_table = malloc(sizeof(char) * shnum)) == NULL) { in read_elf()
[all …]