Searched refs:pcRel (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/ |
| H A D | MachONormalizedFileBinaryUtils.h | 142 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 D | ArchHandler.cpp | 67 if (reloc.pcRel) in relocPattern() 95 result.pcRel = (pattern & rPcRel); in relocFromPattern()
|
| H A D | MachONormalizedFile.h | 84 length(0), pcRel(false), isExtern(false), value(0), in Relocation() 91 bool pcRel; member
|
| H A D | MachONormalizedFileToAtoms.cpp | 637 + ", 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 D | MachONormalizedFileYAML.cpp | 357 io.mapRequired("pc-rel", reloc.pcRel); in mapping()
|
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/ |
| H A D | ldebug.h | 14 #define pcRel(pc, p) (cast(int, (pc) - (p)->code) - 1) macro
|
| H A D | lvm.c | 74 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 D | ldebug.c | 38 return pcRel(ci->u.l.savedpc, ci_func(ci)->p); in currentpc()
|
| /freebsd-12.1/contrib/lua/src/ |
| H A D | ldebug.h | 14 #define pcRel(pc, p) (cast(int, (pc) - (p)->code) - 1) macro
|
| H A D | ldebug.c | 47 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()
|