Home
last modified time | relevance | path

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

/bionic/libc/kernel/uapi/linux/
Delf.h75 #define DT_REL 17 macro
/bionic/tools/relocation_packer/src/
Delf_file.cc529 tag == DT_REL || 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.cpp2962 if (d->d_un.d_val != DT_REL) { in prelink_image()
3042 case DT_REL: in prelink_image()
3051 case DT_REL: 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()