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

/bionic/libc/include/
H A Delf.h171 #define DT_ANDROID_RELSZ (DT_LOOS + 3) macro
/bionic/tools/relocation_packer/src/
H A Delf_file.cc32 static constexpr int32_t DT_ANDROID_RELSZ = DT_LOOS + 3; 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.h171 #define DT_ANDROID_RELSZ (DT_LOOS + 3) macro

Completed in 1266 milliseconds