Searched refs:pcRel (Results 1 – 13 of 13) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/ |
| H A D | MachONormalizedFileBinaryUtils.h | 141 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 D | ArchHandler.cpp | 66 if (reloc.pcRel) in relocPattern() 94 result.pcRel = (pattern & rPcRel); in relocFromPattern()
|
| H A D | MachONormalizedFile.h | 83 length(0), pcRel(false), isExtern(false), value(0), in Relocation() 90 bool pcRel; member
|
| H A D | MachONormalizedFileToAtoms.cpp | 638 + ", 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 D | MachONormalizedFileYAML.cpp | 356 io.mapRequired("pc-rel", reloc.pcRel); in mapping()
|
| /freebsd-13.1/sys/contrib/openzfs/module/lua/ |
| H A D | ldebug.h | 15 #define pcRel(pc, p) (cast(int, (pc) - (p)->code) - 1) macro
|
| H A D | lvm.c | 73 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 D | ldebug.c | 37 return pcRel(ci->u.l.savedpc, ci_func(ci)->p); in currentpc()
|
| /freebsd-13.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 | 45 return pcRel(ci->u.l.savedpc, ci_func(ci)->p); in currentpc() 834 int npci = pcRel(pc, p); in luaG_traceexec()
|
| H A D | ldo.c | 364 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 D | SyntheticSections.cpp | 575 return a.pcRel < b.pcRel; in getFdeData() 579 return a.pcRel == b.pcRel; in getFdeData() 3068 write32(buf, fde.pcRel); in write()
|
| H A D | SyntheticSections.h | 86 uint32_t pcRel; member
|