Searched refs:r_type (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/gas64/
H A Dgas-macho64-pic.asm2 # r_type=X86_64_RELOC_BRANCH, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo
6 # r_type=X86_64_RELOC_BRANCH, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo
10 # r_type=X86_64_RELOC_GOT_LOAD, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo
14 # r_type=X86_64_RELOC_GOT, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo
18 # r_type=X86_64_RELOC_SIGNED, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo
22 # r_type=X86_64_RELOC_SIGNED, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo
26 # r_type=X86_64_RELOC_SIGNED, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo
30 # r_type=X86_64_RELOC_SIGNED, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo
H A Dgas-macho64.asm3 # r_type= X86_64_RELOC_BRANCH, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo
7 # r_type=X86_64_RELOC_BRANCH, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo
11 # r_type=X86_64_RELOC_GOT_LOAD, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo
15 # r_type=X86_64_RELOC_GOT, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo
19 # r_type=X86_64_RELOC_SIGNED, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo
23 # r_type= X86_64_RELOC_SIGNED, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo
27 # r_type= X86_64_RELOC_SIGNED, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo
31 # r_type= X86_64_RELOC_SIGNED, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo
35 # r_type=X86_64_RELOC_UNSIGNED,r_length=3, r_extern=1,r_pcrel=0, r_symbolnum=_foo
39 # r_type
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/nasm64/
H A Dnasm-macho64-pic.asm4 ; r_type=X86_64_RELOC_BRANCH, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo
8 ; r_type=X86_64_RELOC_BRANCH, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo
12 ; r_type=X86_64_RELOC_GOT_LOAD, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo
16 ; r_type=X86_64_RELOC_GOT, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo
20 ; r_type=X86_64_RELOC_SIGNED, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo
24 ; r_type=X86_64_RELOC_SIGNED, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo
28 ; r_type=X86_64_RELOC_SIGNED, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo
32 ; r_type=X86_64_RELOC_SIGNED, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo
/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/openssh/openbsd-compat/
H A Dport-aix.h59 /* 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/
H A Dmodule.h22 Elf64_Byte r_type; /* First relocation. */ member in struct:__anon19127
31 Elf64_Byte r_type; /* First relocation. */ member in struct:__anon19128
61 #define ELF_MIPS_R_TYPE(rel) (rel.r_type)
/external/bluetooth/bluedroid/bta/hh/
H A Dbta_hh_api.c196 ** 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) argument
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) argument
216 UINT8 param = (buf_size) ? (r_type | 0x08) : r_type;
H A Dbta_hh_le.c495 tBTA_HH_RPT_TYPE r_type, UINT8 rpt_id)
501 APPL_TRACE_DEBUG2("bta_hh_le_find_rpt_by_idtype: r_tpye: %d rpt_id: %d", r_type, rpt_id);
506 if (p_rpt->in_use && p_rpt->rpt_id == rpt_id && r_type == p_rpt->rpt_type)
2351 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
2353 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);
2386 tBTA_HH_RPT_TYPE r_type,
2404 p_rpt = bta_hh_le_find_rpt_by_idtype(p_cb->hid_srvc[srvc_inst].report, p_cb->mode, r_type, rpt_id);
494 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
2384 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/bluetooth/bluedroid/btif/include/
H A Dbtif_hh.h107 extern void btif_hh_setreport(btif_hh_device_t *p_dev, bthh_report_type_t r_type,
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
H A Delf-machine.h64 unsigned int r_type,
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/include/
H A Dbta_hh_api.h401 BTA_API extern void BTA_HhSetReport(UINT8 dev_handle, tBTA_HH_RPT_TYPE r_type,
413 BTA_API extern void BTA_HhGetReport(UINT8 dev_handle, tBTA_HH_RPT_TYPE r_type,
/external/tcpdump/
H A Dnameser.h264 int16_t r_type; /* type number */ member in struct:rrec
/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/qemu/
H A Da.out.h234 char r_type[2]; member in struct:external_reloc
/external/llvm/test/tools/llvm-readobj/Inputs/
H A Drelocs.py202 r_type = relocs[ri][1]
204 r_info = (r_info & 0xFFFFFFFF00000000) | (r_type & 0xFFFFFFFF)
206 r_info = (r_info & 0xFF00) | (r_type & 0xFF)
/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/icu4c/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/libnl-headers/
H A Dnetlink-types.h293 uint8_t r_type; member in struct:rtnl_rule
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_hh.c720 void btif_hh_setreport(btif_hh_device_t *p_dev, bthh_report_type_t r_type, UINT16 size, argument
746 BTA_HhSetReport(p_dev->dev_handle, r_type, p_dev->p_buf);

Completed in 979 milliseconds