Searched defs:r_type (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachORelocation.h | 30 uint8_t r_type; // if not 0, machine-specific relocation type. variable
|
/freebsd/sys/dev/proto/ |
H A D | proto.h | 37 u_int r_type:8; member
|
/freebsd/include/ |
H A D | res_update.h | 44 ns_type r_type; /*%< type number */ member
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
H A D | RuntimeDyldELFMips.cpp | 277 uint32_t r_type = Type & 0xff; in resolveMIPSN64Relocation() local
|
/freebsd/libexec/rbootd/ |
H A D | rmp_var.h | 234 #define r_type rmp_proto.rmp_raw.rmp_type macro
|
/freebsd/sys/kern/ |
H A D | subr_rman.c | 94 int r_type; /* optional type for this resource. */ member
|
/freebsd/sys/dev/bhnd/bcma/ |
H A D | bcma_erom.c | 242 uint8_t r_type; in bcma_erom_lookup_core_addr() local
|
/freebsd/contrib/tzcode/ |
H A D | localtime.c | 155 enum r_type { enum 162 enum r_type r_type; /* type of rule */ member
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | MachODump.cpp | 718 static void PrintRType(const uint64_t cputype, const unsigned r_type) { in PrintRType() 763 static void PrintRLength(const uint64_t cputype, const unsigned r_type, in PrintRLength() 812 const unsigned r_type = O->getAnyRelocationType(RE); in PrintRelocationEntries() local 2844 uint32_t r_value, pair_r_value, r_type; in SymbolizerGetOpInfo() local 3021 uint32_t r_value, pair_r_value, r_type, r_length, other_half; in SymbolizerGetOpInfo() local 3164 uint32_t r_type = info->O->getAnyRelocationType(RE); in SymbolizerGetOpInfo() local
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldELF.cpp | 1475 uint32_t r_type = RelType & 0xff; in processRelocationRef() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | MachO.h | 983 r_type : 4; global() member 988 uint32_t r_scattered : 1, r_pcrel : 1, r_length : 2, r_type : 4, global() member
|
H A D | ELF.h | 1438 uint32_t r_type; member
|