HomeSort by relevance Sort by last modified time
    Searched refs:r_type (Results 176 - 200 of 248) sorted by null

1 2 3 4 5 6 78 910

  /external/libpcap/Win32/Include/arpa/
nameser.h 298 int16_t r_type; /* type number */ member in struct:rrec
  /external/tcpdump/
nameser.h 263 int16_t r_type; /* type number */ member in struct:rrec
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/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.15-4.8/sysroot/usr/include/linux/
coff.h 340 char r_type[2]; /* Relocation type */ member in struct:COFF_reloc
  /toolchain/binutils/binutils-2.25/gas/
cgen.c 1046 bfd_reloc_code_real_type r_type = fixP->fx_r_type; local
1053 r_type = GAS_CGEN_PCREL_R_TYPE (r_type);
1055 reloc->howto = bfd_reloc_type_lookup (stdoutput, r_type);
    [all...]
  /toolchain/binutils/binutils-2.25/include/coff/
rs6000.h 222 char r_type[1]; member in struct:external_reloc
  /toolchain/binutils/binutils-2.25/include/elf/
mips.h 906 unsigned char r_type[1];
922 unsigned char r_type;
940 unsigned char r_type[1];
958 unsigned char r_type;
898 unsigned char r_type[1]; member in struct:__anon75588
914 unsigned char r_type; member in struct:__anon75589
932 unsigned char r_type[1]; member in struct:__anon75590
950 unsigned char r_type; member in struct:__anon75591
    [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...]
  /external/opencv3/apps/traincascade/
old_ml_inner_functions.cpp 568 int i, r_type, r_step; local
583 r_type = CV_MAT_TYPE(responses->type);
584 if( r_type != CV_32FC1 && r_type != CV_32SC1 )
589 if( r_type == CV_32FC1 && CV_IS_MAT_CONT(responses->type) && !sample_idx )
609 if( r_type == CV_32FC1 )
653 int i, r_type, r_step; local
673 r_type = CV_MAT_TYPE(responses->type);
674 if( r_type != CV_32FC1 && r_type != CV_32SC1
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
coff-w65.c 48 { x.r_type = select_reloc(howto); }
67 /* Code to turn a r_type into a howto ptr, uses the above howto table. */
73 internal->howto = howto_table + dst->r_type - 1;
aout-tic30.c 304 *r_extern = (0 != (relocs->r_type[0] & RELOC_STD_BITS_EXTERN_BIG));
305 r_pcrel_done = (0 != (relocs->r_type[0] & RELOC_STD_BITS_PCREL_BIG));
306 r_length = ((relocs->r_type[0] & RELOC_STD_BITS_LENGTH_BIG) >> RELOC_STD_BITS_LENGTH_SH_BIG);
311 *r_extern = (0 != (relocs->r_type[0] & RELOC_STD_BITS_EXTERN_LITTLE));
312 r_pcrel_done = (0 != (relocs->r_type[0] & RELOC_STD_BITS_PCREL_LITTLE));
313 r_length = ((relocs->r_type[0] & RELOC_STD_BITS_LENGTH_LITTLE) >> RELOC_STD_BITS_LENGTH_SH_LITTLE);
    [all...]
elf32-ip2k.c 1239 unsigned int r_type; local
1406 int r_type; local
    [all...]
elf32-lm32.c 588 unsigned int r_type; local
590 r_type = ELF32_R_TYPE (dst->r_info);
591 BFD_ASSERT (r_type < (unsigned int) R_LM32_max);
592 cache_ptr->howto = &lm32_elf_howto_table[r_type];
841 unsigned int r_type; local
852 r_type = ELF32_R_TYPE (rel->r_info);
854 if (r_type == R_LM32_GNU_VTENTRY
855 || r_type == R_LM32_GNU_VTINHERIT )
862 howto = lm32_elf_howto_table + r_type;
1294 int r_type; local
    [all...]
elf32-tic6x.c 1506 unsigned int r_type; local
1519 unsigned int r_type; local
2013 unsigned int r_type; local
2269 int r_type; local
2802 unsigned int r_type; local
    [all...]
pdp11.c 1690 int r_type; local
3263 int r_type; local
    [all...]
elf32-msp430.c 614 unsigned int r_type; local
616 r_type = ELF32_R_TYPE (dst->r_info);
620 BFD_ASSERT (r_type < (unsigned int) R_MSP430x_max);
621 cache_ptr->howto = elf_msp430x_howto_table + r_type;
625 BFD_ASSERT (r_type < (unsigned int) R_MSP430_max);
626 cache_ptr->howto = &elf_msp430_howto_table[r_type];
1253 int r_type; local
    [all...]
elf64-mmix.c 1259 unsigned int r_type; local
1384 int r_type; local
    [all...]
peicode.h 138 reloc_dst->r_type = H_GET_16 (abfd, reloc_src->r_type);
152 H_PUT_16 (abfd, reloc_src->r_type, reloc_dst->r_type);
473 internal->r_type = entry->howto->type;
    [all...]
coff-rs6000.c 65 internal.r_type = howto->type; \
    [all...]
elf32-avr.c 860 unsigned int r_type;
862 r_type = ELF32_R_TYPE (dst->r_info);
863 BFD_ASSERT (r_type < (unsigned int) R_AVR_max);
864 cache_ptr->howto = &elf_avr_howto_table[r_type];
859 unsigned int r_type; local
1344 int r_type; local
3125 unsigned int r_type, r_indx; local
    [all...]
elf32-or1k.c 738 unsigned int r_type; local
740 r_type = ELF32_R_TYPE (dst->r_info);
741 BFD_ASSERT (r_type < (unsigned int) R_OR1K_max);
742 cache_ptr->howto = & or1k_elf_howto_table[r_type];
834 int r_type; local
    [all...]
coff-tic54x.c 259 /* Code to turn a r_type into a howto ptr, uses the above howto table.
271 if (tic54x_howto_table[i].type == dst->r_type)
279 (unsigned int) dst->r_type);
395 /* Fill in the relent->howto field from reloc->r_type. */
coff-tic80.c 423 /* Code to turn an external r_type into a pointer to an entry in the howto_table.
424 If passed an r_type we don't recognize the abort rather than silently failing
434 if (tic80_howto_table[i].type == dst->r_type)
442 (unsigned int) dst->r_type);
  /toolchain/binutils/binutils-2.25/gas/config/
tc-z80.c 707 emit_byte (expressionS * val, bfd_reloc_code_real_type r_type)
718 else if ((r_type == BFD_RELOC_8_PCREL) && (val->X_op == O_constant))
725 hi = (BFD_RELOC_8 == r_type) ? 255 : 127;
729 if (r_type == BFD_RELOC_Z80_DISP8)
738 (r_type == BFD_RELOC_8_PCREL) ? TRUE : FALSE, r_type);
    [all...]
tc-tic6x.c 4509 bfd_reloc_code_real_type r_type; local
    [all...]

Completed in 1251 milliseconds

1 2 3 4 5 6 78 910