Searched refs:getRelDyn (Results 1 – 11 of 11) sorted by relevance
/frameworks/compile/mclinker/lib/Target/X86/ |
D | X86LDBackend.h | 178 OutputRelocSection& getRelDyn(); 180 const OutputRelocSection& getRelDyn() const;
|
D | X86LDBackend.cpp | 181 LDSection& reldyn = file_format->getRelDyn(); in createX86RelDyn() 639 OutputRelocSection& X86GNULDBackend::getRelDyn() in getRelDyn() function in X86GNULDBackend 645 const OutputRelocSection& X86GNULDBackend::getRelDyn() const in getRelDyn() function in X86GNULDBackend
|
D | X86RelocationFactory.cpp | 119 *ld_backend.getRelDyn().getEntry(*rsym, true, exist); in helper_get_GOT_and_init() 221 *ld_backend.getRelDyn().getEntry(*rsym, false, exist); in helper_DynRel()
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsLDBackend.h | 134 OutputRelocSection& getRelDyn(); 135 const OutputRelocSection& getRelDyn() const;
|
D | MipsLDBackend.cpp | 467 OutputRelocSection& MipsGNULDBackend::getRelDyn() in getRelDyn() function in mcld::MipsGNULDBackend 473 const OutputRelocSection& MipsGNULDBackend::getRelDyn() const in getRelDyn() function in mcld::MipsGNULDBackend 878 LDSection& reldyn = file_format->getRelDyn(); in createRelDyn()
|
D | MipsRelocationFactory.cpp | 177 *ld_backend.getRelDyn().getEntry(*rsym, false, exist); in helper_DynRel()
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMLDBackend.h | 184 OutputRelocSection& getRelDyn(); 186 const OutputRelocSection& getRelDyn() const;
|
D | ARMLDBackend.cpp | 243 LDSection& reldyn = file_format->getRelDyn(); in createARMRelDyn() 895 OutputRelocSection& ARMGNULDBackend::getRelDyn() in getRelDyn() function in ARMGNULDBackend 901 const OutputRelocSection& ARMGNULDBackend::getRelDyn() const in getRelDyn() function in ARMGNULDBackend
|
D | ARMRelocationFactory.cpp | 154 *ld_backend.getRelDyn().getEntry(*rsym, true, exist); in helper_get_GOT_and_init() 255 *ld_backend.getRelDyn().getEntry(*rsym, false, exist); in helper_DynRel()
|
/frameworks/compile/mclinker/lib/Target/ |
D | ELFDynamic.cpp | 230 applyOne(llvm::ELF::DT_REL, pFormat.getRelDyn().addr()); // DT_REL in applyEntries() 231 applyOne(llvm::ELF::DT_RELSZ, pFormat.getRelDyn().size()); // DT_RELSZ in applyEntries()
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | ELFFileFormat.h | 209 LDSection& getRelDyn() { in getRelDyn() function 214 const LDSection& getRelDyn() const { in getRelDyn() function
|