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

1 2 3

  /art/runtime/
elf_utils.h 101 case DT_SONAME:
  /frameworks/compile/mclinker/lib/Target/
ELFDynamic.cpp 93 reserveOne(llvm::ELF::DT_SONAME);
345 applyOne(llvm::ELF::DT_SONAME, pStrTabIdx);
  /external/elfutils/tests/
alldts.c 49 DT_INIT, DT_FINI, DT_SONAME, DT_RPATH,
  /external/syslinux/com32/include/sys/
elfcommon.h 76 #define DT_SONAME 14 /* Name of shared object */
  /bionic/libc/kernel/uapi/linux/
elf.h 72 #define DT_SONAME 14
  /external/kernel-headers/original/uapi/linux/
elf.h 88 #define DT_SONAME 14
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
elf.h 96 #define DT_SONAME 14
  /external/google-breakpad/src/client/linux/minidump_writer/
linux_dumper.cc 171 if (dyn->d_tag == DT_SONAME) {
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
elf_common.h 312 #define DT_SONAME 14 /* String table offset of shared object
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
elf_common.h 312 #define DT_SONAME 14 /* String table offset of shared object
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ELF.h     [all...]
  /system/core/libunwindstack/
ElfInterface.cpp 418 } else if (dyn.d_tag == DT_SONAME) {
  /toolchain/binutils/binutils-2.27/include/elf/
common.h     [all...]
  /frameworks/compile/mclinker/lib/LD/
ELFReader.cpp 512 case llvm::ELF::DT_SONAME:
    [all...]
  /art/compiler/linker/
elf_builder.h 802 { DT_SONAME, { soname_offset } },
    [all...]
  /external/elfutils/libdwfl/
dwfl_segment_report_module.c 620 /* NAME found from link map has precedence over DT_SONAME possibly read
719 If it has DT_SONAME, we'll use that as the module name.
721 We need its DT_STRTAB and DT_STRSZ to decipher DT_SONAME,
739 case DT_SONAME:
792 /* We'll use the name passed in or a stupid default if not DT_SONAME. */
820 /* Try to get the DT_SONAME string. */
  /external/llvm/include/llvm/Support/
ELF.h     [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
ELF.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ELF.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/BinaryFormat/
ELF.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/BinaryFormat/
ELF.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/BinaryFormat/
ELF.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/BinaryFormat/
ELF.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/BinaryFormat/
ELF.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/BinaryFormat/
ELF.h     [all...]

Completed in 1054 milliseconds

1 2 3