Searched refs:SHT_DYNSYM (Results 1 – 21 of 21) sorted by relevance
/external/qemu/elff/ |
D | elff_elf.h | 273 #define SHT_DYNSYM 11 macro
|
/external/elfutils/libelf/ |
D | nlist.c | 129 if (shdr->sh_type == SHT_DYNSYM) in nlist()
|
D | elf32_updatenull.c | 252 case SHT_DYNSYM: in __elfw2()
|
D | elf_getdata.c | 83 [SHT_DYNSYM] = ELF_T_SYM,
|
D | elf.h | 334 #define SHT_DYNSYM 11 /* Dynamic linker symbol table */ macro
|
/external/elfutils/src/ |
D | arlib.c | 235 symtype = SHT_DYNSYM; in arlib_add_symbols()
|
D | nm.c | 320 symsec_type = SHT_DYNSYM; in parse_opt() 1251 if (symsec_type == SHT_DYNSYM in handle_elf()
|
D | strip.c | 726 && (shdr_info[cnt].shdr.sh_type == SHT_DYNSYM in handle_elf() 1123 if (shdr_info[cnt].shdr.sh_type == SHT_DYNSYM in handle_elf() 1146 assert (shdr_info[cnt].shdr.sh_type == SHT_DYNSYM); in handle_elf()
|
D | elfcmp.c | 286 case SHT_DYNSYM: in main()
|
D | unstrip.c | 326 case SHT_DYNSYM: in section_can_shrink() 1527 if (shdr_mem.sh_type == SHT_SYMTAB || shdr_mem.sh_type == SHT_DYNSYM) in copy_elided_sections() 1567 if (shdr_mem.sh_type == SHT_DYNSYM) in copy_elided_sections()
|
D | ldgeneric.c | 1175 || unlikely (shdr->sh_type == SHT_DYNSYM)) in add_relocatable_file() 1497 if (unlikely (shndx == SHN_ABS) && secttype == SHT_DYNSYM) in add_relocatable_file() 1564 newp->in_dso = secttype == SHT_DYNSYM; in add_relocatable_file() 2081 res = add_relocatable_file (fileinfo, SHT_DYNSYM); in file_process2() 2482 new_generated_scn (scn_dot_dynsym, ".dynsym", SHT_DYNSYM, SHF_ALLOC, in ld_generic_generate_sections() 3299 assert (head->type != SHT_DYNSYM || head->kind != scn_normal); in ld_generic_create_sections()
|
D | elflint.c | 2156 if (symshdr != NULL && symshdr->sh_type != SHT_DYNSYM) in check_hash() 2674 if (symshdr->sh_type != SHT_DYNSYM) in check_versym() 3323 { ".dynsym", 8, SHT_DYNSYM, exact, SHF_ALLOC, 0 }, 3744 case SHT_DYNSYM: in check_sections()
|
D | readelf.c | 643 print_symtab (ebl, SHT_DYNSYM); in process_elf_file()
|
/external/kernel-headers/original/linux/ |
D | elf.h | 247 #define SHT_DYNSYM 11 macro
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 732 SHT_DYNSYM = 11, // Symbol table. enumerator
|
/external/elfutils/libdwfl/ |
D | dwfl_module_getdwarf.c | 250 case SHT_DYNSYM: in load_symtab()
|
D | ChangeLog | 161 SHT_DYNSYM, just set *SYMSCN like the comment says.
|
/external/qemu/ |
D | elf.h | 1075 #define SHT_DYNSYM 11 macro
|
/external/llvm/include/llvm/Object/ |
D | ELF.h | 1574 case ELF::SHT_DYNSYM: { 1993 if (sec->sh_type != ELF::SHT_SYMTAB || sec->sh_type != ELF::SHT_DYNSYM)
|
/external/llvm/lib/MC/ |
D | ELFObjectWriter.cpp | 1288 case ELF::SHT_DYNSYM: in WriteSection()
|
/external/valgrind/main/perf/ |
D | tinycc.c | 351 #define SHT_DYNSYM 11 /* Dynamic linker symbol table */ macro 6827 case SHT_DYNSYM: in new_section() 19262 s1->dynsym = new_symtab(s1, ".dynsym", SHT_DYNSYM, SHF_ALLOC, in tcc_output_file() 19523 } else if (s->sh_type == SHT_DYNSYM || in tcc_output_file() 20246 case SHT_DYNSYM: in tcc_load_dll()
|