HomeSort by relevance Sort by last modified time
    Searched refs:r_type (Results 1 - 25 of 31) sorted by null

1 2

  /external/llvm/include/llvm/CodeGen/
MachORelocation.h 31 uint8_t r_type; // if not 0, machine-specific relocation type. member in class:llvm::MachORelocation
39 ((r_type & 15) << 24) | (r_address & 0x00FFFFFF);
42 (r_extern << 4) | (r_type & 15);
51 r_extern(ext), r_type(type), r_scattered(scattered), r_value(value) {}
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachORelocation.h 31 uint8_t r_type; // if not 0, machine-specific relocation type. member in class:llvm::MachORelocation
39 ((r_type & 15) << 24) | (r_address & 0x00FFFFFF);
42 (r_extern << 4) | (r_type & 15);
51 r_extern(ext), r_type(type), r_scattered(scattered), r_value(value) {}
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
MachORelocation.h 31 uint8_t r_type; // if not 0, machine-specific relocation type. member in class:llvm::MachORelocation
39 ((r_type & 15) << 24) | (r_address & 0x00FFFFFF);
42 (r_extern << 4) | (r_type & 15);
51 r_extern(ext), r_type(type), r_scattered(scattered), r_value(value) {}
  /external/openssh/openbsd-compat/
port-aix.h 57 /* Some versions define r_type in the above headers, which causes a conflict */
58 #ifdef r_type
59 # undef r_type macro
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ELF.h 203 uint32_t r_type; // machine specific relocation type member in class:llvm::ELFRelocation
211 return ((uint64_t)r_symidx << 32) + ((uint64_t)r_type & 0xFFFFFFFFL);
213 return (r_symidx << 8) + (r_type & 0xFFL);
221 r_offset(off), r_symidx(sym), r_type(type),
  /art/runtime/mirror/
emulated_stack_frame.cc 38 ObjPtr<mirror::Class> r_type,
57 const Primitive::Type return_type = r_type->GetPrimitiveType();
169 Handle<mirror::Class> r_type(hs.NewHandle(callee_type->GetRType()));
170 CalculateFrameAndReferencesSize(to_types.Get(), r_type.Get(), &frame_size, &refs_size);
234 Handle<mirror::Class> r_type(hs.NewHandle(GetType()->GetRType()));
236 const Primitive::Type type = r_type->GetPrimitiveType();
258 Handle<mirror::Class> r_type(hs.NewHandle(GetType()->GetRType()));
260 const Primitive::Type type = r_type->GetPrimitiveType();
  /external/grpc-grpc/test/cpp/naming/utils/
dns_server.py 76 r_type = record['type']
82 if r_type == 'A':
84 if r_type == 'AAAA':
86 if r_type == 'SRV':
94 if r_type == 'TXT':
  /device/linaro/bootloader/edk2/StdLib/LibC/Time/
TimeVals.h 51 /* Rule type values for the r_type member of a rule structure */
101 int r_type; /* type of rule--see below */ member in struct:rule
ZoneProc.c 274 rulep->r_type = JULIAN_DAY;
281 rulep->r_type = MONTH_NTH_DAY_OF_WEEK;
298 rulep->r_type = DAY_OF_YEAR;
487 switch (rulep->r_type) {
  /external/ltp/testcases/kernel/fs/doio/
doio.h 190 int r_type; /* must be one of the #defines above */ member in struct:io_req
doio.c 983 switch (ioreq.r_type) {
1047 ioreq.r_type);
1058 ioreq.r_type);
1297 switch (ioreq->r_type) {
    [all...]
  /external/u-boot/arch/mips/cpu/
start.S 26 # define MIPS64_R_INFO(ssym, r_type3, r_type2, r_type) \
27 (((r_type) << 24) | ((r_type2) << 16) | ((r_type3) << 8) | (ssym))
29 # define MIPS64_R_INFO(ssym, r_type3, r_type2, r_type) \
30 ((r_type) | ((r_type2) << 8) | ((r_type3) << 16) | (ssym) << 24)
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
res_mkupdate.c 160 rtype = rrecp->r_type;
220 if (numrrs != 1 || rrecp->r_type != T_SOA)
239 switch (rrecp->r_type) {
277 if (rrecp->r_type == T_SOA) {
446 rrecp->r_type = (u_int16_t)type;
  /external/swiftshader/third_party/LLVM/test/Scripts/
elf-dump 128 r_type = (r_info & 0xffffffff, 32)
131 r_type = (r_info & 0xff, 8)
133 print " ('r_type', %s)" % common_dump.HexDump(r_type)
  /bionic/libc/kernel/uapi/linux/
coff.h 188 char r_type[2]; member in struct:COFF_reloc
  /external/kernel-headers/original/uapi/linux/
coff.h 341 char r_type[2]; /* Relocation type */ member in struct:COFF_reloc
  /external/tcpdump/
nameser.h 249 int16_t r_type; /* type number */ member in struct:rrec
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldELFMips.cpp 278 uint32_t r_type = Type & 0xff; local
284 uint32_t RelType = r_type;
  /bionic/libc/tzcode/
localtime.c 138 enum r_type { enum
145 enum r_type r_type; /* type of rule */ member in struct:rule
878 rulep->r_type = JULIAN_DAY;
885 rulep->r_type = MONTH_NTH_DAY_OF_WEEK;
902 rulep->r_type = DAY_OF_YEAR;
933 switch (rulep->r_type) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
MachODump.cpp 465 static void PrintRType(const uint64_t cputype, const unsigned r_type) {
487 if (r_type > 0xf){
488 outs() << format("%-7u", r_type) << " ";
493 outs() << generic_r_types[r_type];
496 outs() << x86_64_r_types[r_type];
499 outs() << arm_r_types[r_type];
502 outs() << arm64_r_types[r_type];
505 outs() << format("%-7u ", r_type);
509 static void PrintRLength(const uint64_t cputype, const unsigned r_type,
512 (r_type == llvm::MachO::ARM_RELOC_HALF |
559 const unsigned r_type = O->getAnyRelocationType(RE); local
2251 uint32_t r_value, pair_r_value, r_type; local
2438 uint32_t r_value, pair_r_value, r_type, r_length, other_half; local
2583 uint32_t r_type = info->O->getAnyRelocationType(RE); local
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
localtime.c 118 int r_type; /* type of rule--see below */ member in struct:rule
786 rulep->r_type = JULIAN_DAY;
793 rulep->r_type = MONTH_NTH_DAY_OF_WEEK;
810 rulep->r_type = DAY_OF_YEAR;
841 switch (rulep->r_type) {
    [all...]
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 1848 uint32_t r_value, pair_r_value, r_type; local
2016 uint32_t r_value, pair_r_value, r_type, r_length, other_half; local
2168 uint32_t r_type = info->O->getAnyRelocationType(RE); local
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp 604 uint32_t r_type = Type & 0xff; local
610 uint32_t RelType = r_type;
1468 uint32_t r_type = RelType & 0xff; local
    [all...]
  /external/llvm/test/tools/llvm-readobj/Inputs/
relocs.py 202 r_type = relocs[ri][1]
204 r_info = (r_info & 0xFFFFFFFF00000000) | (r_type & 0xFFFFFFFF)
206 r_info = (r_info & 0xFF00) | (r_type & 0xFF)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/Inputs/
relocs.py 202 r_type = relocs[ri][1]
204 r_info = (r_info & 0xFFFFFFFF00000000) | (r_type & 0xFFFFFFFF)
206 r_info = (r_info & 0xFF00) | (r_type & 0xFF)
    [all...]

Completed in 1638 milliseconds

1 2