/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/gas64/ |
D | gas-macho64.asm | 3 # 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=X86_64_RELOC_UNSIGNED,r_length=3,r_extern=1,r_pcrel=0,r_symbolnum=_foo [all …]
|
D | gas-macho64-pic.asm | 2 # 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
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/nasm64/ |
D | nasm-macho64-pic.asm | 4 ; 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/ |
D | MachORelocation.h | 31 uint8_t r_type; // if not 0, machine-specific relocation type. variable 39 ((r_type & 15) << 24) | (r_address & 0x00FFFFFF); in getPackedFields() 42 (r_extern << 4) | (r_type & 15); in getPackedFields() 51 r_extern(ext), r_type(type), r_scattered(scattered), r_value(value) {} in r_address()
|
/external/bluetooth/bluedroid/bta/hh/ |
D | bta_hh_api.c | 200 void BTA_HhSetReport(UINT8 dev_handle, tBTA_HH_RPT_TYPE r_type, BT_HDR *p_data) in BTA_HhSetReport() argument 202 bta_hh_snd_write_dev(dev_handle, HID_TRANS_SET_REPORT, r_type, 0, 0, p_data); in BTA_HhSetReport() 213 void BTA_HhGetReport(UINT8 dev_handle, tBTA_HH_RPT_TYPE r_type, UINT8 rpt_id, UINT16 buf_size) in BTA_HhGetReport() argument 215 UINT8 param = (buf_size) ? (r_type | 0x08) : r_type; in BTA_HhGetReport()
|
D | bta_hh_le.c | 503 tBTA_HH_RPT_TYPE r_type, UINT8 rpt_id) in bta_hh_le_find_rpt_by_idtype() argument 509 APPL_TRACE_DEBUG("bta_hh_le_find_rpt_by_idtype: r_type: %d rpt_id: %d", r_type, rpt_id); in bta_hh_le_find_rpt_by_idtype() 514 if (p_rpt->in_use && p_rpt->rpt_id == rpt_id && r_type == p_rpt->rpt_type) in bta_hh_le_find_rpt_by_idtype() 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) in bta_hh_le_get_rpt() argument 2506 …p_rpt = bta_hh_le_find_rpt_by_idtype(p_cb->hid_srvc[srvc_inst].report, p_cb->mode, r_type, rpt_id); in bta_hh_le_get_rpt() 2539 tBTA_HH_RPT_TYPE r_type, in bta_hh_le_write_rpt() argument 2557 …p_rpt = bta_hh_le_find_rpt_by_idtype(p_cb->hid_srvc[srvc_inst].report, p_cb->mode, r_type, rpt_id); in bta_hh_le_write_rpt()
|
/external/libnl/lib/route/ |
D | rule.c | 102 rule->r_type = r->rtm_type; in rule_msg_parser() 210 nl_rtntype2str(r->r_type, buf, sizeof(buf))); in rule_dump_line() 270 nl_rtntype2str(rule->r_type, buf, sizeof(buf))); in rule_dump_env() 290 diff |= RULE_DIFF(TYPE, a->r_type != b->r_type); in rule_compare() 407 rtm.rtm_type = tmpl->r_type; in build_rule_msg() 728 rule->r_type = type; in rtnl_rule_set_action() 735 return rule->r_type; in rtnl_rule_get_action()
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/ |
D | elf-x86-x86.c | 191 unsigned int r_type, unsigned int r_sym) in elf_x86_x86_write_reloc() argument 194 YASM_WRITE_32_L(bufp, ELF32_R_INFO((unsigned long)r_sym, (unsigned char)r_type)); in elf_x86_x86_write_reloc()
|
D | elf-x86-amd64.c | 195 unsigned int r_type, unsigned int r_sym) in elf_x86_amd64_write_reloc() argument 199 YASM_WRITE_64C_L(bufp, r_sym, r_type); in elf_x86_amd64_write_reloc()
|
D | elf-machine.h | 64 unsigned int r_type,
|
D | elf.c | 786 unsigned int r_type=0, r_sym; in elf_secthead_write_relocs_to_file() local 798 r_type = elf_march->map_reloc_info_to_type(reloc); in elf_secthead_write_relocs_to_file() 803 elf_march->write_reloc(bufp, reloc, r_type, r_sym); in elf_secthead_write_relocs_to_file()
|
/external/bluetooth/bluedroid/bta/include/ |
D | bta_hh_api.h | 401 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/bluetooth/bluedroid/btif/include/ |
D | btif_hh.h | 106 extern void btif_hh_setreport(btif_hh_device_t *p_dev, bthh_report_type_t r_type,
|
/external/opencv/ml/src/ |
D | ml_inner_functions.cpp | 638 int i, r_type, r_step; in cvPreprocessOrderedResponses() local 653 r_type = CV_MAT_TYPE(responses->type); in cvPreprocessOrderedResponses() 654 if( r_type != CV_32FC1 && r_type != CV_32SC1 ) in cvPreprocessOrderedResponses() 659 if( r_type == CV_32FC1 && CV_IS_MAT_CONT(responses->type) && !sample_idx ) in cvPreprocessOrderedResponses() 679 if( r_type == CV_32FC1 ) in cvPreprocessOrderedResponses() 723 int i, r_type, r_step; in cvPreprocessCategoricalResponses() local 743 r_type = CV_MAT_TYPE(responses->type); in cvPreprocessCategoricalResponses() 744 if( r_type != CV_32FC1 && r_type != CV_32SC1 ) in cvPreprocessCategoricalResponses() 775 if( r_type == CV_32SC1 ) in cvPreprocessCategoricalResponses()
|
D | mltree.cpp | 140 int sample_all = 0, r_type = 0, cv_n; in CV_IMPLEMENT_QSORT_EX() local 234 CV_CALL( var_type0 = cvPreprocessVarType( _var_type, var_idx, var_all, &r_type )); in CV_IMPLEMENT_QSORT_EX() 240 is_classifier = r_type == CV_VAR_CATEGORICAL; in CV_IMPLEMENT_QSORT_EX()
|
/external/kernel-headers/original/uapi/linux/ |
D | coff.h | 340 char r_type[2]; /* Relocation type */ member
|
/external/llvm/include/llvm/Support/ |
D | MachO.h | 934 r_type:4; member 942 r_type:4, member 946 r_type:4,
|
/external/libpcap/Win32/Include/arpa/ |
D | nameser.h | 298 int16_t r_type; /* type number */ member
|
/external/tcpdump/ |
D | nameser.h | 264 int16_t r_type; /* type number */ member
|
/external/llvm/test/tools/llvm-readobj/Inputs/ |
D | relocs.py | 202 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/android_crazy_linker/src/src/ |
D | crazy_linker_elf_relocations.cpp | 82 RelocationType GetRelocationType(ELF::Word r_type) { in GetRelocationType() argument 83 switch (r_type) { in GetRelocationType()
|
/external/chromium_org/third_party/icu/source/tools/tzcode/ |
D | localtime.c | 124 int r_type; /* type of rule--see below */ member 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/ |
D | localtime.c | 124 int r_type; /* type of rule--see below */ member 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/include/ |
D | netlink-types.h | 290 uint8_t r_type; member
|
/external/bluetooth/bluedroid/btif/src/ |
D | btif_hh.c | 711 void btif_hh_setreport(btif_hh_device_t *p_dev, bthh_report_type_t r_type, UINT16 size, in btif_hh_setreport() argument 719 BTA_HhSetReport(p_dev->dev_handle, r_type, p_buf); in btif_hh_setreport()
|