HomeSort by relevance Sort by last modified time
    Searched refs:DT_RPATH (Results 1 - 18 of 18) sorted by null

  /art/libelffile/elf/
elf_utils.h 134 case DT_RPATH:
  /external/elfutils/tests/
alldts.c 49 DT_INIT, DT_FINI, DT_SONAME, DT_RPATH,
  /bionic/libc/kernel/uapi/linux/
elf.h 73 #define DT_RPATH 15
  /external/kernel-headers/original/uapi/linux/
elf.h 89 #define DT_RPATH 15
  /external/u-boot/include/
elf.h 513 #define DT_RPATH 15 /* string table offset of library
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
elf_common.h 314 #define DT_RPATH 15 /* String table offset of library path. [sup] */
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
elf_common.h 314 #define DT_RPATH 15 /* String table offset of library path. [sup] */
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ELF.h     [all...]
  /external/llvm/include/llvm/Support/
ELF.h     [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
ELF.h     [all...]
  /external/elfutils/src/
elflint.c     [all...]
readelf.c     [all...]
  /external/kmod/port-gnu/
elf.h 714 #define DT_RPATH 15 /* Library search path (deprecated) */
    [all...]
  /external/elfutils/libelf/
elf.h     [all...]
  /development/vndk/tools/definition-tool/
vndk_definition_tool.py 462 DT_RPATH = 15
518 __slots__ = ('ei_class', 'ei_data', 'e_machine', 'dt_rpath', 'dt_runpath',
525 dt_rpath=None, dt_runpath=None, dt_needed=None,
532 self.dt_rpath = dt_rpath if dt_rpath is not None else []
602 for dt_rpath in self.dt_rpath:
603 print('DT_RPATH\t' + dt_rpath, file=file
    [all...]
  /bionic/linker/
linker.cpp     [all...]
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
ELFDumper.cpp     [all...]

Completed in 299 milliseconds