Home
last modified time | relevance | path

Searched refs:Elf32_Rela (Results 1 – 11 of 11) sorted by relevance

/aosp12/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.h176 bool readRelocation(const llvm::ELF::Elf32_Rela& pRel,
202 void emitRelocation(llvm::ELF::Elf32_Rela& pRel,
H A DMipsLDBackend.cpp905 bool MipsGNULDBackend::readRelocation(const llvm::ELF::Elf32_Rela& pRel, in readRelocation()
963 void MipsGNULDBackend::emitRelocation(llvm::ELF::Elf32_Rela& pRel, in emitRelocation()
/aosp12/art/libelffile/elf/
H A Delf_utils.h38 typedef Elf32_Rela Rela;
/aosp12/frameworks/compile/mclinker/include/mcld/Target/
H A DGNULDBackend.h206 virtual bool readRelocation(const llvm::ELF::Elf32_Rela& pRel,
232 virtual void emitRelocation(llvm::ELF::Elf32_Rela& pRel,
H A DELFDynamic.h55 typedef llvm::ELF::Elf32_Rela Rela;
/aosp12/system/chre/platform/shared/include/chre/platform/shared/
H A Dloader_util.h202 } Elf32_Rela; typedef
/aosp12/frameworks/compile/mclinker/include/mcld/LD/
H A DELFReader.h43 typedef llvm::ELF::Elf32_Rela Rela;
/aosp12/frameworks/compile/mclinker/include/mcld/ADT/
H A DSizeTraits.h55 typedef llvm::ELF::Elf32_Rela Rela;
/aosp12/bionic/libc/kernel/uapi/linux/
H A Delf.h148 } Elf32_Rela; typedef
/aosp12/frameworks/compile/mclinker/lib/LD/
H A DELFReader.cpp208 size_t entsize = pRegion.size() / sizeof(llvm::ELF::Elf32_Rela); in readRela()
209 const llvm::ELF::Elf32_Rela* relaTab = in readRela()
210 reinterpret_cast<const llvm::ELF::Elf32_Rela*>(pRegion.begin()); in readRela()
/aosp12/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1636 bool GNULDBackend::readRelocation(const llvm::ELF::Elf32_Rela& pRel, in readRelocation()
1708 void GNULDBackend::emitRelocation(llvm::ELF::Elf32_Rela& pRel, in emitRelocation()