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

12

/external/google-breakpad/src/common/linux/
H A Ddump_symbols_unittest.cc108 SHT_DYNSYM, // type
148 SHT_DYNSYM, // type
H A Ddump_symbols.cc654 FindElfSectionByName<ElfClass>(".dynsym", SHT_DYNSYM,
/external/elfutils/src/libelf/
H A Dnlist.c108 if (shdr->sh_type == SHT_DYNSYM)
H A Delf32_updatenull.c235 case SHT_DYNSYM:
H A Delf_getdata.c62 [SHT_DYNSYM] = ELF_T_SYM,
H A Delf.h330 #define SHT_DYNSYM 11 /* Dynamic linker symbol table */ macro
/external/elfutils/src/src/
H A Darlib.c229 symtype = SHT_DYNSYM;
H A Dstrip.c786 && (shdr_info[cnt].shdr.sh_type == SHT_DYNSYM
860 + SHT_SYMTAB and SHT_DYNSYM in sh_link to string table
1194 if (shdr_info[cnt].shdr.sh_type == SHT_DYNSYM
1217 elf_assert (shdr_info[cnt].shdr.sh_type == SHT_DYNSYM);
H A Dnm.c338 symsec_type = SHT_DYNSYM;
1431 if (symsec_type == SHT_DYNSYM
H A Delflint.c1028 && shdr->sh_type == SHT_DYNSYM)
2236 if (symshdr != NULL && symshdr->sh_type != SHT_DYNSYM)
2754 if (symshdr->sh_type != SHT_DYNSYM)
3404 { ".dynsym", 8, SHT_DYNSYM, exact, SHF_ALLOC, 0 },
3844 case SHT_DYNSYM:
H A Dunstrip.c330 case SHT_DYNSYM:
1536 if (shdr_mem.sh_type == SHT_SYMTAB || shdr_mem.sh_type == SHT_DYNSYM)
1576 if (shdr_mem.sh_type == SHT_DYNSYM)
H A Delfcmp.c334 case SHT_DYNSYM:
H A Dldgeneric.c1165 || unlikely (shdr->sh_type == SHT_DYNSYM))
1487 if (unlikely (shndx == SHN_ABS) && secttype == SHT_DYNSYM)
1554 newp->in_dso = secttype == SHT_DYNSYM;
2071 res = add_relocatable_file (fileinfo, SHT_DYNSYM);
2472 new_generated_scn (scn_dot_dynsym, ".dynsym", SHT_DYNSYM, SHF_ALLOC,
3289 assert (head->type != SHT_DYNSYM || head->kind != scn_normal);
/external/kernel-headers/original/uapi/linux/
H A Delf.h277 #define SHT_DYNSYM 11 macro
/external/llvm/tools/obj2yaml/
H A Delf2yaml.cpp74 case ELF::SHT_DYNSYM:
/external/libunwind/src/
H A Delfxx.c172 case SHT_DYNSYM:
323 case SHT_DYNSYM:
/external/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp936 case SHT_DYNSYM:
1197 symtab_hdr->sh_type == SHT_DYNSYM);
1738 CASE_AND_STREAM(s, SHT_DYNSYM , kStrWidth);
/external/llvm/include/llvm/Support/
H A DELF.h595 SHT_DYNSYM = 11, // Symbol table.
/external/linux-tools-perf/src/tools/perf/util/
H A Dsymbol-elf.c606 if (ss->dynshdr.sh_type != SHT_DYNSYM)
/external/llvm/include/llvm/Object/
H A DELF.h674 case ELF::SHT_DYNSYM: {
H A DELFObjectFile.h580 case ELF::SHT_DYNSYM:
/external/llvm/lib/Object/
H A DELFYAML.cpp319 ECase(SHT_DYNSYM)
/external/elfutils/src/libdwfl/
H A Ddwfl_module_getdwarf.c113 (SHT_DYNSYM et al) to make space for the additional prelink
563 Returns DWFL_E_NO_SYMTAB if not, but still sets results for SHT_DYNSYM. */
590 case SHT_DYNSYM:
619 We might have found an SHT_DYNSYM and set *SYMSCN et al though. */
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp428 LLVM_READOBJ_ENUM_CASE(ELF, SHT_DYNSYM );
/external/ltrace/
H A Dltrace-elf.c604 } else if (shdr.sh_type == SHT_DYNSYM) {

Completed in 355 milliseconds

12