Searched refs:applyOne (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsELFDynamic.cpp55 applyOne(llvm::ELF::DT_PLTGOT, pFormat.getGOT().addr());
57 applyOne(MIPS_RLD_VERSION, 1);
58 applyOne(MIPS_FLAGS, 0);
59 applyOne(MIPS_BASE_ADDRESS, 0);
60 applyOne(MIPS_LOCAL_GOTNO, getLocalGotNum(pFormat));
61 applyOne(MIPS_SYMTABNO, getSymTabNum(pFormat));
62 applyOne(MIPS_GOTSYM, getGotSym(pFormat));
/frameworks/compile/mclinker/lib/Target/
H A DELFDynamic.cpp80 void ELFDynamic::applyOne(uint64_t pTag, uint64_t pValue) function in class:ELFDynamic
158 applyOne(llvm::ELF::DT_SYMBOLIC, 0x0); // DT_SYMBOLIC
162 applyOne(llvm::ELF::DT_INIT, pFormat.getInit().addr()); // DT_INIT
165 applyOne(llvm::ELF::DT_FINI, pFormat.getFini().addr()); // DT_FINI
169 applyOne(llvm::ELF::DT_INIT_ARRAY, pFormat.getInitArray().addr());
172 applyOne(llvm::ELF::DT_INIT_ARRAYSZ, pFormat.getInitArray().size());
177 applyOne(llvm::ELF::DT_FINI_ARRAY, pFormat.getFiniArray().addr());
180 applyOne(llvm::ELF::DT_FINI_ARRAYSZ, pFormat.getFiniArray().size());
184 applyOne(llvm::ELF::DT_HASH, pFormat.getHashTab().addr()); // DT_HASH
187 applyOne(llv
[all...]
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86ELFDynamic.cpp32 applyOne(llvm::ELF::DT_PLTGOT, pFormat.getGOTPLT().addr());
35 applyOne(llvm::ELF::DT_PLTGOT, pFormat.getGOT().addr());
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMELFDynamic.cpp35 applyOne(llvm::ELF::DT_PLTGOT, pFormat.getGOT().addr());
/frameworks/compile/mclinker/include/mcld/Target/
H A DELFDynamic.h156 void applyOne(uint64_t pTag, uint64_t pValue);

Completed in 68 milliseconds