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

1 2 3

  /test/vts/utils/python/library/
elf_consts.py 37 DT_NEEDED = 1
elf_parser.py 231 """Reads DT_NEEDED entries from dynamic section.
250 if tag == elf_consts.DT_NEEDED:
  /art/runtime/
elf_utils.h 95 case DT_NEEDED:
  /development/vndk/tools/definition-tool/tools/
remove_dt_needed.py 73 DT_NEEDED = 1
200 # Build result buffer which replaces matching DT_NEEDED entries.
204 if ent.d_tag != DT_NEEDED or \
231 parser = argparse.ArgumentParser(description='Remove DT_NEEDED entries')
  /bionic/linker/
linker_soinfo.h 378 const char* fix_dt_needed(const char* dt_needed, const char* sopath);
383 if (d->d_tag == DT_NEEDED) {
  /external/elfutils/tests/
alldts.c 46 DT_NULL, DT_NEEDED, DT_PLTRELSZ, DT_PLTGOT,
  /external/syslinux/com32/include/sys/
elfcommon.h 63 #define DT_NEEDED 1 /* Name of needed library */
  /external/syslinux/com32/lib/sys/module/
elf_module.c 57 case DT_NEEDED:
60 * MAX_NR_DEPS DT_NEEDED entries but if there
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/
Android.mk 163 # Use --as-needed to strip the DT_NEEDED on libstdc++.so (bionic's) that the
  /bionic/libc/kernel/uapi/linux/
elf.h 59 #define DT_NEEDED 1
  /external/kernel-headers/original/uapi/linux/
elf.h 75 #define DT_NEEDED 1
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
elf.h 83 #define DT_NEEDED 1
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
go.go 306 Elfwritedynent(ctxt, ctxt.Syms.Lookup(".dynamic", 0), DT_NEEDED, uint64(Addstring(s, lib)))
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
go.go 306 Elfwritedynent(ctxt, ctxt.Syms.Lookup(".dynamic", 0), DT_NEEDED, uint64(Addstring(s, lib)))
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
elf_common.h 298 #define DT_NEEDED 1 /* String table offset of a needed shared
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
elf_common.h 298 #define DT_NEEDED 1 /* String table offset of a needed shared
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ELF.h     [all...]
  /toolchain/binutils/binutils-2.27/include/elf/
common.h     [all...]
  /frameworks/compile/mclinker/lib/LD/
ELFReader.cpp 517 case llvm::ELF::DT_NEEDED:
    [all...]
  /prebuilts/go/darwin-x86/src/debug/elf/
file.go 1297 return f.DynString(DT_NEEDED)
1303 // The tag must be one that takes string values: DT_NEEDED, DT_SONAME, DT_RPATH, or
1307 case DT_NEEDED, DT_SONAME, DT_RPATH, DT_RUNPATH:
  /prebuilts/go/linux-x86/src/debug/elf/
file.go 1297 return f.DynString(DT_NEEDED)
1303 // The tag must be one that takes string values: DT_NEEDED, DT_SONAME, DT_RPATH, or
1307 case DT_NEEDED, DT_SONAME, DT_RPATH, DT_RUNPATH:
  /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...]

Completed in 1043 milliseconds

1 2 3