Home
last modified time | relevance | path

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

/bionic/libc/kernel/uapi/linux/
Delf.h89 #define DT_REL 17 macro
/bionic/tools/relocation_packer/src/
Delf_file.cc458 tag == DT_REL || 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.cpp2588 if (d->d_un.d_val != DT_REL) { in prelink_image()
2668 case DT_REL: in prelink_image()
2677 case DT_REL: in prelink_image()