/third_party/elfio/elfio/ |
D | elfio_dynamic.hpp | 53 if ( tag == DT_NULL ) in get_entries_num() 138 tag = DT_NULL; in generic_get_entry_dyn() 148 case DT_NULL: in generic_get_entry_dyn() 199 case DT_NULL: in generic_add_entry_dyn()
|
D | elfio_dump.hpp | 411 { DT_NULL, "NULL" }, 791 if ( DT_NULL == tag ) { in dynamic_tags()
|
D | elf_types.hpp | 665 #define DT_NULL 0 macro
|
/third_party/libunwind/src/ia64/ |
D | Gfind_unwind_table.c | 51 for (; dyn->d_tag != DT_NULL; ++dyn) in find_gp()
|
D | Gtables.c | 537 for (; dyn->d_tag != DT_NULL; ++dyn) in callback()
|
/third_party/ltp/libs/libltpvdso/ |
D | parse_vdso.c | 146 for (i = 0; dyn[i].d_tag != DT_NULL; i++) { in vdso_init_from_sysinfo_ehdr()
|
/third_party/libunwind/src/dwarf/ |
D | Gfind_unwind_table.c | 208 for (; dyn->d_tag != DT_NULL; ++dyn) { in dwarf_find_unwind_table()
|
D | Gfind_proc_info-lsb.c | 665 for (; dyn->d_tag != DT_NULL; ++dyn) in dwarf_callback()
|
/third_party/abseil-cpp/absl/debugging/internal/ |
D | elf_mem_image.cc | 223 for (; dynamic_entry->d_tag != DT_NULL; ++dynamic_entry) { in Init()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/ |
D | elf_mem_image.cc | 223 for (; dynamic_entry->d_tag != DT_NULL; ++dynamic_entry) { in Init()
|
/third_party/libunwind/include/mingw/ |
D | freebsd-elf_common.h | 282 #define DT_NULL 0 /* Terminating entry. */ macro
|
/third_party/libunwind/include/win/ |
D | freebsd-elf_common.h | 282 #define DT_NULL 0 /* Terminating entry. */ macro
|
/third_party/elfio/tests/ |
D | ELFIOTest.cpp | 935 BOOST_CHECK_EQUAL( tag, DT_NULL ); in BOOST_AUTO_TEST_CASE() 966 BOOST_CHECK_EQUAL( tag, DT_NULL ); in BOOST_AUTO_TEST_CASE()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | ELF.cpp | 549 if (Dyn.back().d_tag != ELF::DT_NULL) in dynamicEntries()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 1089 DT_NULL = 0, // Marks end of dynamic array. enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | ELFObjectFile.h | 781 for (; Dynamic->d_tag != ELF::DT_NULL; Dynamic++) { in dynamic_relocation_sections()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | elf.h | 719 #define DT_NULL 0 macro
|
/third_party/musl/porting/linux/user/include/ |
D | elf.h | 721 #define DT_NULL 0 macro
|
/third_party/musl/ndk_musl_include/ |
D | elf.h | 719 #define DT_NULL 0 macro
|
/third_party/musl/include/ |
D | elf.h | 719 #define DT_NULL 0 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | elf.h | 719 #define DT_NULL 0 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | elf.h | 719 #define DT_NULL 0 macro
|