Searched defs:DT_ANDROID_RELA (Results 1 - 4 of 4) sorted by relevance

/bionic/libc/include/
H A Delf.h173 #define DT_ANDROID_RELA (DT_LOOS + 4) macro
/bionic/tests/
H A Ddlfcn_test.cpp1268 #define DT_ANDROID_RELA (llvm::ELF::DT_LOOS + 4) macro
1284 } else if (d->d_tag == DT_ANDROID_REL || d->d_tag == DT_ANDROID_RELA) {
/bionic/tools/relocation_packer/src/
H A Delf_file.cc34 static constexpr int32_t DT_ANDROID_RELA = DT_LOOS + 4; member in namespace:relocation_packer
539 tag == DT_ANDROID_RELA);
804 dyn.d_tag = relocations_type_ == REL ? DT_ANDROID_REL : DT_ANDROID_RELA;
920 ReplaceDynamicEntry<ELF>(relocations_type_ == REL ? DT_ANDROID_REL : DT_ANDROID_RELA,
/bionic/tools/versioner/current/
H A Delf.h173 #define DT_ANDROID_RELA (DT_LOOS + 4) macro

Completed in 112 milliseconds