Searched refs:DT_REL (Results 1 – 4 of 4) sorted by relevance
75 #define DT_REL 17 macro
529 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()
2962 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()
1335 } else if (d->d_tag == llvm::ELF::DT_REL || d->d_tag == llvm::ELF::DT_RELA) { in validate_compatibility_of_native_library()