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

1 23 4 5 6 7 8 910

  /toolchain/binutils/binutils-2.25/bfd/
elf32-m32r.c 1280 unsigned int r_type; local
2421 int r_type; local
3741 int r_type; local
    [all...]
elf32-xc16x.c 246 elf32_xc16x_final_link_relocate (unsigned long r_type,
261 switch (r_type)
355 unsigned int r_type; local
364 r_type = ELF32_R_TYPE (rel->r_info);
390 howto = xc16x_reloc_type_lookup (input_bfd, r_type);
398 elf32_xc16x_final_link_relocate (r_type, input_bfd, output_bfd,
elf32-cris.c 462 enum elf_cris_reloc_type r_type;
464 r_type = ELF32_R_TYPE (dst->r_info);
465 BFD_ASSERT (r_type < (unsigned int) R_CRIS_max);
466 cache_ptr->howto = & cris_elf_howto_table [r_type];
742 enum elf_cris_reloc_type r_type;
923 enum elf_cris_reloc_type r_type = ELF32_R_TYPE (rel->r_info);
928 switch (r_type)
461 enum elf_cris_reloc_type r_type; local
738 enum elf_cris_reloc_type r_type; member in struct:elf_cris_pcrel_relocs_copied
918 enum elf_cris_reloc_type r_type = ELF32_R_TYPE (rel->r_info); local
1015 enum elf_cris_reloc_type r_type; local
2448 enum elf_cris_reloc_type r_type = ELF32_R_TYPE (rel->r_info); local
2505 enum elf_cris_reloc_type r_type; local
3163 enum elf_cris_reloc_type r_type; local
4256 enum elf_cris_reloc_type r_type = ELF32_R_TYPE (rela->r_info); local
    [all...]
pe-mips.c 346 #define SELECT_RELOC(x, howto) { x.r_type = howto->type; }
353 (cache_ptr)->howto = howto_table + (dst)->r_type;
384 if (ptr && reloc.r_type < NUM_HOWTOS \
385 && howto_table[reloc.r_type].pc_relative) \
402 howto = howto_table + rel->r_type;
456 if (rel->r_type == MIPS_R_RVA)
532 reloc_dst->r_type = H_GET_16 (abfd, reloc_src->r_type);
537 switch (reloc_dst->r_type)
558 switch (reloc_src->r_type)
    [all...]
elfxx-sparc.c 617 _bfd_sparc_elf_info_to_howto_ptr (unsigned int r_type)
619 switch (r_type)
637 if (r_type >= (unsigned int) R_SPARC_max_std)
640 (int) r_type);
641 r_type = R_SPARC_NONE;
643 return &_bfd_sparc_elf_howto_table[r_type];
656 unsigned int r_type = SPARC_ELF_R_TYPE (dst->r_info); local
658 cache_ptr->howto = _bfd_sparc_elf_info_to_howto_ptr (r_type);
1405 unsigned int r_type; local
1948 unsigned int r_type; local
2972 int r_type, tls_type; local
    [all...]
coff-sh.c 426 howto = sh_coff_howtos + rel->r_type;
457 if (rel->r_type == R_SH_IMAGEBASE)
527 ((internal)->r_type < SH_COFF_HOWTO_COUNT \
528 ? &sh_coff_howtos[(internal)->r_type] \
549 if ((reloc).r_type == R_SH_SWITCH8 \
550 || (reloc).r_type == R_SH_SWITCH16 \
551 || (reloc).r_type == R_SH_SWITCH32 \
552 || (reloc).r_type == R_SH_USES \
553 || (reloc).r_type == R_SH_COUNT \
554 || (reloc).r_type == R_SH_ALIGN)
571 unsigned short r_type; local
    [all...]
elf32-dlx.c 536 dlx_rtype_to_howto (unsigned int r_type)
538 switch (r_type)
549 BFD_ASSERT (r_type < (unsigned int) R_DLX_max);
550 return & dlx_elf_howto_table[r_type];
567 unsigned int r_type; local
569 r_type = ELF32_R_TYPE (dst->r_info);
570 cache_ptr->howto = dlx_rtype_to_howto (r_type);
elf64-alpha.c 1107 unsigned r_type = ELF64_R_TYPE(dst->r_info); local
1797 unsigned long r_symndx, r_type; local
2038 unsigned long r_symndx, r_type; local
3855 unsigned long r_type = ELF64_R_TYPE (irel->r_info); local
4126 unsigned long r_type; local
4276 unsigned long r_type; local
4922 long r_type; local
    [all...]
coff-mips.c 288 intern->r_type = ((ext->r_bits[3] & RELOC_BITS3_TYPE_BIG)
300 intern->r_type = (((ext->r_bits[3] & RELOC_BITS3_TYPE_LITTLE)
329 ext->r_bits[3] = (((intern->r_type << RELOC_BITS3_TYPE_SH_BIG)
338 ext->r_bits[3] = (((intern->r_type << RELOC_BITS3_TYPE_SH_LITTLE)
340 | ((intern->r_type >> RELOC_BITS3_TYPEHI_SH_LITTLE
355 if (intern->r_type > MIPS_R_PCREL16)
359 && (intern->r_type == MIPS_R_GPREL
360 || intern->r_type == MIPS_R_LITERAL))
365 if (intern->r_type == MIPS_R_IGNORE)
368 rptr->howto = &mips_howto_table[intern->r_type];
    [all...]
coff-i386.c 347 #define SELECT_RELOC(x,howto) { x.r_type = howto->type; }
353 ((dst)->r_type < NUM_HOWTOS \
354 ? howto_table + (dst)->r_type \
391 if (ptr && reloc.r_type < NUM_HOWTOS \
392 && howto_table[reloc.r_type].pc_relative) \
444 if (rel->r_type >= NUM_HOWTOS)
450 howto = howto_table + rel->r_type;
505 if (rel->r_type == R_IMAGEBASE
513 if (rel->r_type == R_SECREL32 && sym != NULL)
elf32-d10v.c 228 unsigned int r_type; local
230 r_type = ELF32_R_TYPE (dst->r_info);
231 BFD_ASSERT (r_type < (unsigned int) R_D10V_max);
232 cache_ptr->howto = &elf_d10v_howto_table[r_type];
409 int r_type; local
419 r_type = ELF32_R_TYPE (rel->r_info);
421 if (r_type == R_D10V_GNU_VTENTRY
422 || r_type == R_D10V_GNU_VTINHERIT)
425 howto = elf_d10v_howto_table + r_type;
elf32-mcore.c 415 enum elf_mcore_reloc_type r_type = (enum elf_mcore_reloc_type) ELF32_R_TYPE (rel->r_info);
428 if ((unsigned) r_type >= (unsigned) R_MCORE_max
429 || ! mcore_elf_howto_table [(int)r_type])
432 input_bfd, (int) r_type);
439 howto = mcore_elf_howto_table [(int) r_type];
448 (int)r_type);
479 switch (r_type)
493 howto->name, r_type, r_symndx, (long) offset, (long) addend);
499 if (r != bfd_reloc_ok && r_type == R_MCORE_PCRELJSR_IMM11BY2)
411 enum elf_mcore_reloc_type r_type = (enum elf_mcore_reloc_type) ELF32_R_TYPE (rel->r_info); local
sunos.c 1426 int r_type; local
2379 int r_type; local
    [all...]
elf64-s390.c 356 unsigned int r_type = ELF64_R_TYPE(dst->r_info); local
357 switch (r_type)
368 if (r_type >= sizeof (elf_howto_table) / sizeof (elf_howto_table[0]))
371 abfd, (int) r_type);
372 r_type = R_390_NONE;
374 cache_ptr->howto = &elf_howto_table[r_type];
856 int r_type,
860 return r_type;
862 switch (r_type)
917 unsigned int r_type; local
1415 unsigned int r_type; local
2290 unsigned int r_type; local
    [all...]
elf32-s390.c 330 unsigned int r_type = ELF32_R_TYPE(dst->r_info); local
331 switch (r_type)
342 if (r_type >= sizeof (elf_howto_table) / sizeof (elf_howto_table[0]))
345 abfd, (int) r_type);
346 r_type = R_390_NONE;
348 cache_ptr->howto = &elf_howto_table[r_type];
996 unsigned int r_type; local
1479 unsigned int r_type; local
2335 unsigned int r_type; local
    [all...]
coff-m88k.c 227 /* Code to turn an external r_type into a pointer to an entry in the
232 if (dst->r_type >= R_PCR16L && dst->r_type <= R_VRT32)
234 cache_ptr->howto = howto_table + dst->r_type - R_PCR16L;
elf-m10300.c 806 unsigned int r_type; local
808 r_type = ELF32_R_TYPE (dst->r_info);
809 BFD_ASSERT (r_type < (unsigned int) R_MN10300_MAX);
810 cache_ptr->howto = elf_mn10300_howto_table + r_type;
815 int r_type,
822 if (r_type == R_MN10300_TLS_GD
828 return r_type;
831 return r_type;
839 switch (r_type)
845 case R_MN10300_TLS_GOTIE: return is_local ? R_MN10300_TLS_LE : r_type;
1074 unsigned int r_type; local
1439 unsigned long r_type = howto->type; local
2003 int r_type; local
2743 long r_type; local
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
sparc.cc 233 get_reference_flags(unsigned int r_type);
240 const elfcpp::Rela<size, big_endian>& reloc, unsigned int r_type,
249 const elfcpp::Rela<size, big_endian>& reloc, unsigned int r_type,
278 unsigned int r_type);
282 unsigned int r_type, Symbol*);
289 check_non_pic(Relobj*, unsigned int r_type);
293 unsigned int r_type);
322 unsigned int r_type, const Sized_symbol<size>*,
333 unsigned int r_type, const Sized_symbol<size>*,
2747 unsigned int r_type = elfcpp::R_SPARC_IRELATIVE; local
2843 unsigned int r_type = elfcpp::R_SPARC_GLOB_DAT; local
    [all...]
tilegx.cc 427 unsigned int r_type,
444 get_reference_flags(unsigned int r_type);
451 const elfcpp::Rela<size, big_endian>& reloc, unsigned int r_type,
460 const elfcpp::Rela<size, big_endian>& reloc, unsigned int r_type,
470 unsigned int r_type,
480 unsigned int r_type,
486 unsigned int r_type);
490 unsigned int r_type, Symbol*);
493 check_non_pic(Relobj*, unsigned int r_type);
496 possible_function_pointer_reloc(unsigned int r_type);
3781 unsigned int r_type = elfcpp::R_TILEGX_IRELATIVE; local
    [all...]
gc.h 157 get_embedded_addend_size(int sh_type, int r_type, Relobj* obj)
162 return classify_reloc.get_size_for_reloc(r_type, obj);
230 unsigned int r_type = elfcpp::elf_r_type<size>(r_info); local
264 get_embedded_addend_size<Classify_reloc>(sh_type, r_type,
275 NULL, reloc, r_type,
309 r_type, gsym)))
340 get_embedded_addend_size<Classify_reloc>(sh_type, r_type,
arm.cc 187 data_word(unsigned data, unsigned int r_type, int reloc_addend)
188 { return Insn_template(data, DATA_TYPE, r_type, reloc_addend); }
204 r_type() const function in class:__anon75308::Insn_template
223 Insn_template(unsigned data, Type type, unsigned int r_type, int reloc_addend)
224 : data_(data), type_(type), r_type_(r_type), reloc_addend_(reloc_addend)
494 // Determine stub type for a branch of a relocation of R_TYPE going
499 stub_type_for_reloc(unsigned int r_type, Arm_address branch_address,
    [all...]
aarch64.cc 436 // symbol and R_TYPE is the code of a dynamic relocation that needs to be
439 add_static_reloc(unsigned int got_offset, unsigned int r_type, Symbol* gsym)
440 { this->static_relocs_.push_back(Static_reloc(got_offset, r_type, gsym)); }
444 // defining a local symbol with INDEX. R_TYPE is the code of a dynamic
447 add_static_reloc(unsigned int got_offset, unsigned int r_type,
451 this->static_relocs_.push_back(Static_reloc(got_offset, r_type, relobj,
549 switch (reloc.r_type())
578 Static_reloc(unsigned int got_offset, unsigned int r_type, Symbol* gsym)
579 : got_offset_(got_offset), r_type_(r_type), symbol_is_global_(true)
582 Static_reloc(unsigned int got_offset, unsigned int r_type,
597 r_type() const function in class:__anon75300::Output_data_got_aarch64::Static_reloc
3818 unsigned int r_type = elfcpp::elf_r_type<size>(r_info); local
6248 unsigned int r_type = elfcpp::R_AARCH64_IRELATIVE; local
    [all...]
  /system/bt/bta/hh/
bta_hh_api.c 175 ** r_type: report type, could be BTA_HH_RPTT_OUTPUT or
180 void BTA_HhSetReport(UINT8 dev_handle, tBTA_HH_RPT_TYPE r_type, BT_HDR *p_data)
182 bta_hh_snd_write_dev(dev_handle, HID_TRANS_SET_REPORT, r_type, 0, 0, p_data);
193 void BTA_HhGetReport(UINT8 dev_handle, tBTA_HH_RPT_TYPE r_type, UINT8 rpt_id, UINT16 buf_size)
195 UINT8 param = (buf_size) ? (r_type | 0x08) : r_type;
  /toolchain/binutils/binutils-2.25/gas/config/
tc-xc16x.c 284 bfd_reloc_code_real_type r_type; local
303 r_type = fixp->fx_r_type;
307 fprintf (stderr, "%s\n", bfd_get_reloc_code_name (r_type));
311 rel->howto = bfd_reloc_type_lookup (stdoutput, r_type);
316 bfd_get_reloc_code_name (r_type));
  /toolchain/binutils/binutils-2.25/include/aout/
adobe.h 185 bfd_byte r_type[1]; /* relocation type */
244 bfd_byte r_type[1]; /* relocation type */
311 enum reloc_type r_type; /* relocation type */
184 bfd_byte r_type[1]; \/* relocation type *\/ member in struct:reloc_std_external
243 bfd_byte r_type[1]; \/* relocation type *\/ member in struct:reloc_ext_external
310 enum reloc_type r_type; \/* relocation type *\/ member in struct:reloc_internal

Completed in 1085 milliseconds

1 23 4 5 6 7 8 910