Home
last modified time | relevance | path

Searched refs:r_type (Results 1 – 25 of 38) sorted by relevance

12

/external/llvm-project/llvm/include/llvm/CodeGen/
DMachORelocation.h30 uint8_t r_type; // if not 0, machine-specific relocation type. variable
38 ((r_type & 15) << 24) | (r_address & 0x00FFFFFF); in getPackedFields()
41 (r_extern << 4) | (r_type & 15); in getPackedFields()
50 r_extern(ext), r_type(type), r_scattered(scattered), r_value(value) {} in r_address()
/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
38 ((r_type & 15) << 24) | (r_address & 0x00FFFFFF); in getPackedFields()
41 (r_extern << 4) | (r_type & 15); in getPackedFields()
50 r_extern(ext), r_type(type), r_scattered(scattered), r_value(value) {} in r_address()
/external/llvm/include/llvm/CodeGen/
DMachORelocation.h31 uint8_t r_type; // if not 0, machine-specific relocation type. variable
39 ((r_type & 15) << 24) | (r_address & 0x00FFFFFF); in getPackedFields()
42 (r_extern << 4) | (r_type & 15); in getPackedFields()
51 r_extern(ext), r_type(type), r_scattered(scattered), r_value(value) {} in r_address()
/external/grpc-grpc/test/cpp/naming/utils/
Ddns_server.py76 r_type = record['type']
82 if r_type == 'A':
84 if r_type == 'AAAA':
86 if r_type == 'SRV':
94 if r_type == 'TXT':
/external/llvm-project/lld/MachO/Arch/
DX86_64.cpp60 std::to_string(rel.r_type) + " must have r_length of "; in validateLength()
76 if (isThreadLocalVariables(sec.flags) && rel.r_type != X86_64_RELOC_UNSIGNED) in getImplicitAddend()
80 switch (rel.r_type) { in getImplicitAddend()
95 std::to_string(rel.r_type) + " must be pcrel"); in getImplicitAddend()
101 std::to_string(rel.r_type) + " must not be pcrel"); in getImplicitAddend()
105 error("TODO: Unhandled relocation type " + std::to_string(rel.r_type)); in getImplicitAddend()
/external/openssh/openbsd-compat/
Dport-aix.h59 #ifdef r_type
60 # undef r_type
/external/ltp/testcases/kernel/fs/doio/
Ddoio.h190 int r_type; /* must be one of the #defines above */ member
Ddoio.c983 switch (ioreq.r_type) { in doio()
1047 ioreq.r_type); in doio()
1058 ioreq.r_type); in doio()
1297 switch (ioreq->r_type) { in format_rw()
1383 switch (ioreq->r_type) { in format_sds()
1501 switch (req->r_type) { in do_read()
1764 wrec.w_async = (req->r_type == WRITEA) ? 1 : 0; in do_write()
1788 switch (req->r_type) { in do_write()
2354 if (req->r_type == SSWRITE) { in do_ssdio()
2390 if (v_opt && req->r_type == SSWRITE) { in do_ssdio()
[all …]
/external/llvm-project/llvm/tools/llvm-objdump/
DMachODump.cpp787 static void PrintRType(const uint64_t cputype, const unsigned r_type) { in PrintRType() argument
809 if (r_type > 0xf){ in PrintRType()
810 outs() << format("%-7u", r_type) << " "; in PrintRType()
815 outs() << generic_r_types[r_type]; in PrintRType()
818 outs() << x86_64_r_types[r_type]; in PrintRType()
821 outs() << arm_r_types[r_type]; in PrintRType()
825 outs() << arm64_r_types[r_type]; in PrintRType()
828 outs() << format("%-7u ", r_type); in PrintRType()
832 static void PrintRLength(const uint64_t cputype, const unsigned r_type, in PrintRLength() argument
835 (r_type == MachO::ARM_RELOC_HALF || in PrintRLength()
[all …]
/external/mesa3d/src/amd/common/
Dac_rtld.c644 unsigned r_type = ELF64_R_TYPE(rel->r_info); in apply_relocs() local
671 switch (r_type) { in apply_relocs()
685 report_errorf("unsupported r_type == %u", r_type); in apply_relocs()
691 switch (r_type) { in apply_relocs()
/external/kernel-headers/original/uapi/linux/
Dcoff.h344 char r_type[2]; /* Relocation type */ member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldELFMips.cpp277 uint32_t r_type = Type & 0xff; in resolveMIPSN64Relocation() local
283 uint32_t RelType = r_type; in resolveMIPSN64Relocation()
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldELFMips.cpp277 uint32_t r_type = Type & 0xff; in resolveMIPSN64Relocation() local
283 uint32_t RelType = r_type; in resolveMIPSN64Relocation()
/external/tcpdump/
Dnameser.h249 int16_t r_type; /* type number */ member
/external/arm-trusted-firmware/drivers/mmc/
Dmmc.c48 unsigned int r_type, unsigned int *r_data) in mmc_send_cmd() argument
57 cmd.resp_type = r_type; in mmc_send_cmd()
/external/llvm-project/llvm/lib/ExecutionEngine/JITLink/
DMachOLinkGraphBuilder.h172 RI.r_type = (ARI.r_word1 >> 28); in getRelocationInfo()
DMachO_x86_64.cpp34 switch (RI.r_type) { in getRelocationKind()
92 ", kind=" + formatv("{0:x1}", RI.r_type) + in getRelocationKind()
DMachO_arm64.cpp35 switch (RI.r_type) { in getRelocationKind()
89 ", kind=" + formatv("{0:x1}", RI.r_type) + in getRelocationKind()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DMachO_x86_64.cpp34 switch (RI.r_type) { in getRelocationKind()
92 ", kind=" + formatv("{0:x1}", RI.r_type) + in getRelocationKind()
DMachO_arm64.cpp35 switch (RI.r_type) { in getRelocationKind()
89 ", kind=" + formatv("{0:x1}", RI.r_type) + in getRelocationKind()
/external/llvm/test/tools/llvm-readobj/Inputs/
Drelocs.py202 r_type = relocs[ri][1]
204 r_info = (r_info & 0xFFFFFFFF00000000) | (r_type & 0xFFFFFFFF)
206 r_info = (r_info & 0xFF00) | (r_type & 0xFF)
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp604 uint32_t r_type = Type & 0xff; in resolveMIPS64Relocation() local
610 uint32_t RelType = r_type; in resolveMIPS64Relocation()
1468 uint32_t r_type = RelType & 0xff; in processRelocationRef() local
1470 if (r_type == ELF::R_MIPS_CALL16 || r_type == ELF::R_MIPS_GOT_PAGE in processRelocationRef()
1471 || r_type == ELF::R_MIPS_GOT_DISP) { in processRelocationRef()
/external/icu/icu4c/source/tools/tzcode/
Dlocaltime.c118 int r_type; /* type of rule--see below */ member
786 rulep->r_type = JULIAN_DAY; in getrule()
793 rulep->r_type = MONTH_NTH_DAY_OF_WEEK; in getrule()
810 rulep->r_type = DAY_OF_YEAR; in getrule()
841 switch (rulep->r_type) { in transtime()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp1848 uint32_t r_value, pair_r_value, r_type; in SymbolizerGetOpInfo() local
1854 r_type = info->O->getAnyRelocationType(RE); in SymbolizerGetOpInfo()
1858 if (r_type == MachO::GENERIC_RELOC_SECTDIFF || in SymbolizerGetOpInfo()
1859 r_type == MachO::GENERIC_RELOC_LOCAL_SECTDIFF) { in SymbolizerGetOpInfo()
1896 if (reloc_found && (r_type == MachO::GENERIC_RELOC_SECTDIFF || in SymbolizerGetOpInfo()
1897 r_type == MachO::GENERIC_RELOC_LOCAL_SECTDIFF)) { in SymbolizerGetOpInfo()
2016 uint32_t r_value, pair_r_value, r_type, r_length, other_half; in SymbolizerGetOpInfo() local
2033 r_type = info->O->getScatteredRelocationType(RE); in SymbolizerGetOpInfo()
2035 r_type = info->O->getAnyRelocationType(RE); in SymbolizerGetOpInfo()
2042 if (r_type == MachO::ARM_RELOC_HALF || in SymbolizerGetOpInfo()
[all …]
/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
965 uint32_t r_address : 24, r_type : 4, r_length : 2, r_pcrel : 1,

12