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

/bionic/libc/kernel/uapi/linux/
H A Delf.h76 #define DT_RELA 7 macro
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/
H A Delf.h76 #define DT_RELA 7 macro
/bionic/tools/relocation_packer/src/
H A Delf_file.cc528 tag == DT_RELA ||
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.cpp2915 if (d->d_un.d_val != DT_RELA) {
2916 DL_ERR("unsupported DT_PLTREL in \"%s\"; expected DT_RELA", get_realpath());
2965 case DT_RELA:
3048 case DT_RELA:
3049 DL_ERR("unsupported DT_RELA in \"%s\"", get_realpath());
/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 57 milliseconds