Searched defs:DT_ANDROID_RELASZ (Results 1 - 3 of 3) sorted by relevance

/bionic/libc/include/
H A Delf.h174 #define DT_ANDROID_RELASZ (DT_LOOS + 5) macro
/bionic/tools/relocation_packer/src/
H A Delf_file.cc35 static constexpr int32_t DT_ANDROID_RELASZ = DT_LOOS + 5; member in namespace:relocation_packer
549 if (tag == DT_RELSZ || tag == DT_RELASZ || tag == DT_ANDROID_RELSZ || tag == DT_ANDROID_RELASZ) {
810 dyn.d_tag = relocations_type_ == REL ? DT_ANDROID_RELSZ : DT_ANDROID_RELASZ;
928 ReplaceDynamicEntry<ELF>(relocations_type_ == REL ? DT_ANDROID_RELSZ : DT_ANDROID_RELASZ,
/bionic/tools/versioner/current/
H A Delf.h174 #define DT_ANDROID_RELASZ (DT_LOOS + 5) macro

Completed in 159 milliseconds