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

1 2 3 4 5 6 7 8 910

  /external/syslinux/gnu-efi/gnu-efi-3.0/gnuefi/
reloc_ia32.c 48 for (i = 0; dyn[i].d_tag != DT_NULL; ++i) {
reloc_x86_64.c 50 for (i = 0; dyn[i].d_tag != DT_NULL; ++i) {
reloc_ia64.S 60 #define DT_NULL 0 /* Marks end of dynamic section */
130 cmp.eq Pnull,p0 = DT_NULL,d_tag
  /test/vts/utils/python/library/
elf_consts.py 30 DT_NULL = 0
  /art/runtime/
elf_utils.h 94 case DT_NULL:
  /development/vndk/tools/definition-tool/tools/
remove_dt_needed.py 72 DT_NULL = 0
187 # Find DT_NULL entry.
196 if parse_elf_dyn(dt_null_off).d_tag != DT_NULL:
197 raise ELFError('.dynamic section is not ended with DT_NULL')
  /bionic/libc/bionic/
vdso.cpp 93 for (ElfW(Dyn)* d = vdso_dyn; d->d_tag != DT_NULL; ++d) {
  /external/libunwind/src/ia64/
Gfind_unwind_table.c 51 for (; dyn->d_tag != DT_NULL; ++dyn)
  /external/libunwind/src/dwarf/
Gfind_unwind_table.c 44 if (dyn.d_tag == DT_NULL) {
336 && dyn->d_tag != DT_NULL) {
  /frameworks/compile/mclinker/lib/Target/
ELFDynamic.cpp 188 reserveOne(llvm::ELF::DT_NULL);
313 applyOne(llvm::ELF::DT_NULL, 0x0);
  /bionic/linker/
linker_soinfo.h 350 for (const ElfW(Dyn)* d = si->dynamic; d->d_tag != DT_NULL; ++d) {
  /development/ndk/platforms/android-9/include/linux/
elf.h 64 #define DT_NULL 0
  /external/elfutils/tests/
alldts.c 46 DT_NULL, DT_NEEDED, DT_PLTRELSZ, DT_PLTGOT,
  /external/linux-kselftest/tools/testing/selftests/vDSO/
parse_vdso.c 139 for (i = 0; dyn[i].d_tag != DT_NULL; i++) {
  /external/syslinux/com32/include/sys/
elfcommon.h 62 #define DT_NULL 0 /* Marks end of dynamic section */
  /external/syslinux/com32/lib/sys/module/
elf_module.c 55 while (dyn_entry->d_tag != DT_NULL) {
  /external/syslinux/com32/lib/sys/module/i386/
elf_module.c 282 while (dyn_entry->d_tag != DT_NULL) {
  /external/syslinux/com32/lib/sys/module/x86_64/
elf_module.c 285 while (dyn_entry->d_tag != DT_NULL) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
elf.h 60 #define DT_NULL 0
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/linux/
elf.h 64 #define DT_NULL 0
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/linux/
elf.h 64 #define DT_NULL 0
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/linux/
elf.h 64 #define DT_NULL 0
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/linux/
elf.h 64 #define DT_NULL 0
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/linux/
elf.h 64 #define DT_NULL 0
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/linux/
elf.h 64 #define DT_NULL 0

Completed in 1455 milliseconds

1 2 3 4 5 6 7 8 910