Home
last modified time | relevance | path

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

12

/external/qemu/elff/
Delff_elf.h264 #define SHT_SYMTAB 2 macro
/external/elfutils/tests/
Dasm-tst7.c127 if (shdr->sh_type != SHT_SYMTAB) in main()
Dasm-tst8.c128 if (shdr->sh_type != SHT_SYMTAB) in main()
Dsectiondump.c130 case SHT_SYMTAB: in handle_section()
Dasm-tst3.c56 [3] = SHT_SYMTAB,
/external/elfutils/libasm/
Ddisasm_cb.c83 if (shdr == NULL || shdr->sh_type != SHT_SYMTAB in read_symtab_exec()
Dasm_end.c275 shdr->sh_type = SHT_SYMTAB; in binary_end()
/external/elfutils/libelf/
Dnlist.c122 if (shdr->sh_type == SHT_SYMTAB) in nlist()
Delf32_updatenull.c226 case SHT_SYMTAB: in __elfw2()
Delf_getdata.c78 [SHT_SYMTAB] = ELF_T_SYM,
/external/elfutils/src/
Darlib.c233 symtype = SHT_SYMTAB; in arlib_add_symbols()
Dunstrip.c325 case SHT_SYMTAB: in section_can_shrink()
1265 if (sections[nalloc].shdr.sh_type == SHT_SYMTAB) in copy_elided_sections()
1307 if (shdr->sh_type == SHT_SYMTAB) in copy_elided_sections()
1527 if (shdr_mem.sh_type == SHT_SYMTAB || shdr_mem.sh_type == SHT_DYNSYM) in copy_elided_sections()
1565 if (shdr_mem.sh_type == SHT_SYMTAB) in copy_elided_sections()
Dfindtextrel.c301 else if (shdr->sh_type == SHT_SYMTAB) in process_file()
Dnm.c179 static GElf_Word symsec_type = SHT_SYMTAB;
1287 if (symsec_type == SHT_SYMTAB) in handle_elf()
Dstrip.c727 || shdr_info[cnt].shdr.sh_type == SHT_SYMTAB)) in handle_elf()
744 assert (shdr_info[cnt].shdr.sh_type == SHT_SYMTAB); in handle_elf()
1124 || shdr_info[cnt].shdr.sh_type == SHT_SYMTAB) in handle_elf()
/external/kernel-headers/original/linux/
Delf.h238 #define SHT_SYMTAB 2 macro
/external/valgrind/main/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/qemu/
Delf_ops.h120 symtab = glue(find_section, SZ)(shdr_table, ehdr->e_shnum, SHT_SYMTAB); in glue()
/external/libvpx/build/make/
Dobj_int_extract.c556 if (shdr.sh_type == SHT_SYMTAB) in parse_elf()
648 if (shdr.sh_type == SHT_SYMTAB) in parse_elf()
/external/icu4c/tools/toolutil/
Dpkg_genc.c784 SHT_SYMTAB, in writeObjectCode()
901 SHT_SYMTAB, in writeObjectCode()
/external/valgrind/main/VEX/switchback/
Dlinker.c877 stab = (Elf_Sym*) findElfSection ( ehdrC, SHT_SYMTAB );
1050 if (shdr[i].sh_type != SHT_SYMTAB) continue;
1198 if (shdr[i].sh_type != SHT_SYMTAB) continue;
/external/llvm/lib/MC/
DELFObjectWriter.cpp599 Section.getType() == ELF::SHT_SYMTAB || in WriteSymbolTable()
1119 Ctx.getELFSection(".symtab", ELF::SHT_SYMTAB, 0, in CreateMetadataSections()
1270 SymtabSection = Asm.getContext().getELFSection(".symtab", ELF::SHT_SYMTAB, in WriteSection()
1287 case ELF::SHT_SYMTAB: in WriteSection()
/external/elfutils/libdwfl/
Drelocate.c143 case SHT_SYMTAB: in relocate_getsym()
Ddwfl_module_getdwarf.c240 case SHT_SYMTAB: in load_symtab()
/external/llvm/include/llvm/Support/
DELF.h723 SHT_SYMTAB = 2, // Symbol table. enumerator

12