Home
last modified time | relevance | path

Searched refs:SecAddr (Results 1 – 4 of 4) sorted by relevance

/trueos/contrib/llvm/include/llvm/Object/
HDRelocVisitor.h50 RelocToApply visit(uint32_t RelocType, RelocationRef R, uint64_t SecAddr = 0,
59 return visitELF_X86_64_PC32(R, Value, SecAddr);
75 return visitELF_386_PC32(R, Value, SecAddr);
183 uint64_t SecAddr) { in visitELF_386_PC32() argument
199 uint64_t SecAddr) { in visitELF_X86_64_PC32() argument
/trueos/contrib/llvm/lib/Target/ARM/MCTargetDesc/
HDARMMachObjectWriter.cpp168 uint64_t SecAddr = in RecordARMScatteredHalfRelocation() local
170 FixedValue += SecAddr; in RecordARMScatteredHalfRelocation()
273 uint64_t SecAddr = Writer->getSectionAddress(A_SD->getFragment()->getParent()); in RecordARMScatteredRelocation() local
274 FixedValue += SecAddr; in RecordARMScatteredRelocation()
/trueos/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/
HDPPCMachObjectWriter.cpp216 uint64_t SecAddr = in RecordScatteredRelocation() local
218 FixedValue += SecAddr; in RecordScatteredRelocation()
/trueos/contrib/llvm/lib/Target/X86/MCTargetDesc/
HDX86MachObjectWriter.cpp379 uint64_t SecAddr = Writer->getSectionAddress(A_SD->getFragment()->getParent()); in RecordScatteredRelocation() local
380 FixedValue += SecAddr; in RecordScatteredRelocation()