Home
last modified time | relevance | path

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

12

/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/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/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/swiftshader/third_party/LLVM/test/CodeGen/ARM/
D2010-11-30-reloc-movt.ll27 ; OBJ-NEXT: 'r_type', 0x2b
32 ; OBJ-NEXT: 'r_type', 0x2c
37 ; OBJ-NEXT: 'r_type', 0x1c
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DELF.h203 uint32_t r_type; // machine specific relocation type variable
211 return ((uint64_t)r_symidx << 32) + ((uint64_t)r_type & 0xFFFFFFFFL); in getInfo()
213 return (r_symidx << 8) + (r_type & 0xFFL); in getInfo()
221 r_offset(off), r_symidx(sym), r_type(type), in r_offset()
/external/u-boot/arch/mips/cpu/
Dstart.S26 # define MIPS64_R_INFO(ssym, r_type3, r_type2, r_type) \ argument
27 (((r_type) << 24) | ((r_type2) << 16) | ((r_type3) << 8) | (ssym))
29 # define MIPS64_R_INFO(ssym, r_type3, r_type2, r_type) \ argument
30 ((r_type) | ((r_type2) << 8) | ((r_type3) << 16) | (ssym) << 24)
/external/openssh/openbsd-compat/
Dport-aix.h58 #ifdef r_type
59 # undef r_type
/external/swiftshader/third_party/LLVM/test/Scripts/
Delf-dump128 r_type = (r_info & 0xffffffff, 32)
131 r_type = (r_info & 0xff, 8)
133 print " ('r_type', %s)" % common_dump.HexDump(r_type)
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
DMachODump.cpp465 static void PrintRType(const uint64_t cputype, const unsigned r_type) { in PrintRType() argument
487 if (r_type > 0xf){ in PrintRType()
488 outs() << format("%-7u", r_type) << " "; in PrintRType()
493 outs() << generic_r_types[r_type]; in PrintRType()
496 outs() << x86_64_r_types[r_type]; in PrintRType()
499 outs() << arm_r_types[r_type]; in PrintRType()
502 outs() << arm64_r_types[r_type]; in PrintRType()
505 outs() << format("%-7u ", r_type); in PrintRType()
509 static void PrintRLength(const uint64_t cputype, const unsigned r_type, in PrintRLength() argument
512 (r_type == llvm::MachO::ARM_RELOC_HALF || in PrintRLength()
[all …]
/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/swiftshader/third_party/LLVM/test/MC/ARM/
Delf-thumbfunc-reloc.ll32 ; CHECK-NEXT: 'r_type', 0x0a
Delf-reloc-02.ll47 ;; OBJ-NEXT: 'r_type', 0x2b
Delf-reloc-01.ll66 ;; OBJ-NEXT: 'r_type', 0x2b
Delf-reloc-03.ll94 ;; OBJ-NEXT: 'r_type', 0x2b
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldELFMips.cpp278 uint32_t r_type = Type & 0xff; in resolveMIPSN64Relocation() local
284 uint32_t RelType = r_type; in resolveMIPSN64Relocation()
/external/kernel-headers/original/uapi/linux/
Dcoff.h341 char r_type[2]; /* Relocation type */ 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
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/swiftshader/third_party/llvm-7.0/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/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/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/llvm/include/llvm/Support/
DMachO.h912 r_type:4; member
920 r_type:4, member
924 r_type:4,

12