Home
last modified time | relevance | path

Searched refs:DT_RELA (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/kernel/uapi/linux/
Delf.h65 #define DT_RELA 7 macro
/bionic/tools/relocation_packer/src/
Delf_file.cc526 tag == DT_RELA || in AdjustDynamicSectionForHole()
809 ReplaceDynamicEntry<ELF>(relocations_type_ == REL ? DT_REL : DT_RELA, dyn, &dynamics); in PackTypedRelocations()
926 dyn.d_tag = relocations_type_ == REL ? DT_REL : DT_RELA; in UnpackTypedRelocations()
/bionic/linker/
Dlinker.cpp2957 if (d->d_un.d_val != DT_RELA) { in prelink_image()
3007 case DT_RELA: in prelink_image()
3090 case DT_RELA: in prelink_image()
/bionic/tests/
Ddlfcn_test.cpp1335 } else if (d->d_tag == llvm::ELF::DT_REL || d->d_tag == llvm::ELF::DT_RELA) { in validate_compatibility_of_native_library()