Home
last modified time | relevance | path

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

12

/external/llvm/test/Object/
Dno-section-header-string-table.test8 CHECK: Type: SHT_SYMTAB (0x2)
Dinvalid.test26 SECTION-NEXT: Type: SHT_SYMTAB
Dreadobj-shared-object.test117 ELF: Type: SHT_SYMTAB
/external/elfutils/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,
Delfstrmerge.c203 if (symtabshdr->sh_type == SHT_SYMTAB) in main()
503 case SHT_SYMTAB: in main()
/external/elfutils/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/libelf/
Dnlist.c101 if (shdr->sh_type == SHT_SYMTAB) in nlist()
Delf32_updatenull.c226 case SHT_SYMTAB: in __elfw2()
Delf_getdata.c57 [SHT_SYMTAB] = ELF_T_SYM,
/external/elfutils/src/
Darlib.c227 symtype = SHT_SYMTAB; in arlib_add_symbols()
Dunstrip.c359 case SHT_SYMTAB: in section_can_shrink()
1330 if (sections[nalloc].shdr.sh_type == SHT_SYMTAB) in copy_elided_sections()
1371 if (shdr->sh_type == SHT_SYMTAB) in copy_elided_sections()
1597 if (shdr_mem.sh_type == SHT_SYMTAB || shdr_mem.sh_type == SHT_DYNSYM) in copy_elided_sections()
1635 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;
1569 if (symsec_type == SHT_SYMTAB) in handle_elf()
/external/kernel-headers/original/uapi/linux/
Delf.h268 #define SHT_SYMTAB 2 macro
/external/elfutils/libdwfl/
Drelocate.c128 if ((shdr->sh_type == SHT_SYMTAB in relocate_getsym()
138 case SHT_SYMTAB: in relocate_getsym()
/external/llvm/include/llvm/Object/
DELF.h495 if (SymTable.sh_type != ELF::SHT_SYMTAB && in getSHNDXTable()
506 if (Sec.sh_type != ELF::SHT_SYMTAB && Sec.sh_type != ELF::SHT_DYNSYM) in getStringTableForSymtab()
DELFObjectFile.h252 assert(SymTable->sh_type == ELF::SHT_SYMTAB || in toDRI()
620 if (SymSecType != ELF::SHT_SYMTAB && SymSecType != ELF::SHT_DYNSYM) in section_rel_begin()
757 case ELF::SHT_SYMTAB: { in ELFObjectFile()
/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.c173 case SHT_SYMTAB: in elf_w()
324 case SHT_SYMTAB: in elf_w()

12