Searched refs:DT_HASH (Results 1 - 6 of 6) sorted by relevance

/bionic/libc/kernel/uapi/linux/
H A Delf.h62 #define DT_HASH 4 macro
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/
H A Delf.h62 #define DT_HASH 4 macro
/bionic/tools/versioner/dependencies/common/kernel_uapi/linux/
H A Delf.h62 #define DT_HASH 4 macro
/bionic/tools/relocation_packer/src/
H A Delf_file.cc522 tag == DT_HASH ||
/bionic/tests/
H A Ddlfcn_test.cpp1446 // Find dynamic section and check that DT_HASH and there is no DT_ANDROID_REL
1453 if (d->d_tag == llvm::ELF::DT_HASH) {
1466 ASSERT_TRUE(has_elf_hash) << path.c_str() << ": missing elf hash (DT_HASH)";
/bionic/linker/
H A Dlinker.cpp3094 case DT_HASH:
3489 DL_ERR("empty/missing DT_HASH/DT_GNU_HASH in \"%s\" "

Completed in 103 milliseconds