Searched refs:RelType (Results 26 - 37 of 37) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.h75 MachO::RelocationInfoType RelType = local
78 return RelocationEntry(SectionID, Offset, RelType, 0, IsPCRel, Size);
H A DRuntimeDyldELF.h126 void processSimpleRelocation(unsigned SectionID, uint64_t Offset, unsigned RelType, RelocationValueRef Value);
129 uint32_t getMatchingLoRelocation(uint32_t RelType,
H A DRuntimeDyldMachO.cpp158 << " isPCRel: " << RE.IsPCRel << " MachoType: " << RE.RelType
/freebsd-13-stable/contrib/llvm-project/lld/ELF/Arch/
H A DX86_64.cpp29 int getTlsGdRelaxSkip(RelType type) const override;
30 RelExpr getRelExpr(RelType type, const Symbol &s,
32 RelType getDynRel(RelType type) const override;
43 RelExpr adjustRelaxExpr(RelType type, const uint8_t *data,
99 int X86_64::getTlsGdRelaxSkip(RelType type) const { return 2; }
311 RelExpr X86_64::getRelExpr(RelType type, const Symbol &s,
408 RelType X86_64::getDynRel(RelType type) const {
731 RelExpr X86_64::adjustRelaxExpr(RelType typ
[all...]
H A DSPARCV9.cpp26 RelExpr getRelExpr(RelType type, const Symbol &s,
50 RelExpr SPARCV9::getRelExpr(RelType type, const Symbol &s,
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp154 static unsigned handleMipsTlsRelocation(RelType type, Symbol &sym,
179 handleTlsRelocation(RelType type, Symbol &sym, InputSectionBase &c,
321 static RelType getMipsPairType(RelType type, bool isLocal) {
391 static bool isStaticLinkTimeConstant(RelExpr e, RelType type, const Symbol &sym,
625 RelType type = rel.getType(config->isMips64EL);
653 RelType type = rel.getType(config->isMips64EL);
970 template <class RelTy> static RelType getMipsN32RelType(RelTy *&rel, RelTy *end) {
971 RelType type = 0;
1028 RelType typ
[all...]
H A DSyntheticSections.h422 DynamicReloc(RelType type, const InputSectionBase *inputSec,
429 DynamicReloc(RelType type, const InputSectionBase *inputSec,
443 RelType type;
490 void addReloc(RelType dynType, InputSectionBase *isec, uint64_t offsetInSec,
494 void addReloc(RelType dynType, InputSectionBase *inputSec,
496 RelType type);
H A DThunks.cpp869 static Thunk *addThunkAArch64(RelType type, Symbol &s, int64_t a) {
883 static Thunk *addThunkPreArmv7(RelType reloc, Symbol &s) {
903 static Thunk *addThunkV6M(RelType reloc, Symbol &s) {
917 static Thunk *addThunkArm(RelType reloc, Symbol &s) {
958 static Thunk *addThunkMips(RelType type, Symbol &s) {
976 static Thunk *addThunkPPC64(RelType type, Symbol &s, int64_t a) {
H A DARMErrataFix.cpp428 RelType patchRelType = R_ARM_THM_JUMP24;
458 RelType type;
H A DInputSection.cpp414 RelType type = rel.getType(config->isMips64EL);
506 static uint32_t getARMUndefinedRelativeWeakVA(RelType type, uint32_t a,
665 uint64_t InputSectionBase::getRelocTargetVA(const InputFile *file, RelType type,
868 RelType type = rel.getType(config->isMips64EL);
1007 RelType type = rel.type;
H A DInputSection.h206 static uint64_t getRelocTargetVA(const InputFile *File, RelType Type,
H A DSyntheticSections.cpp1538 void RelocationBaseSection::addReloc(RelType dynType, InputSectionBase *isec,
1543 void RelocationBaseSection::addReloc(RelType dynType,
1547 RelType type) {

Completed in 127 milliseconds

12