Home
last modified time | relevance | path

Searched refs:SHT_SYMTAB (Results 1 – 25 of 41) sorted by relevance

12

/external/elfutils/src/tests/
Dasm-tst7.c119 if (shdr->sh_type != SHT_SYMTAB) in main()
Dasm-tst8.c120 if (shdr->sh_type != SHT_SYMTAB) in main()
Dsectiondump.c122 case SHT_SYMTAB: in handle_section()
Dasm-tst3.c48 [3] = SHT_SYMTAB,
/external/elfutils/src/libasm/
Ddisasm_cb.c86 if (shdr == NULL || shdr->sh_type != SHT_SYMTAB in read_symtab_exec()
Dasm_end.c278 shdr->sh_type = SHT_SYMTAB; in binary_end()
/external/elfutils/src/libelf/
Dnlist.c101 if (shdr->sh_type == SHT_SYMTAB) in nlist()
Delf32_updatenull.c209 case SHT_SYMTAB: in __elfw2()
Delf_getdata.c57 [SHT_SYMTAB] = ELF_T_SYM,
/external/elfutils/src/src/
Darlib.c227 symtype = SHT_SYMTAB; in arlib_add_symbols()
Dunstrip.c328 case SHT_SYMTAB: in section_can_shrink()
1275 if (sections[nalloc].shdr.sh_type == SHT_SYMTAB) in copy_elided_sections()
1316 if (shdr->sh_type == SHT_SYMTAB) in copy_elided_sections()
1534 if (shdr_mem.sh_type == SHT_SYMTAB || shdr_mem.sh_type == SHT_DYNSYM) in copy_elided_sections()
1572 if (shdr_mem.sh_type == SHT_SYMTAB) in copy_elided_sections()
Dfindtextrel.c305 case SHT_SYMTAB: in process_file()
Dnm.c188 static GElf_Word symsec_type = SHT_SYMTAB;
1467 if (symsec_type == SHT_SYMTAB) in handle_elf()
Dstrip.c787 || shdr_info[cnt].shdr.sh_type == SHT_SYMTAB)) in handle_elf()
804 elf_assert (shdr_info[cnt].shdr.sh_type == SHT_SYMTAB); in handle_elf()
1195 || shdr_info[cnt].shdr.sh_type == SHT_SYMTAB) in handle_elf()
/external/kernel-headers/original/uapi/linux/
Delf.h268 #define SHT_SYMTAB 2 macro
/external/libvpx/libvpx/build/make/
Dobj_int_extract.c444 if (shdr.sh_type == SHT_SYMTAB) { in parse_elf()
533 if (shdr.sh_type == SHT_SYMTAB) { in parse_elf()
/external/valgrind/VEX/unused/
Dlinker.c719 stab = (Elf_Sym*) findElfSection ( ehdrC, SHT_SYMTAB ); in ocResolve_ELF()
889 if (shdr[i].sh_type != SHT_SYMTAB) continue; in ocVerifyImage_ELF()
1038 if (shdr[i].sh_type != SHT_SYMTAB) continue; in ocGetNames_ELF()
/external/valgrind/VEX/switchback/
Dlinker.c879 stab = (Elf_Sym*) findElfSection ( ehdrC, SHT_SYMTAB );
1052 if (shdr[i].sh_type != SHT_SYMTAB) continue;
1200 if (shdr[i].sh_type != SHT_SYMTAB) continue;
/external/icu/icu4c/source/tools/toolutil/
Dpkg_genc.c811 SHT_SYMTAB, in writeObjectCode()
928 SHT_SYMTAB, in writeObjectCode()
/external/libunwind/src/
Delfxx.c171 case SHT_SYMTAB: in elf_w()
322 case SHT_SYMTAB: in elf_w()
/external/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp932 case SHT_SYMTAB: in CreateSections()
1196 assert(symtab_hdr->sh_type == SHT_SYMTAB || in ParseSymbolTable()
1729 CASE_AND_STREAM(s, SHT_SYMTAB , kStrWidth); in DumpELFSectionHeader_sh_type()
/external/llvm/test/Object/
Dreadobj-shared-object.test117 ELF: Type: SHT_SYMTAB
/external/llvm/tools/obj2yaml/
Delf2yaml.cpp73 case ELF::SHT_SYMTAB: in dump()
/external/elfutils/src/libdwfl/
Ddwfl_module_getdwarf.c577 case SHT_SYMTAB: in load_symtab()
962 case SHT_SYMTAB: in find_aux_sym()
/external/llvm/include/llvm/Support/
DELF.h586 SHT_SYMTAB = 2, // Symbol table. enumerator

12