Home
last modified time | relevance | path

Searched refs:SHT_DYNSYM (Results 1 – 21 of 21) sorted by relevance

/external/qemu/elff/
Delff_elf.h273 #define SHT_DYNSYM 11 macro
/external/elfutils/libelf/
Dnlist.c129 if (shdr->sh_type == SHT_DYNSYM) in nlist()
Delf32_updatenull.c252 case SHT_DYNSYM: in __elfw2()
Delf_getdata.c83 [SHT_DYNSYM] = ELF_T_SYM,
Delf.h334 #define SHT_DYNSYM 11 /* Dynamic linker symbol table */ macro
/external/elfutils/src/
Darlib.c235 symtype = SHT_DYNSYM; in arlib_add_symbols()
Dnm.c320 symsec_type = SHT_DYNSYM; in parse_opt()
1251 if (symsec_type == SHT_DYNSYM in handle_elf()
Dstrip.c726 && (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()
Delfcmp.c286 case SHT_DYNSYM: in main()
Dunstrip.c326 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()
Dldgeneric.c1175 || 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()
Delflint.c2156 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()
Dreadelf.c643 print_symtab (ebl, SHT_DYNSYM); in process_elf_file()
/external/kernel-headers/original/linux/
Delf.h247 #define SHT_DYNSYM 11 macro
/external/llvm/include/llvm/Support/
DELF.h732 SHT_DYNSYM = 11, // Symbol table. enumerator
/external/elfutils/libdwfl/
Ddwfl_module_getdwarf.c250 case SHT_DYNSYM: in load_symtab()
DChangeLog161 SHT_DYNSYM, just set *SYMSCN like the comment says.
/external/qemu/
Delf.h1075 #define SHT_DYNSYM 11 macro
/external/llvm/include/llvm/Object/
DELF.h1574 case ELF::SHT_DYNSYM: {
1993 if (sec->sh_type != ELF::SHT_SYMTAB || sec->sh_type != ELF::SHT_DYNSYM)
/external/llvm/lib/MC/
DELFObjectWriter.cpp1288 case ELF::SHT_DYNSYM: in WriteSection()
/external/valgrind/main/perf/
Dtinycc.c351 #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()