HomeSort by relevance Sort by last modified time
    Searched refs:r_type (Results 1 - 24 of 24) 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) {}
  /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
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
module.h 39 Elf64_Byte r_type; member in struct:__anon39385
49 Elf64_Byte r_type; member in struct:__anon39386
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
module.h 39 Elf64_Byte r_type; member in struct:__anon42110
49 Elf64_Byte r_type; member in struct:__anon42111
  /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
  /external/kernel-headers/original/asm-mips/
module.h 22 Elf64_Byte r_type; /* First relocation. */ member in struct:__anon9475
31 Elf64_Byte r_type; /* First relocation. */ member in struct:__anon9476
61 #define ELF_MIPS_R_TYPE(rel) (rel.r_type)
  /external/bluetooth/bluedroid/bta/hh/
bta_hh_api.c 196 ** r_type: report type, could be BTA_HH_RPTT_OUTPUT or
201 void BTA_HhSetReport(UINT8 dev_handle, tBTA_HH_RPT_TYPE r_type, BT_HDR *p_data)
203 bta_hh_snd_write_dev(dev_handle, HID_TRANS_SET_REPORT, r_type, 0, 0, p_data);
214 void BTA_HhGetReport(UINT8 dev_handle, tBTA_HH_RPT_TYPE r_type, UINT8 rpt_id, UINT16 buf_size)
216 UINT8 param = (buf_size) ? (r_type | 0x08) : r_type;
  /external/bluetooth/bluedroid/btif/include/
btif_hh.h 106 extern void btif_hh_setreport(btif_hh_device_t *p_dev, bthh_report_type_t r_type,
  /external/llvm/test/Scripts/
elf-dump 157 r_type = f.read8()
162 print " ('r_type', %s)" % common_dump.HexDump(r_type)
167 r_type = (r_info & 0xffffffff, 32)
170 r_type = (r_info & 0xff, 8)
172 print " ('r_type', %s)" % common_dump.HexDump(r_type)
  /external/bluetooth/bluedroid/bta/include/
bta_hh_api.h 378 BTA_API extern void BTA_HhSetReport(UINT8 dev_handle, tBTA_HH_RPT_TYPE r_type,
390 BTA_API extern void BTA_HhGetReport(UINT8 dev_handle, tBTA_HH_RPT_TYPE r_type,
  /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/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
  /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...]
  /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/qemu/
a.out.h 234 char r_type[2]; member in struct:external_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/libnl-headers/
netlink-types.h 293 uint8_t r_type; member in struct:rtnl_rule
  /external/bluetooth/bluedroid/btif/src/
btif_hh.c 717 void btif_hh_setreport(btif_hh_device_t *p_dev, bthh_report_type_t r_type, UINT16 size,
743 BTA_HhSetReport(p_dev->dev_handle, r_type, p_dev->p_buf);
    [all...]

Completed in 479 milliseconds