Home
last modified time | relevance | path

Searched refs:DT_JMPREL (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/compile/mclinker/lib/Target/
H A DELFDynamic.cpp140 reserveOne(llvm::ELF::DT_JMPREL); in reserveEntries()
240 applyOne(llvm::ELF::DT_JMPREL, pFormat.getRelPlt().addr()); in applyEntries()
244 applyOne(llvm::ELF::DT_JMPREL, pFormat.getRelaPlt().addr()); in applyEntries()
/aosp12/art/libelffile/elf/
H A Delf_utils.h101 case DT_JMPREL: { in IsDynamicSectionPointer()
/aosp12/system/chre/platform/shared/include/chre/platform/shared/
H A Dloader_util.h130 #define DT_JMPREL 23 macro
/aosp12/bionic/libc/kernel/uapi/linux/
H A Delf.h82 #define DT_JMPREL 23 macro
/aosp12/system/chre/platform/shared/
H A Dnanoapp_loader.cc874 mMapping + getDynEntry(getDynamicHeader(), DT_JMPREL)); in resolveGot()
/aosp12/bionic/linker/
H A Dlinker.cpp2887 case DT_JMPREL: in prelink_image()