Home
last modified time | relevance | path

Searched refs:Elf32_Rel (Results 1 – 12 of 12) sorted by relevance

/aosp12/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.h170 bool readRelocation(const llvm::ELF::Elf32_Rel& pRel,
196 void emitRelocation(llvm::ELF::Elf32_Rel& pRel,
H A DMipsLDBackend.cpp898 bool MipsGNULDBackend::readRelocation(const llvm::ELF::Elf32_Rel& pRel, in readRelocation()
956 void MipsGNULDBackend::emitRelocation(llvm::ELF::Elf32_Rel& pRel, in emitRelocation()
/aosp12/art/libelffile/elf/
H A Delf_utils.h37 typedef Elf32_Rel Rel;
/aosp12/frameworks/compile/mclinker/include/mcld/Target/
H A DGNULDBackend.h200 virtual bool readRelocation(const llvm::ELF::Elf32_Rel& pRel,
226 virtual void emitRelocation(llvm::ELF::Elf32_Rel& pRel,
H A DELFDynamic.h54 typedef llvm::ELF::Elf32_Rel Rel;
/aosp12/system/chre/platform/shared/include/chre/platform/shared/
H A Dloader_util.h207 } Elf32_Rel; typedef
/aosp12/frameworks/compile/mclinker/include/mcld/LD/
H A DELFReader.h42 typedef llvm::ELF::Elf32_Rel Rel;
/aosp12/frameworks/compile/mclinker/include/mcld/ADT/
H A DSizeTraits.h54 typedef llvm::ELF::Elf32_Rel Rel;
/aosp12/frameworks/compile/mclinker/lib/Target/X86/
H A DX86PLT.cpp204 PLTRelOffset += sizeof(llvm::ELF::Elf32_Rel); in applyPLT1()
/aosp12/bionic/libc/kernel/uapi/linux/
H A Delf.h139 } Elf32_Rel; typedef
/aosp12/frameworks/compile/mclinker/lib/LD/
H A DELFReader.cpp237 size_t entsize = pRegion.size() / sizeof(llvm::ELF::Elf32_Rel); in readRel()
238 const llvm::ELF::Elf32_Rel* relTab = in readRel()
239 reinterpret_cast<const llvm::ELF::Elf32_Rel*>(pRegion.begin()); in readRel()
/aosp12/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1617 bool GNULDBackend::readRelocation(const llvm::ELF::Elf32_Rel& pRel, in readRelocation()
1699 void GNULDBackend::emitRelocation(llvm::ELF::Elf32_Rel& pRel, in emitRelocation()