Home
last modified time | relevance | path

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

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