Searched refs:SHT_SYMTAB (Results 1 – 25 of 34) sorted by relevance
12
/external/qemu/elff/ |
D | elff_elf.h | 264 #define SHT_SYMTAB 2 macro
|
/external/elfutils/tests/ |
D | asm-tst7.c | 127 if (shdr->sh_type != SHT_SYMTAB) in main()
|
D | asm-tst8.c | 128 if (shdr->sh_type != SHT_SYMTAB) in main()
|
D | sectiondump.c | 130 case SHT_SYMTAB: in handle_section()
|
D | asm-tst3.c | 56 [3] = SHT_SYMTAB,
|
/external/elfutils/libasm/ |
D | disasm_cb.c | 83 if (shdr == NULL || shdr->sh_type != SHT_SYMTAB in read_symtab_exec()
|
D | asm_end.c | 275 shdr->sh_type = SHT_SYMTAB; in binary_end()
|
/external/elfutils/libelf/ |
D | nlist.c | 122 if (shdr->sh_type == SHT_SYMTAB) in nlist()
|
D | elf32_updatenull.c | 226 case SHT_SYMTAB: in __elfw2()
|
D | elf_getdata.c | 78 [SHT_SYMTAB] = ELF_T_SYM,
|
/external/elfutils/src/ |
D | arlib.c | 233 symtype = SHT_SYMTAB; in arlib_add_symbols()
|
D | unstrip.c | 325 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()
|
D | findtextrel.c | 301 else if (shdr->sh_type == SHT_SYMTAB) in process_file()
|
D | nm.c | 179 static GElf_Word symsec_type = SHT_SYMTAB; 1287 if (symsec_type == SHT_SYMTAB) in handle_elf()
|
D | strip.c | 727 || 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/ |
D | elf.h | 238 #define SHT_SYMTAB 2 macro
|
/external/valgrind/main/VEX/unused/ |
D | linker.c | 719 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/ |
D | elf_ops.h | 120 symtab = glue(find_section, SZ)(shdr_table, ehdr->e_shnum, SHT_SYMTAB); in glue()
|
/external/libvpx/build/make/ |
D | obj_int_extract.c | 556 if (shdr.sh_type == SHT_SYMTAB) in parse_elf() 648 if (shdr.sh_type == SHT_SYMTAB) in parse_elf()
|
/external/icu4c/tools/toolutil/ |
D | pkg_genc.c | 784 SHT_SYMTAB, in writeObjectCode() 901 SHT_SYMTAB, in writeObjectCode()
|
/external/valgrind/main/VEX/switchback/ |
D | linker.c | 877 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/ |
D | ELFObjectWriter.cpp | 599 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/ |
D | relocate.c | 143 case SHT_SYMTAB: in relocate_getsym()
|
D | dwfl_module_getdwarf.c | 240 case SHT_SYMTAB: in load_symtab()
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 723 SHT_SYMTAB = 2, // Symbol table. enumerator
|
12