Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/CodeGen/
DMachORelocation.h30 uint8_t r_type; // if not 0, machine-specific relocation type. variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachORelocation.h30 uint8_t r_type; // if not 0, machine-specific relocation type. variable
/external/llvm/include/llvm/CodeGen/
DMachORelocation.h31 uint8_t r_type; // if not 0, machine-specific relocation type. variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldELFMips.cpp277 uint32_t r_type = Type & 0xff; in resolveMIPSN64Relocation() local
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldELFMips.cpp277 uint32_t r_type = Type & 0xff; in resolveMIPSN64Relocation() local
/external/arm-trusted-firmware/drivers/mmc/
Dmmc.c48 unsigned int r_type, unsigned int *r_data) in mmc_send_cmd()
/external/ltp/testcases/kernel/fs/doio/
Ddoio.h190 int r_type; /* must be one of the #defines above */ member
/external/tcpdump/
Dnameser.h249 int16_t r_type; /* type number */ member
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp604 uint32_t r_type = Type & 0xff; in resolveMIPS64Relocation() local
1468 uint32_t r_type = RelType & 0xff; in processRelocationRef() local
/external/mesa3d/src/amd/common/
Dac_rtld.c644 unsigned r_type = ELF64_R_TYPE(rel->r_info); in apply_relocs() local
/external/kernel-headers/original/uapi/linux/
Dcoff.h344 char r_type[2]; /* Relocation type */ member
/external/icu/icu4c/source/tools/tzcode/
Dlocaltime.c118 int r_type; /* type of rule--see below */ member
/external/llvm-project/llvm/tools/llvm-objdump/
DMachODump.cpp787 static void PrintRType(const uint64_t cputype, const unsigned r_type) { in PrintRType()
832 static void PrintRLength(const uint64_t cputype, const unsigned r_type, in PrintRLength()
881 const unsigned r_type = O->getAnyRelocationType(RE); in PrintRelocationEntries() local
2638 uint32_t r_value, pair_r_value, r_type; in SymbolizerGetOpInfo() local
2815 uint32_t r_value, pair_r_value, r_type, r_length, other_half; in SymbolizerGetOpInfo() local
2958 uint32_t r_type = info->O->getAnyRelocationType(RE); in SymbolizerGetOpInfo() local
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp1366 uint32_t r_type = RelType & 0xff; in processRelocationRef() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp1359 uint32_t r_type = RelType & 0xff; in processRelocationRef() local
/external/rust/crates/protobuf-codegen/src/field/
Dmod.rs1687 let r_type = self.get_xxx_return_type(); in write_message_field_get_singular() localVariable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMachO.h952 uint32_t r_type : 4, r_extern : 1, r_length : 2, r_pcrel : 1, member
956 r_type : 4; member
962 uint32_t r_scattered : 1, r_pcrel : 1, r_length : 2, r_type : 4, member
/external/llvm/include/llvm/Support/
DMachO.h912 r_type:4; member
920 r_type:4, member
/external/llvm/tools/llvm-objdump/
DMachODump.cpp1848 uint32_t r_value, pair_r_value, r_type; in SymbolizerGetOpInfo() local
2016 uint32_t r_value, pair_r_value, r_type, r_length, other_half; in SymbolizerGetOpInfo() local
2168 uint32_t r_type = info->O->getAnyRelocationType(RE); in SymbolizerGetOpInfo() local
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h920 r_type:4; member
928 r_type:4, member
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DMachO.h959 r_type : 4; member
964 uint32_t r_scattered : 1, r_pcrel : 1, r_length : 2, r_type : 4, member
/external/libabigail/src/
Dabg-dwarf-reader.cc10426 Dwarf_Die l_type, r_type; in compare_dies() local
10453 Dwarf_Die l_type, r_type; in compare_dies() local
Dabg-ir.cc18570 type_base_sptr r_type = look_through_no_op_qualified_type(r.get_type()); in equals() local