HomeSort by relevance Sort by last modified time
    Searched full:r_type (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/gas64/
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
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=_fo
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/nasm64/
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/elfutils/backends/
common-reloc.c 29 #define R_TYPE(name) PASTE (RELOC_PREFIX, name)
62 [R_TYPE (type)] = offsetof (struct EBLHOOK(reloc_nametable), name_##type),
74 #define RELOC_TYPE(type, uses) [R_TYPE (type)] = uses,
115 return reloc == R_TYPE (COPY);
121 return reloc == R_TYPE (NONE);
128 return reloc == R_TYPE (RELATIVE);
  /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/kernel-headers/original/asm-mips/
module.h 22 Elf64_Byte r_type; /* First relocation. */ member in struct:__anon21521
31 Elf64_Byte r_type; /* First relocation. */ member in struct:__anon21522
61 #define ELF_MIPS_R_TYPE(rel) (rel.r_type)
  /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:__anon164
49 Elf64_Byte r_type; member in struct:__anon165
  /development/ndk/platforms/android-9/arch-mips/include/asm/
module.h 39 Elf64_Byte r_type; member in struct:__anon1356
49 Elf64_Byte r_type; member in struct:__anon1357
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
module.h 39 Elf64_Byte r_type; member in struct:__anon52353
49 Elf64_Byte r_type; member in struct:__anon52354
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
module.h 39 Elf64_Byte r_type; member in struct:__anon55078
49 Elf64_Byte r_type; member in struct:__anon55079
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
module.h 39 Elf64_Byte r_type; member in struct:__anon56820
49 Elf64_Byte r_type; member in struct:__anon56821
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
module.h 39 Elf64_Byte r_type; member in struct:__anon58120
49 Elf64_Byte r_type; member in struct:__anon58121
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
module.h 39 Elf64_Byte r_type; member in struct:__anon60873
49 Elf64_Byte r_type; member in struct:__anon60874
  /bionic/libc/arch-x86/include/machine/
elf_machdep.h 63 #define R_TYPE(name) __CONCAT(R_386_,name)
  /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 107 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/
elf-x86-amd64.c 195 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);
elf-x86-x86.c 191 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));
elf-machine.h 64 unsigned int r_type,
  /bionic/libc/arch-arm/include/machine/
elf_machdep.h 113 #define R_TYPE(name) __CONCAT(R_ARM_,name)
  /external/bluetooth/bluedroid/bta/include/
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,
  /frameworks/compile/mclinker/lib/LD/
ELFReader.cpp 236 uint8_t r_type = static_cast<unsigned char>(r_info); local
243 IRBuilder::AddRelocation(pSection, r_type, *symbol, r_offset, r_addend);
270 uint8_t r_type = static_cast<unsigned char>(r_info); local
278 IRBuilder::AddRelocation(pSection, r_type, *symbol, r_offset);
792 uint32_t r_type = static_cast<uint32_t>(r_info); local
799 IRBuilder::AddRelocation(pSection, r_type, *symbol, r_offset, r_addend);
826 uint32_t r_type = static_cast<uint32_t>(r_info); local
834 IRBuilder::AddRelocation(pSection, r_type, *symbol, r_offset);
    [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...]
  /bionic/libc/arch-mips/include/machine/
elf_machdep.h 94 #define R_TYPE(name) __CONCAT(R_MIPS_,name)

Completed in 825 milliseconds

1 2 3