Searched refs:DT_NULL (Results 1 - 13 of 13) sorted by relevance

/external/grub/stage2/
H A Di386-elf.h214 #define DT_NULL 0 macro
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Delf_mem_image.cc257 for (; dynamic_entry->d_tag != DT_NULL; ++dynamic_entry) {
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Delf_mem_image.cc257 for (; dynamic_entry->d_tag != DT_NULL; ++dynamic_entry) {
/external/elfutils/libdwfl/
H A Ddwfl_module_getdwarf.c372 case DT_NULL:
/external/elfutils/src/
H A Delflint.c1533 [DT_NULL] = true,
1588 if (has_dt[DT_NULL] && dyn->d_tag != DT_NULL && ! non_null_warned)
1591 section [%2d] '%s': non-DT_NULL entries follow DT_NULL entry\n"),
1604 && dyn->d_tag != DT_NULL
H A Dreadelf.c1325 case DT_NULL:
/external/llvm/include/llvm/Support/
H A DELF.h1483 DT_NULL = 0, // Marks end of dynamic array. enumerator in enum:llvm::ELF::__anon21013
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp735 case DT_NULL:
/external/qemu/
H A Delf.h129 #define DT_NULL 0 macro
/external/elfutils/libelf/
H A Delf.h652 #define DT_NULL 0 /* Marks end of dynamic section */ macro
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadelf.c1640 for (j = 0; dyn_img[j].d_tag != DT_NULL; j++) {
/external/llvm/include/llvm/Object/
H A DELF.h754 /// \param NULLEnd use one past the first DT_NULL entry as the end instead of
2643 while (Start != Ret && Start->getTag() != ELF::DT_NULL)
2646 // Include the DT_NULL.
/external/valgrind/main/perf/
H A Dtinycc.c627 #define DT_NULL 0 /* Marks end of dynamic section */ macro
19673 put_dt(dynamic, DT_NULL, 0);

Completed in 258 milliseconds