Searched defs:r_type (Results 1 - 17 of 17) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DMachORelocation.h31 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/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
H A Delf-x86-amd64.c195 unsigned int r_type, unsigned int r_sym)
198 /*YASM_WRITE_64_L(bufp, ELF64_R_INFO(r_sym, r_type));*/
199 YASM_WRITE_64C_L(bufp, r_sym, r_type);
194 elf_x86_amd64_write_reloc(unsigned char *bufp, elf_reloc_entry *reloc, unsigned int r_type, unsigned int r_sym) argument
H A Delf-x86-x86.c191 unsigned int r_type, unsigned int r_sym)
194 YASM_WRITE_32_L(bufp, ELF32_R_INFO((unsigned long)r_sym, (unsigned char)r_type));
190 elf_x86_x86_write_reloc(unsigned char *bufp, elf_reloc_entry *reloc, unsigned int r_type, unsigned int r_sym) argument
H A Delf.c786 unsigned int r_type=0, r_sym; local
798 r_type = elf_march->map_reloc_info_to_type(reloc);
803 elf_march->write_reloc(bufp, reloc, r_type, r_sym);
/external/bluetooth/bluedroid/bta/hh/
H A Dbta_hh_api.c195 ** r_type: report type, could be BTA_HH_RPTT_OUTPUT or
200 void BTA_HhSetReport(UINT8 dev_handle, tBTA_HH_RPT_TYPE r_type, BT_HDR *p_data) argument
202 bta_hh_snd_write_dev(dev_handle, HID_TRANS_SET_REPORT, r_type, 0, 0, p_data);
213 void BTA_HhGetReport(UINT8 dev_handle, tBTA_HH_RPT_TYPE r_type, UINT8 rpt_id, UINT16 buf_size) argument
215 UINT8 param = (buf_size) ? (r_type | 0x08) : r_type;
H A Dbta_hh_le.c503 tBTA_HH_RPT_TYPE r_type, UINT8 rpt_id)
509 APPL_TRACE_DEBUG("bta_hh_le_find_rpt_by_idtype: r_type: %d rpt_id: %d", r_type, rpt_id);
514 if (p_rpt->in_use && p_rpt->rpt_id == rpt_id && r_type == p_rpt->rpt_type)
2504 void bta_hh_le_get_rpt(tBTA_HH_DEV_CB *p_cb, UINT8 srvc_inst, tBTA_HH_RPT_TYPE r_type, UINT8 rpt_id) argument
2506 tBTA_HH_LE_RPT *p_rpt = bta_hh_le_find_rpt_by_idtype(p_cb->hid_srvc[srvc_inst].report, p_cb->mode, r_type, rpt_id);
2539 tBTA_HH_RPT_TYPE r_type,
2557 p_rpt = bta_hh_le_find_rpt_by_idtype(p_cb->hid_srvc[srvc_inst].report, p_cb->mode, r_type, rpt_id);
502 bta_hh_le_find_rpt_by_idtype(tBTA_HH_LE_RPT*p_head, UINT8 mode, tBTA_HH_RPT_TYPE r_type, UINT8 rpt_id) argument
2537 bta_hh_le_write_rpt(tBTA_HH_DEV_CB *p_cb, UINT8 srvc_inst, tBTA_GATTC_WRITE_TYPE write_type, tBTA_HH_RPT_TYPE r_type, BT_HDR *p_buf, UINT16 w4_evt ) argument
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_elf_relocations.cpp99 RelocationType GetRelocationType(ELF::Word r_type) { argument
100 switch (r_type) {
/external/libpcap/Win32/Include/arpa/
H A Dnameser.h298 int16_t r_type; /* type number */ member in struct:rrec
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_hh.c711 void btif_hh_setreport(btif_hh_device_t *p_dev, bthh_report_type_t r_type, UINT16 size, argument
719 BTA_HhSetReport(p_dev->dev_handle, r_type, p_buf);
/external/kernel-headers/original/uapi/linux/
H A Dcoff.h340 char r_type[2]; /* Relocation type */ member in struct:COFF_reloc
/external/tcpdump/
H A Dnameser.h264 int16_t r_type; /* type number */ member in struct:rrec
/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dlocaltime.c124 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) {
/external/icu/icu4c/source/tools/tzcode/
H A Dlocaltime.c124 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) {
/external/opencv/ml/src/
H A Dml_inner_functions.cpp638 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 !
[all...]
H A Dmltree.cpp140 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;
/external/libnl/include/
H A Dnetlink-types.h290 uint8_t r_type; member in struct:rtnl_rule
/external/llvm/include/llvm/Support/
H A DMachO.h432 // Constant values for the r_type field in an
442 // Constant values for the r_type field in a PowerPC architecture
462 // Constant values for the r_type field in an ARM architecture
476 // Constant values for the r_type field in an ARM64 architecture
504 // Constant values for the r_type field in an x86_64 architecture
934 r_type:4; member in struct:llvm::MachO::relocation_info
942 r_type:4, member in struct:llvm::MachO::scattered_relocation_info
946 r_type:4,

Completed in 397 milliseconds