Home
last modified time | relevance | path

Searched refs:DT_ANDROID_RELA (Results 1 – 4 of 4) sorted by relevance

/external/google-breakpad/src/client/linux/minidump_writer/
Dlinux_dumper.cc66 #ifndef DT_ANDROID_RELA
67 static const int DT_ANDROID_RELA = DT_LOOS + 4; variable
699 if (dyn.d_tag == DT_ANDROID_REL || dyn.d_tag == DT_ANDROID_RELA) { in HasAndroidPackedRelocations()
/external/llvm-project/llvm/test/tools/llvm-objdump/ELF/
Ddynamic-section.test159 - Tag: DT_ANDROID_RELA
374 - Tag: DT_ANDROID_RELA
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/
Ddynamic-tags.test233 - Tag: DT_ANDROID_RELA
/external/llvm-project/lld/ELF/
DSyntheticSections.cpp1673 config->isRela ? DT_ANDROID_RELA : DT_ANDROID_REL, in AndroidPackedRelocationSection()