Home
last modified time | relevance | path

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

/bionic/libc/kernel/uapi/linux/
Delf.h76 #define DT_RELA 7 macro
/bionic/tools/relocation_packer/src/
Delf_file.cc455 tag == DT_RELA || in AdjustDynamicSectionForHole()
733 ReplaceDynamicEntry<ELF>(relocations_type_ == REL ? DT_REL : DT_RELA, dyn, &dynamics); in PackTypedRelocations()
845 dyn.d_tag = relocations_type_ == REL ? DT_REL : DT_RELA; in UnpackTypedRelocations()
/bionic/linker/
Dlinker.cpp2583 if (d->d_un.d_val != DT_RELA) { in prelink_image()
2633 case DT_RELA: in prelink_image()
2716 case DT_RELA: in prelink_image()