Searched refs:DT_REL (Results 1 - 5 of 5) sorted by relevance

/bionic/libc/kernel/uapi/linux/
H A Delf.h89 #define DT_REL 17 macro
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/
H A Delf.h89 #define DT_REL 17 macro
/bionic/tools/relocation_packer/src/
H A Delf_file.cc531 tag == DT_REL ||
806 ReplaceDynamicEntry<ELF>(relocations_type_ == REL ? DT_REL : DT_RELA, dyn, &dynamics);
918 dyn.d_tag = relocations_type_ == REL ? DT_REL : DT_RELA;
/bionic/linker/
H A Dlinker.cpp2920 if (d->d_un.d_val != DT_REL) {
2921 DL_ERR("unsupported DT_PLTREL in \"%s\"; expected DT_REL", get_realpath());
3000 case DT_REL:
3001 DL_ERR("unsupported DT_REL in \"%s\"", get_realpath());
3009 case DT_REL:
/bionic/tests/
H A Ddlfcn_test.cpp1286 } else if (d->d_tag == llvm::ELF::DT_REL || d->d_tag == llvm::ELF::DT_RELA) {
1297 ASSERT_TRUE(has_rel) << path.c_str() << ": missing DT_REL/DT_RELA";

Completed in 89 milliseconds