Searched defs:r_pcrel (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachORelocation.h | 27 bool r_pcrel; // was relocated pc-relative already variable
|
/freebsd/sys/arm/include/ |
H A D | reloc.h | 43 r_pcrel : 1, /* 1 if value should be pc-relative */ member
|
/freebsd/sys/amd64/include/ |
H A D | reloc.h | 39 r_pcrel : 1, /* 1 if value should be pc-relative */ member
|
/freebsd/sys/i386/include/ |
H A D | reloc.h | 39 r_pcrel : 1, /* 1 if value should be pc-relative */ member
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | MachO.h | 982 uint32_t r_symbolnum : 24, r_pcrel : 1, r_length : 2, r_extern : 1, global() member 988 uint32_t r_scattered : 1, r_pcrel : 1, r_length : 2, r_type : 4, global() member
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | MachODump.cpp | 814 const unsigned r_pcrel = O->getAnyRelocationPCRel(RE); in PrintRelocationEntries() local
|