Searched refs:SHT_DYNSYM (Results 1 - 20 of 20) sorted by relevance

/external/qemu/elff/
H A Delff_elf.h273 #define SHT_DYNSYM 11 macro
/external/elfutils/libelf/
H A Dnlist.c129 if (shdr->sh_type == SHT_DYNSYM)
H A Delf32_updatenull.c252 case SHT_DYNSYM:
H A Delf_getdata.c83 [SHT_DYNSYM] = ELF_T_SYM,
H A Delf.h334 #define SHT_DYNSYM 11 /* Dynamic linker symbol table */ macro
/external/elfutils/src/
H A Darlib.c235 symtype = SHT_DYNSYM;
H A Dnm.c320 symsec_type = SHT_DYNSYM;
1251 if (symsec_type == SHT_DYNSYM
H A Dstrip.c726 && (shdr_info[cnt].shdr.sh_type == SHT_DYNSYM
797 + SHT_SYMTAB and SHT_DYNSYM in sh_link to string table
1123 if (shdr_info[cnt].shdr.sh_type == SHT_DYNSYM
1146 assert (shdr_info[cnt].shdr.sh_type == SHT_DYNSYM);
H A Delfcmp.c286 case SHT_DYNSYM:
H A Dunstrip.c327 case SHT_DYNSYM:
1529 if (shdr_mem.sh_type == SHT_SYMTAB || shdr_mem.sh_type == SHT_DYNSYM)
1569 if (shdr_mem.sh_type == SHT_DYNSYM)
H A Delflint.c2156 if (symshdr != NULL && symshdr->sh_type != SHT_DYNSYM)
2674 if (symshdr->sh_type != SHT_DYNSYM)
3323 { ".dynsym", 8, SHT_DYNSYM, exact, SHF_ALLOC, 0 },
3744 case SHT_DYNSYM:
H A Dldgeneric.c1175 || unlikely (shdr->sh_type == SHT_DYNSYM))
1497 if (unlikely (shndx == SHN_ABS) && secttype == SHT_DYNSYM)
1564 newp->in_dso = secttype == SHT_DYNSYM;
2081 res = add_relocatable_file (fileinfo, SHT_DYNSYM);
2482 new_generated_scn (scn_dot_dynsym, ".dynsym", SHT_DYNSYM, SHF_ALLOC,
3299 assert (head->type != SHT_DYNSYM || head->kind != scn_normal);
H A Dreadelf.c643 print_symtab (ebl, SHT_DYNSYM);
/external/kernel-headers/original/linux/
H A Delf.h247 #define SHT_DYNSYM 11 macro
/external/elfutils/libdwfl/
H A Ddwfl_module_getdwarf.c226 Returns DWFL_E_NO_SYMTAB if not, but still sets results for SHT_DYNSYM. */
250 case SHT_DYNSYM:
276 We might have found an SHT_DYNSYM and set *SYMSCN et al though. */
/external/llvm/include/llvm/Support/
H A DELF.h732 SHT_DYNSYM = 11, // Symbol table. enumerator in enum:llvm::ELF::__anon7211
/external/qemu/
H A Delf.h1075 #define SHT_DYNSYM 11 macro
/external/llvm/include/llvm/Object/
H A DELF.h1574 case ELF::SHT_DYNSYM: {
1993 if (sec->sh_type != ELF::SHT_SYMTAB || sec->sh_type != ELF::SHT_DYNSYM)
/external/llvm/lib/MC/
H A DELFObjectWriter.cpp1288 case ELF::SHT_DYNSYM:
/external/valgrind/main/perf/
H A Dtinycc.c351 #define SHT_DYNSYM 11 /* Dynamic linker symbol table */ macro
6829 case SHT_DYNSYM:
19264 s1->dynsym = new_symtab(s1, ".dynsym", SHT_DYNSYM, SHF_ALLOC,
19525 } else if (s->sh_type == SHT_DYNSYM ||
20248 case SHT_DYNSYM:

Completed in 379 milliseconds