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

1 2 34 5 6 7 8 910

  /toolchain/binutils/binutils-2.25/bfd/
elfxx-tilegx.c 960 unsigned int r_type = TILEGX_ELF_R_TYPE (dst->r_info); local
1697 int r_type = TILEGX_ELF_R_TYPE (rel->r_info); local
1718 unsigned int r_type; local
2174 unsigned int r_type; local
3147 int r_type, tls_type; local
    [all...]
mach-o-i386.c 119 switch (reloc->r_type)
165 switch (reloc->r_type)
207 rinfo->r_type = BFD_MACH_O_GENERIC_RELOC_VANILLA;
224 rinfo->r_type = BFD_MACH_O_GENERIC_RELOC_SECTDIFF;
232 rinfo->r_type = BFD_MACH_O_GENERIC_RELOC_LOCAL_SECTDIFF;
241 rinfo->r_type = BFD_MACH_O_GENERIC_RELOC_PAIR;
elf32-fr30.c 378 unsigned int r_type;
380 r_type = ELF32_R_TYPE (dst->r_info);
381 BFD_ASSERT (r_type < (unsigned int) R_FR30_max);
382 cache_ptr->howto = & fr30_elf_howto_table [r_type];
526 int r_type;
528 r_type = ELF32_R_TYPE (rel->r_info);
530 if ( r_type == R_FR30_GNU_VTINHERIT
531 || r_type == R_FR30_GNU_VTENTRY)
375 unsigned int r_type; local
521 int r_type; local
elf32-sh-symbian.c 552 int r_type; local
557 r_type = ELF32_R_TYPE (rel->r_info);
560 if ((r_type >= (int) R_SH_GNU_VTINHERIT
561 && r_type <= (int) R_SH_LABEL)
562 || r_type == (int) R_SH_NONE
563 || r_type < 0
564 || r_type >= R_SH_max)
594 rel->r_info = ELF32_R_INFO (ptr->new_symndx, r_type);
elf32-tilepro.c 816 unsigned int r_type = ELF32_R_TYPE (dst->r_info);
818 if (r_type <= (unsigned int) R_TILEPRO_IMM16_X1_TLS_LE_HA)
819 cache_ptr->howto = &tilepro_elf_howto_table [r_type];
820 else if (r_type - R_TILEPRO_GNU_VTINHERIT
823 = &tilepro_elf_howto_table2 [r_type - R_TILEPRO_GNU_VTINHERIT];
815 unsigned int r_type = ELF32_R_TYPE (dst->r_info); local
1501 unsigned int r_type; local
1935 unsigned int r_type; local
2848 int r_type, tls_type; local
    [all...]
elf64-hppa.c 3190 unsigned int r_type = howto->type; local
3828 int r_type; local
    [all...]
elfxx-mips.c 582 #define TLS_RELOC_P(r_type) \
583 (r_type == R_MIPS_TLS_DTPMOD32 \
584 || r_type == R_MIPS_TLS_DTPMOD64 \
585 || r_type == R_MIPS_TLS_DTPREL32 \
586 || r_type == R_MIPS_TLS_DTPREL64 \
587 || r_type == R_MIPS_TLS_GD \
588 || r_type == R_MIPS_TLS_LDM \
589 || r_type == R_MIPS_TLS_DTPREL_HI16 \
590 || r_type == R_MIPS_TLS_DTPREL_LO16 \
591 || r_type == R_MIPS_TLS_GOTTPREL
5271 int r_type; local
6233 int r_type = ELF_R_TYPE (input_bfd, relocation->r_info); local
6351 int r_type; local
7789 unsigned int r_type; local
7815 unsigned int r_type, lo16_type; local
8193 unsigned int r_type; local
8749 unsigned int r_type; local
9910 unsigned int r_type, r_symndx; local
9969 unsigned int r_type; local
10016 unsigned int r_type = ELF_R_TYPE (output_bfd, rel->r_info); local
13423 unsigned int r_type = ELF32_R_TYPE (irel->r_info); local
    [all...]
elf32-i370.c 1061 enum i370_reloc_type r_type = (enum i370_reloc_type) ELF32_R_TYPE (rel->r_info);
1074 if ((unsigned) r_type >= (unsigned) R_I370_max
1075 || !i370_elf_howto_table[(int)r_type])
1052 enum i370_reloc_type r_type = (enum i370_reloc_type) ELF32_R_TYPE (rel->r_info); local
    [all...]
coff-i860.c 442 #define SELECT_RELOC(x,howto) { x.r_type = howto->type; }
448 ((dst)->r_type < sizeof (howto_table) / sizeof (howto_table[0]) \
449 ? howto_table + (dst)->r_type \
486 if (rel->r_type > sizeof (howto_table) / sizeof (howto_table[0]))
492 howto = howto_table + rel->r_type;
584 if (dst->r_type == COFF860_R_PAIR)
587 cache_ptr->howto = howto_table + dst->r_type;
635 /* Fill in the cache_ptr->howto field from dst->r_type. */
elf64-x86-64.c 263 elf_x86_64_rtype_to_howto (bfd *abfd, unsigned r_type)
267 if (r_type == (unsigned int) R_X86_64_32)
270 i = r_type;
274 else if (r_type < (unsigned int) R_X86_64_GNU_VTINHERIT
275 || r_type >= (unsigned int) R_X86_64_max)
277 if (r_type >= (unsigned int) R_X86_64_standard)
280 abfd, (int) r_type);
281 r_type = R_X86_64_NONE;
283 i = r_type;
286 i = r_type - (unsigned int) R_X86_64_vt_offset
337 unsigned r_type; local
1535 unsigned int r_type; local
2105 unsigned int r_type; local
2799 unsigned int r_type = ELF32_R_TYPE (irel->r_info); local
3407 unsigned int r_type; local
    [all...]
aoutx.h 2034 unsigned int r_type; local
2149 unsigned int r_type; local
4317 unsigned int r_type; local
    [all...]
elf32-i386.c 366 elf_i386_rtype_to_howto (bfd *abfd, unsigned r_type)
370 if ((indx = r_type) >= R_386_standard
371 && ((indx = r_type - R_386_ext_offset) - R_386_standard
373 && ((indx = r_type - R_386_tls_offset) - R_386_ext
375 && ((indx = r_type - R_386_vt_offset) - R_386_irelative
379 abfd, (int) r_type);
382 BFD_ASSERT (elf_howto_table [indx].type == r_type);
391 unsigned int r_type = ELF32_R_TYPE (dst->r_info); local
392 cache_ptr->howto = elf_i386_rtype_to_howto (abfd, r_type);
1439 unsigned int r_type; local
1879 unsigned int r_type; local
2565 unsigned int r_type = ELF32_R_TYPE (irel->r_info); local
3182 unsigned int r_type; local
    [all...]
aout-ns32k.c 156 *r_extern = (0 != (rel->r_type[0] & RELOC_STD_BITS_EXTERN_LITTLE));
157 *r_pcrel = (0 != (rel->r_type[0] & RELOC_STD_BITS_PCREL_LITTLE));
158 r_length = ((rel->r_type[0] & RELOC_STD_BITS_LENGTH_LITTLE)
160 r_ns32k_type = ((rel->r_type[0] & RELOC_STD_BITS_NS32K_TYPE_LITTLE)
188 reloc->r_type[0] =
elf64-sh64.c 1253 enum elf_sh_reloc_type r_type; local
1457 int r_type; local
    [all...]
elf32-ppc.c 3908 enum elf_ppc_reloc_type r_type; local
4938 enum elf_ppc_reloc_type r_type; local
5157 enum elf_ppc_reloc_type r_type = ELF32_R_TYPE (rel->r_info); local
5222 enum elf_ppc_reloc_type r_type; local
6787 unsigned long r_type = ELF32_R_TYPE (irel->r_info); local
7598 enum elf_ppc_reloc_type r_type; local
9419 enum elf_ppc_reloc_type r_type; local
    [all...]
elf32-crx.c 425 unsigned int r_type = ELF32_R_TYPE (dst->r_info); local
426 BFD_ASSERT (r_type < (unsigned int) R_CRX_MAX);
427 cache_ptr->howto = &crx_elf_howto_table[r_type];
441 unsigned short r_type = howto->type; local
445 switch (r_type)
535 if (r_type == R_CRX_REL4)
545 if (r_type == R_CRX_REGREL12)
552 if (r_type == R_CRX_REL24
553 || r_type == R_CRX_REGREL22
554 || r_type == R_CRX_REGREL28
843 int r_type; local
    [all...]
elf32-sh.c 130 sh_elf_reloc_loop (int r_type ATTRIBUTE_UNUSED, bfd *input_bfd,
238 enum elf_sh_reloc_type r_type;
242 r_type = (enum elf_sh_reloc_type) reloc_entry->howto->type;
253 if (r_type == R_SH_IND12W && (symbol_in->flags & BSF_LOCAL) != 0)
267 switch (r_type)
236 enum elf_sh_reloc_type r_type; local
3866 int r_type; local
5697 unsigned int r_type; local
5995 unsigned int r_type; local
    [all...]
elf32-frv.c 2546 unsigned int r_type; local
2570 unsigned int r_type; local
2707 int r_type; local
    [all...]
elf32-hppa.c 164 #define IS_ABSOLUTE_RELOC(r_type) 1
606 unsigned int r_type; local
627 r_type = ELF32_R_TYPE (rela->r_info);
633 if (r_type == (unsigned int) R_PARISC_PCREL17F)
636 else if (r_type == (unsigned int) R_PARISC_PCREL12F)
1083 int r_type, int is_local ATTRIBUTE_UNUSED)
1086 return r_type;
1160 unsigned int r_symndx, r_type; local
1612 unsigned int r_type; local
2919 unsigned int r_type, r_indx; local
3306 unsigned int r_type = ELF32_R_TYPE (rela->r_info); local
3664 unsigned int r_type; local
    [all...]
elf32-iq2000.c 428 unsigned int r_type;
430 r_type = ELF32_R_TYPE (dst->r_info);
431 switch (r_type)
442 cache_ptr->howto = & iq2000_elf_howto_table [r_type];
594 int r_type;
596 r_type = ELF32_R_TYPE (rel->r_info);
598 if ( r_type == R_IQ2000_GNU_VTINHERIT
599 || r_type == R_IQ2000_GNU_VTENTRY)
651 switch (r_type)
424 unsigned int r_type; local
589 int r_type; local
  /external/opencv3/modules/core/include/opencv2/core/
private.hpp 172 #define CV_HELP_IMPL_PROPERTY(r_type, w_type, name, member) \
173 CV_IMPL_PROPERTY_RO(r_type, name, member) \
176 #define CV_HELP_WRAP_PROPERTY(r_type, w_type, name, internal_name, internal_obj) \
177 r_type get##name() const { return internal_obj.get##internal_name(); } \
  /system/bt/btif/include/
btif_hh.h 107 extern void btif_hh_setreport(btif_hh_device_t *p_dev, bthh_report_type_t r_type,
  /toolchain/binutils/binutils-2.25/include/coff/
apollo.h 95 char r_type[2]; member in struct:external_reloc
sparc.h 149 char r_type[2]; member in struct:external_reloc
tic80.h 94 char r_type[2]; member in struct:external_reloc

Completed in 1242 milliseconds

1 2 34 5 6 7 8 910