Home
last modified time | relevance | path

Searched defs:r_type (Results 1 – 11 of 11) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachORelocation.h30 uint8_t r_type; // if not 0, machine-specific relocation type. variable
/freebsd-src/sys/dev/proto/
H A Dproto.h37 u_int r_type:8; member
/freebsd-src/include/
H A Dres_update.h44 ns_type r_type; /*%< type number */ member
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldELFMips.cpp277 uint32_t r_type = Type & 0xff; in resolveMIPSN64Relocation() local
/freebsd-src/libexec/rbootd/
H A Drmp_var.h234 #define r_type rmp_proto.rmp_raw.rmp_type macro
/freebsd-src/sys/kern/
H A Dsubr_rman.c94 int r_type; /* optional type for this resource. */ member
/freebsd-src/sys/dev/bhnd/bcma/
H A Dbcma_erom.c242 uint8_t r_type; in bcma_erom_lookup_core_addr() local
/freebsd-src/contrib/tzcode/
H A Dlocaltime.c159 enum r_type { global() enum
166 enum r_type r_type; /* type of rule */ global() member
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp718 static void PrintRType(const uint64_t cputype, const unsigned r_type) { in PrintRType() argument
763 static void PrintRLength(const uint64_t cputype, const unsigned r_type, in PrintRLength() argument
812 const unsigned r_type = O->getAnyRelocationType(RE); PrintRelocationEntries() local
2844 uint32_t r_value, pair_r_value, r_type; SymbolizerGetOpInfo() local
3021 uint32_t r_value, pair_r_value, r_type, r_length, other_half; SymbolizerGetOpInfo() local
3164 uint32_t r_type = info->O->getAnyRelocationType(RE); SymbolizerGetOpInfo() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp1469 uint32_t r_type = RelType & 0xff; processRelocationRef() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h982 r_type : 4; member
987 uint32_t r_scattered : 1, r_pcrel : 1, r_length : 2, r_type : 4, member