HomeSort by relevance Sort by last modified time
    Searched refs:SHT_DYNSYM (Results 1 - 25 of 56) sorted by null

1 2 3

  /art/dex2oat/linker/
elf_writer.cc 26 uintptr_t oatdata_address = elf_file->FindSymbolAddress(SHT_DYNSYM,
elf_writer_test.cc 45 void* addr = reinterpret_cast<void*>((ef)->FindSymbolAddress(SHT_DYNSYM, \
  /external/google-breakpad/src/common/linux/
dump_symbols_unittest.cc 108 SHT_DYNSYM, // type
148 SHT_DYNSYM, // type
  /bionic/libc/bionic/
vdso.cpp 94 if (vdso_shdr[i].sh_type == SHT_DYNSYM) {
  /external/elfutils/libelf/
nlist.c 107 if (shdr->sh_type == SHT_DYNSYM)
elf32_updatenull.c 248 case SHT_DYNSYM:
elf_getdata.c 60 [SHT_DYNSYM] = ELF_T_SYM,
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
ReadElf.java 60 private static final int SHT_DYNSYM = 11;
326 if (sh_type == SHT_SYMTAB || sh_type == SHT_DYNSYM) {
  /cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
ReadElf.java 60 private static final int SHT_DYNSYM = 11;
326 if (sh_type == SHT_SYMTAB || sh_type == SHT_DYNSYM) {
  /art/runtime/
elf_file.cc 219 case SHT_DYNSYM: {
590 case SHT_DYNSYM: {
609 case SHT_DYNSYM: {
783 Elf_Sym* symbol = GetSymbol(SHT_DYNSYM, symbol_and_chain_index);
787 const char* name = GetString(SHT_DYNSYM, symbol->st_name);
801 return ((section_type == SHT_SYMTAB) || (section_type == SHT_DYNSYM));
829 case SHT_DYNSYM: {
    [all...]
  /external/elfutils/src/
arlib.c 233 symtype = SHT_DYNSYM;
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
ELFDump.cpp 47 if (Sec.sh_type == ELF::SHT_DYNSYM)
  /external/llvm/include/llvm/Object/
ELF.h 466 SymTable.sh_type != ELF::SHT_DYNSYM)
476 if (Sec.sh_type != ELF::SHT_SYMTAB && Sec.sh_type != ELF::SHT_DYNSYM)
ELFObjectFile.h 263 SymTable->sh_type == ELF::SHT_DYNSYM);
761 case ELF::SHT_DYNSYM: {
  /bionic/libc/kernel/uapi/linux/
elf.h 236 #define SHT_DYNSYM 11
  /external/kernel-headers/original/uapi/linux/
elf.h 278 #define SHT_DYNSYM 11
  /external/vixl/examples/aarch32/
disasm-a32.cc 266 section_locator.Locate(SHT_DYNSYM, ".dynsym"),
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
ELF.cpp 236 STRINGIFY_ENUM_CASE(ELF, SHT_DYNSYM);
  /external/u-boot/include/
elf.h 282 #define SHT_DYNSYM 11 /* dynamic symbol table section */
  /external/libunwind/src/
elfxx.c 174 case SHT_DYNSYM:
325 case SHT_DYNSYM:
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
ELF.h 579 SymTable.sh_type != ELF::SHT_DYNSYM)
600 if (Sec.sh_type != ELF::SHT_SYMTAB && Sec.sh_type != ELF::SHT_DYNSYM)
602 "invalid sh_type for symbol table, expected SHT_SYMTAB or SHT_DYNSYM");
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
elf_common.h 219 #define SHT_DYNSYM 11 /* dynamic symbol table section */
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
elf_common.h 219 #define SHT_DYNSYM 11 /* dynamic symbol table section */
    [all...]
  /external/bcc/src/cc/
bcc_elf.c 235 if (header.sh_type != SHT_SYMTAB && header.sh_type != SHT_DYNSYM)
  /external/elfutils/tests/
elfstrmerge.c 505 case SHT_DYNSYM:

Completed in 473 milliseconds

1 2 3