Home
last modified time | relevance | path

Searched refs:pcRel (Results 1 – 13 of 13) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileBinaryUtils.h141 result.pcRel = bitFieldExtract(r0, true, 1, 1); in unpackRelocation()
151 result.pcRel = bitFieldExtract(r1, isBigEndian, 24, 1); in unpackRelocation()
170 bitFieldSet(r0, true, r.pcRel, 1, 1); in packRelocation()
177 bitFieldSet(r1, isBigEndian, r.pcRel, 24, 1); in packRelocation()
H A DArchHandler.cpp66 if (reloc.pcRel) in relocPattern()
94 result.pcRel = (pattern & rPcRel); in relocFromPattern()
H A DMachONormalizedFile.h83 length(0), pcRel(false), isExtern(false), value(0), in Relocation()
90 bool pcRel; member
H A DMachONormalizedFileToAtoms.cpp638 + ", r1_pcrel=" + Twine(reloc.pcRel) in convertRelocs()
648 + ", r2_pcrel=" + Twine(reloc2.pcRel) in convertRelocs()
674 + ", r_pcrel=" + Twine(reloc.pcRel) in convertRelocs()
H A DMachONormalizedFileYAML.cpp356 io.mapRequired("pc-rel", reloc.pcRel); in mapping()
/freebsd-13.1/sys/contrib/openzfs/module/lua/
H A Dldebug.h15 #define pcRel(pc, p) (cast(int, (pc) - (p)->code) - 1) macro
H A Dlvm.c73 int npc = pcRel(ci->u.l.savedpc, p); in traceexec()
77 newline != getfuncline(p, pcRel(L->oldpc, p))) /* enter a new line */ in traceexec()
H A Dldebug.c37 return pcRel(ci->u.l.savedpc, ci_func(ci)->p); in currentpc()
/freebsd-13.1/contrib/lua/src/
H A Dldebug.h14 #define pcRel(pc, p) (cast_int((pc) - (p)->code) - 1) macro
H A Dldebug.c45 return pcRel(ci->u.l.savedpc, ci_func(ci)->p); in currentpc()
834 int npci = pcRel(pc, p); in luaG_traceexec()
H A Dldo.c364 L->oldpc = pcRel(ci->u.l.savedpc, ci_func(ci)->p); /* update 'oldpc' */ in rethook()
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp575 return a.pcRel < b.pcRel; in getFdeData()
579 return a.pcRel == b.pcRel; in getFdeData()
3068 write32(buf, fde.pcRel); in write()
H A DSyntheticSections.h86 uint32_t pcRel; member