Home
last modified time | relevance | path

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

/external/google-breakpad/src/client/linux/minidump_writer/
Dlinux_dumper.cc63 #ifndef DT_ANDROID_REL
64 static const int DT_ANDROID_REL = DT_LOOS + 2; 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.test155 - Tag: DT_ANDROID_REL
370 - Tag: DT_ANDROID_REL
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/
Ddynamic-tags.test229 - Tag: DT_ANDROID_REL
/external/llvm-project/lld/ELF/
DSyntheticSections.cpp1673 config->isRela ? DT_ANDROID_RELA : DT_ANDROID_REL, in AndroidPackedRelocationSection()