Searched defs:r_length (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachORelocation.h | 28 uint8_t r_length; // length = 2 ^ r_length variable
|
| /freebsd-14.2/sys/arm/include/ |
| H A D | reloc.h | 46 r_length : 2, /* log base 2 of value's width */ member
|
| /freebsd-14.2/sys/i386/include/ |
| H A D | reloc.h | 42 r_length : 2, /* log base 2 of value's width */ member
|
| /freebsd-14.2/sys/amd64/include/ |
| H A D | reloc.h | 42 r_length : 2, /* log base 2 of value's width */ member
|
| /freebsd-14.2/sbin/ggate/ggated/ |
| H A D | ggated.c | 85 #define r_length r_hdr.gh_length macro
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | MachODump.cpp | 764 const unsigned r_length, const bool previous_arm_half){ in PrintRLength() 815 const unsigned r_length = O->getAnyRelocationLength(RE); in PrintRelocationEntries() local 3021 uint32_t r_value, pair_r_value, r_type, r_length, other_half; in SymbolizerGetOpInfo() local
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | MachO.h | 981 uint32_t r_symbolnum : 24, r_pcrel : 1, r_length : 2, r_extern : 1, member 987 uint32_t r_scattered : 1, r_pcrel : 1, r_length : 2, r_type : 4, member
|