Lines Matching refs:ELF
31 reserveOne(llvm::ELF::DT_PLTGOT); in reserveTargetEntries()
33 reserveOne(llvm::ELF::DT_MIPS_RLD_VERSION); in reserveTargetEntries()
34 reserveOne(llvm::ELF::DT_MIPS_FLAGS); in reserveTargetEntries()
35 reserveOne(llvm::ELF::DT_MIPS_BASE_ADDRESS); in reserveTargetEntries()
36 reserveOne(llvm::ELF::DT_MIPS_LOCAL_GOTNO); in reserveTargetEntries()
37 reserveOne(llvm::ELF::DT_MIPS_SYMTABNO); in reserveTargetEntries()
38 reserveOne(llvm::ELF::DT_MIPS_GOTSYM); in reserveTargetEntries()
41 reserveOne(llvm::ELF::DT_MIPS_PLTGOT); in reserveTargetEntries()
47 applyOne(llvm::ELF::DT_PLTGOT, pFormat.getGOT().addr()); in applyTargetEntries()
49 applyOne(llvm::ELF::DT_MIPS_RLD_VERSION, 1); in applyTargetEntries()
50 applyOne(llvm::ELF::DT_MIPS_FLAGS, llvm::ELF::RHF_NOTPOT); in applyTargetEntries()
51 applyOne(llvm::ELF::DT_MIPS_BASE_ADDRESS, getBaseAddress()); in applyTargetEntries()
52 applyOne(llvm::ELF::DT_MIPS_LOCAL_GOTNO, getLocalGotNum(pFormat)); in applyTargetEntries()
53 applyOne(llvm::ELF::DT_MIPS_SYMTABNO, getSymTabNum(pFormat)); in applyTargetEntries()
54 applyOne(llvm::ELF::DT_MIPS_GOTSYM, getGotSym(pFormat)); in applyTargetEntries()
57 applyOne(llvm::ELF::DT_MIPS_PLTGOT, pFormat.getGOTPLT().addr()); in applyTargetEntries()
91 m_pParent.elfSegmentTable().find(llvm::ELF::PT_LOAD, 0x0, 0x0); in getBaseAddress()