Home
last modified time | relevance | path

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

/bionic/tools/relocation_packer/src/
Delf_file.cc35 static constexpr int32_t DT_ANDROID_RELASZ = DT_LOOS + 5; variable
547 … if (tag == DT_RELSZ || tag == DT_RELASZ || tag == DT_ANDROID_RELSZ || tag == DT_ANDROID_RELASZ) { in AdjustDynamicSectionForHole()
813 dyn.d_tag = relocations_type_ == REL ? DT_ANDROID_RELSZ : DT_ANDROID_RELASZ; in PackTypedRelocations()
936 ReplaceDynamicEntry<ELF>(relocations_type_ == REL ? DT_ANDROID_RELSZ : DT_ANDROID_RELASZ, in UnpackTypedRelocations()
/bionic/libc/include/
Delf.h260 #define DT_ANDROID_RELASZ (DT_LOOS + 5) macro
/bionic/linker/
Dlinker.cpp3207 case DT_ANDROID_RELASZ: in prelink_image()
3266 case DT_ANDROID_RELASZ: in prelink_image()