HomeSort by relevance Sort by last modified time
    Searched defs:r_type (Results 1 - 19 of 19) 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 59 /* Some versions define r_type in the above headers, which causes a conflict */
60 #ifdef r_type
61 # undef r_type macro
  /bionic/libc/kernel/arch-mips/asm/
module.h 39 Elf64_Byte r_type; member in struct:__anon114
49 Elf64_Byte r_type; member in struct:__anon115
  /development/ndk/platforms/android-9/arch-mips/include/asm/
module.h 39 Elf64_Byte r_type; member in struct:__anon1303
49 Elf64_Byte r_type; member in struct:__anon1304
  /external/kernel-headers/original/asm-mips/
module.h 22 Elf64_Byte r_type; /* First relocation. */ member in struct:__anon9473
31 Elf64_Byte r_type; /* First relocation. */ member in struct:__anon9474
61 #define ELF_MIPS_R_TYPE(rel) (rel.r_type)
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
module.h 39 Elf64_Byte r_type; member in struct:__anon39383
49 Elf64_Byte r_type; member in struct:__anon39384
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
module.h 39 Elf64_Byte r_type; member in struct:__anon42108
49 Elf64_Byte r_type; member in struct:__anon42109
  /frameworks/compile/mclinker/lib/LD/
ELFReader.cpp 184 uint8_t r_type = static_cast<unsigned char>(r_info); local
191 IRBuilder::AddRelocation(pSection, r_type, *symbol, r_offset, r_addend);
218 uint8_t r_type = static_cast<unsigned char>(r_info); local
226 IRBuilder::AddRelocation(pSection, r_type, *symbol, r_offset);
693 uint32_t r_type = static_cast<uint32_t>(r_info); local
700 IRBuilder::AddRelocation(pSection, r_type, *symbol, r_offset, r_addend);
727 uint32_t r_type = static_cast<uint32_t>(r_info); local
735 IRBuilder::AddRelocation(pSection, r_type, *symbol, r_offset);
    [all...]
  /external/llvm/lib/Object/
MachOObjectFile.cpp 824 unsigned r_type; local
826 r_type = (RE->Word0 >> 24) & 0xF;
828 r_type = (RE->Word1 >> 28) & 0xF;
840 if (r_type > 6)
843 res = Table[r_type];
859 if (r_type > 9)
862 res = Table[r_type];
878 if (r_type > 9)
881 res = Table[r_type];
903 res = Table[r_type];
    [all...]
  /external/opencv/ml/src/
ml_inner_functions.cpp 638 int i, r_type, r_step; local
653 r_type = CV_MAT_TYPE(responses->type);
654 if( r_type != CV_32FC1 && r_type != CV_32SC1 )
659 if( r_type == CV_32FC1 && CV_IS_MAT_CONT(responses->type) && !sample_idx )
679 if( r_type == CV_32FC1 )
723 int i, r_type, r_step; local
743 r_type = CV_MAT_TYPE(responses->type);
744 if( r_type != CV_32FC1 && r_type != CV_32SC1
    [all...]
mltree.cpp 140 int sample_all = 0, r_type = 0, cv_n; local
234 CV_CALL( var_type0 = cvPreprocessVarType( _var_type, var_idx, var_all, &r_type ));
240 is_classifier = r_type == CV_VAR_CATEGORICAL;
    [all...]
  /external/tcpdump/
nameser.h 264 int16_t r_type; /* type number */ member in struct:rrec
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
coff.h 340 char r_type[2]; /* Relocation type */ member in struct:COFF_reloc
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
coff.h 340 char r_type[2]; /* Relocation type */ member in struct:COFF_reloc
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
coff.h 340 char r_type[2]; /* Relocation type */ member in struct:COFF_reloc
  /bionic/libc/tzcode/
localtime.c 185 int r_type; /* type of rule--see below */ member in struct:rule
818 rulep->r_type = JULIAN_DAY;
825 rulep->r_type = MONTH_NTH_DAY_OF_WEEK;
842 rulep->r_type = DAY_OF_YEAR;
877 switch (rulep->r_type) {
    [all...]
  /external/icu4c/tools/tzcode/
localtime.c 124 int r_type; /* type of rule--see below */ member in struct:rule
767 rulep->r_type = JULIAN_DAY;
774 rulep->r_type = MONTH_NTH_DAY_OF_WEEK;
791 rulep->r_type = DAY_OF_YEAR;
826 switch (rulep->r_type) {
    [all...]
  /external/qemu/
a.out.h 234 char r_type[2]; member in struct:external_reloc
  /external/libnl-headers/
netlink-types.h 293 uint8_t r_type; member in struct:rtnl_rule

Completed in 1761 milliseconds