Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileBinaryUtils.h142 result.pcRel = bitFieldExtract(r0, true, 1, 1); in unpackRelocation()
152 result.pcRel = bitFieldExtract(r1, isBigEndian, 24, 1); in unpackRelocation()
171 bitFieldSet(r0, true, r.pcRel, 1, 1); in packRelocation()
178 bitFieldSet(r1, isBigEndian, r.pcRel, 24, 1); in packRelocation()
H A DArchHandler.cpp67 if (reloc.pcRel) in relocPattern()
95 result.pcRel = (pattern & rPcRel); in relocFromPattern()
H A DMachONormalizedFile.h84 length(0), pcRel(false), isExtern(false), value(0), in Relocation()
91 bool pcRel; member
H A DMachONormalizedFileToAtoms.cpp637 + ", r1_pcrel=" + Twine(reloc.pcRel) in convertRelocs()
647 + ", r2_pcrel=" + Twine(reloc2.pcRel) in convertRelocs()
673 + ", r_pcrel=" + Twine(reloc.pcRel) in convertRelocs()
H A DMachONormalizedFileYAML.cpp357 io.mapRequired("pc-rel", reloc.pcRel); in mapping()
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dldebug.h14 #define pcRel(pc, p) (cast(int, (pc) - (p)->code) - 1) macro
H A Dlvm.c74 int npc = pcRel(ci->u.l.savedpc, p); in traceexec()
78 newline != getfuncline(p, pcRel(L->oldpc, p))) /* enter a new line */ in traceexec()
H A Dldebug.c38 return pcRel(ci->u.l.savedpc, ci_func(ci)->p); in currentpc()
/freebsd-12.1/contrib/lua/src/
H A Dldebug.h14 #define pcRel(pc, p) (cast(int, (pc) - (p)->code) - 1) macro
H A Dldebug.c47 return pcRel(ci->u.l.savedpc, ci_func(ci)->p); in currentpc()
682 int npc = pcRel(ci->u.l.savedpc, p); in luaG_traceexec()
686 newline != getfuncline(p, pcRel(L->oldpc, p))) /* enter a new line */ in luaG_traceexec()