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