Home
last modified time | relevance | path

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

/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/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/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.c120 int r_type; /* type of rule--see below */ member
/external/cronet/third_party/icu/source/tools/tzcode/
Dlocaltime.c120 int r_type; /* type of rule--see below */ member
/external/rust/crates/protobuf-codegen/src/gen/field/
Dmod.rs1323 let r_type = self.getter_return_type(); in write_message_field_get_singular() localVariable
/external/flatbuffers/src/
Didl_gen_kotlin.cpp178 auto r_type = GenTypeGet(field.value.type); in GetterReturnType() local
/external/rust/crates/protobuf-codegen/2.27.1/src/field/
Dmod.rs1686 let r_type = self.get_xxx_return_type(); in write_message_field_get_singular() localVariable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp1359 uint32_t r_type = RelType & 0xff; in processRelocationRef() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMachO.h950 uint32_t r_type : 4, r_extern : 1, r_length : 2, r_pcrel : 1, member
954 r_type : 4; member
960 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/libabigail/src/
Dabg-dwarf-reader.cc10596 Dwarf_Die l_type, r_type; in compare_dies() local
10623 Dwarf_Die l_type, r_type; in compare_dies() local
Dabg-ir.cc20275 type_base_sptr r_type = r.get_type(); in equals() local