HomeSort by relevance Sort by last modified time
    Searched defs:r_type (Results 1 - 21 of 21) sorted by null

  /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/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/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/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;
  /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
  /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),
  /external/ltp/testcases/kernel/fs/doio/
doio.h 190 int r_type; /* must be one of the #defines above */ member in struct:io_req
  /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/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/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp 1349 uint32_t r_type = RelType & 0xff; local
    [all...]
  /external/tcpdump/
nameser.h 249 int16_t r_type; /* type number */ member in struct:rrec
  /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/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...]
  /device/linaro/bootloader/edk2/StdLib/Include/arpa/
nameser.h 233 u_int16_t r_type; /* type number */ member in struct:_ns_updrec
  /external/llvm/include/llvm/Support/
MachO.h 396 // Constant values for the r_type field in an
406 // Constant values for the r_type field in a PowerPC architecture
426 // Constant values for the r_type field in an ARM architecture
440 // Constant values for the r_type field in an ARM64 architecture
467 // Constant values for the r_type field in an x86_64 architecture
912 r_type:4; member in struct:llvm::MachO::relocation_info
920 r_type:4, member in struct:llvm::MachO::scattered_relocation_info
924 r_type:4,
    [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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
MachO.h 393 // Constant values for the r_type field in an
403 // Constant values for the r_type field in a PowerPC architecture
423 // Constant values for the r_type field in an ARM architecture
437 // Constant values for the r_type field in an ARM64 architecture
464 // Constant values for the r_type field in an x86_64 architecture
943 r_type : 4; member in struct:llvm::MachO::relocation_info
948 uint32_t r_scattered : 1, r_pcrel : 1, r_length : 2, r_type : 4, member in struct:llvm::MachO::scattered_relocation_info
951 uint32_t r_address : 24, r_type : 4, r_length : 2, r_pcrel : 1,
    [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/swiftshader/third_party/llvm-subzero/include/llvm/Support/
MachO.h 396 // Constant values for the r_type field in an
406 // Constant values for the r_type field in a PowerPC architecture
426 // Constant values for the r_type field in an ARM architecture
440 // Constant values for the r_type field in an ARM64 architecture
467 // Constant values for the r_type field in an x86_64 architecture
920 r_type:4; member in struct:llvm::MachO::relocation_info
928 r_type:4, member in struct:llvm::MachO::scattered_relocation_info
932 r_type:4,
    [all...]

Completed in 557 milliseconds