Searched refs:r_type (Results 76 - 100 of 358) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Delf32-m32r.c1283 unsigned int r_type;
1285 r_type = ELF32_R_TYPE (dst->r_info);
1287 cache_ptr->howto = &m32r_elf_howto_table[r_type];
2476 int r_type;
2495 r_type = ELF32_R_TYPE (rel->r_info);
2496 if (r_type < 0 || r_type >= (int) R_M32R_max)
2500 (int) r_type);
2506 if ( r_type == R_M32R_GNU_VTENTRY
2507 || r_type
1281 unsigned int r_type; local
2471 int r_type; local
3782 int r_type; local
[all...]
H A Delf32-xc16x.c246 elf32_xc16x_final_link_relocate (unsigned long r_type, argument
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,
H A Delf32-cris.c525 enum elf_cris_reloc_type r_type;
527 r_type = ELF32_R_TYPE (dst->r_info);
528 BFD_ASSERT (r_type < (unsigned int) R_CRIS_max);
529 cache_ptr->howto = & cris_elf_howto_table [r_type];
811 enum elf_cris_reloc_type r_type;
990 enum elf_cris_reloc_type r_type = ELF32_R_TYPE (rel->r_info);
995 switch (r_type)
1088 enum elf_cris_reloc_type r_type;
1090 r_type = ELF32_R_TYPE (rel->r_info);
1092 if ( r_type
524 enum elf_cris_reloc_type r_type; local
807 enum elf_cris_reloc_type r_type; member in struct:elf_cris_pcrel_relocs_copied
985 enum elf_cris_reloc_type r_type = ELF32_R_TYPE (rel->r_info); local
1082 enum elf_cris_reloc_type r_type; local
2512 enum elf_cris_reloc_type r_type = ELF32_R_TYPE (rel->r_info); local
2569 enum elf_cris_reloc_type r_type; local
3182 enum elf_cris_reloc_type r_type; local
4283 enum elf_cris_reloc_type r_type = ELF32_R_TYPE (rela->r_info); local
[all...]
H A Dcoff-or32.c100 unsigned short r_type; local
106 r_type = reloc_entry->howto->type;
119 if (r_type == R_IHIHALF)
128 if ((part1_consth_active) && (r_type != R_IHCONST))
138 switch (r_type)
302 relent->howto = howto_table + reloc->r_type;
304 if (reloc->r_type == R_IHCONST)
326 if (reloc->r_type == R_IHIHALF)
381 if (symndx == -1 || rel->r_type == R_IHCONST)
393 if (rel->r_type !
[all...]
H A Dpe-mips.c346 #define SELECT_RELOC(x, howto) { x.r_type = howto->type; }
353 (cache_ptr)->howto = howto_table + (dst)->r_type;
384 if (ptr && howto_table[reloc.r_type].pc_relative) \
401 howto = howto_table + rel->r_type;
455 if (rel->r_type == MIPS_R_RVA)
533 reloc_dst->r_type = H_GET_16 (abfd, reloc_src->r_type);
538 switch (reloc_dst->r_type)
559 switch (reloc_src->r_type)
573 H_PUT_16 (abfd, MIPS_R_PAIR, reloc_dst->r_type);
[all...]
H A Dcoff-sh.c442 howto = sh_coff_howtos + rel->r_type;
473 if (rel->r_type == R_SH_IMAGEBASE)
544 ((internal)->r_type < SH_COFF_HOWTO_COUNT \
545 ? &sh_coff_howtos[(internal)->r_type] \
566 if ((reloc).r_type == R_SH_SWITCH8 \
567 || (reloc).r_type == R_SH_SWITCH16 \
568 || (reloc).r_type == R_SH_SWITCH32 \
569 || (reloc).r_type == R_SH_USES \
570 || (reloc).r_type == R_SH_COUNT \
571 || (reloc).r_type
590 unsigned short r_type; local
[all...]
H A Delf32-dlx.c533 dlx_rtype_to_howto (unsigned int r_type) argument
535 switch (r_type)
546 BFD_ASSERT (r_type < (unsigned int) R_DLX_max);
547 return & dlx_elf_howto_table[r_type];
564 unsigned int r_type; local
566 r_type = ELF32_R_TYPE (dst->r_info);
567 cache_ptr->howto = dlx_rtype_to_howto (r_type);
H A Dcoff-mips.c311 intern->r_type = ((ext->r_bits[3] & RELOC_BITS3_TYPE_BIG)
323 intern->r_type = (((ext->r_bits[3] & RELOC_BITS3_TYPE_LITTLE)
353 ext->r_bits[3] = (((intern->r_type << RELOC_BITS3_TYPE_SH_BIG)
362 ext->r_bits[3] = (((intern->r_type << RELOC_BITS3_TYPE_SH_LITTLE)
364 | ((intern->r_type >> RELOC_BITS3_TYPEHI_SH_LITTLE
380 if (intern->r_type > MIPS_R_PCREL16)
384 && (intern->r_type == MIPS_R_GPREL
385 || intern->r_type == MIPS_R_LITERAL))
390 if (intern->r_type == MIPS_R_IGNORE)
393 rptr->howto = &mips_howto_table[intern->r_type];
[all...]
H A Dcoff-mcore.c313 (cache_ptr)->howto = mcore_coff_howto_table + (dst)->r_type;
326 if (rel->r_type >= NUM_ELEM (mcore_coff_howto_table))
329 howto = mcore_coff_howto_table + rel->r_type;
331 if (rel->r_type == IMAGE_REL_MCORE_RVA)
412 unsigned short r_type = rel->r_type;
493 switch (r_type)
497 input_bfd, r_type);
566 #define SELECT_RELOC(internal, howto) {internal.r_type = howto->type;}
405 unsigned short r_type = rel->r_type; local
H A Delf32-d10v.c229 unsigned int r_type; local
231 r_type = ELF32_R_TYPE (dst->r_info);
232 BFD_ASSERT (r_type < (unsigned int) R_D10V_max);
233 cache_ptr->howto = &elf_d10v_howto_table[r_type];
406 int r_type; local
416 r_type = ELF32_R_TYPE (rel->r_info);
418 if (r_type == R_D10V_GNU_VTENTRY
419 || r_type == R_D10V_GNU_VTINHERIT)
422 howto = elf_d10v_howto_table + r_type;
H A Delf32-mcore.c416 enum elf_mcore_reloc_type r_type = (enum elf_mcore_reloc_type) ELF32_R_TYPE (rel->r_info);
429 if ((unsigned) r_type >= (unsigned) R_MCORE_max
430 || ! mcore_elf_howto_table [(int)r_type])
433 input_bfd, (int) r_type);
440 howto = mcore_elf_howto_table [(int) r_type];
449 (int)r_type);
480 switch (r_type)
494 howto->name, r_type, r_symndx, (long) offset, (long) addend);
500 if (r != bfd_reloc_ok && r_type == R_MCORE_PCRELJSR_IMM11BY2)
412 enum elf_mcore_reloc_type r_type = (enum elf_mcore_reloc_type) ELF32_R_TYPE (rel->r_info); local
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Delf32-m32r.c1283 unsigned int r_type;
1285 r_type = ELF32_R_TYPE (dst->r_info);
1287 cache_ptr->howto = &m32r_elf_howto_table[r_type];
2476 int r_type;
2495 r_type = ELF32_R_TYPE (rel->r_info);
2496 if (r_type < 0 || r_type >= (int) R_M32R_max)
2500 (int) r_type);
2506 if ( r_type == R_M32R_GNU_VTENTRY
2507 || r_type
1281 unsigned int r_type; local
2471 int r_type; local
3782 int r_type; local
[all...]
H A Delf32-xc16x.c246 elf32_xc16x_final_link_relocate (unsigned long r_type, argument
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,
H A Delf32-cris.c525 enum elf_cris_reloc_type r_type;
527 r_type = ELF32_R_TYPE (dst->r_info);
528 BFD_ASSERT (r_type < (unsigned int) R_CRIS_max);
529 cache_ptr->howto = & cris_elf_howto_table [r_type];
811 enum elf_cris_reloc_type r_type;
990 enum elf_cris_reloc_type r_type = ELF32_R_TYPE (rel->r_info);
995 switch (r_type)
1088 enum elf_cris_reloc_type r_type;
1090 r_type = ELF32_R_TYPE (rel->r_info);
1092 if ( r_type
524 enum elf_cris_reloc_type r_type; local
807 enum elf_cris_reloc_type r_type; member in struct:elf_cris_pcrel_relocs_copied
985 enum elf_cris_reloc_type r_type = ELF32_R_TYPE (rel->r_info); local
1082 enum elf_cris_reloc_type r_type; local
2512 enum elf_cris_reloc_type r_type = ELF32_R_TYPE (rel->r_info); local
2569 enum elf_cris_reloc_type r_type; local
3182 enum elf_cris_reloc_type r_type; local
4283 enum elf_cris_reloc_type r_type = ELF32_R_TYPE (rela->r_info); local
[all...]
H A Dpe-mips.c346 #define SELECT_RELOC(x, howto) { x.r_type = howto->type; }
353 (cache_ptr)->howto = howto_table + (dst)->r_type;
384 if (ptr && howto_table[reloc.r_type].pc_relative) \
401 howto = howto_table + rel->r_type;
455 if (rel->r_type == MIPS_R_RVA)
533 reloc_dst->r_type = H_GET_16 (abfd, reloc_src->r_type);
538 switch (reloc_dst->r_type)
559 switch (reloc_src->r_type)
573 H_PUT_16 (abfd, MIPS_R_PAIR, reloc_dst->r_type);
[all...]
H A Dcoff-or32.c100 unsigned short r_type; local
106 r_type = reloc_entry->howto->type;
119 if (r_type == R_IHIHALF)
128 if ((part1_consth_active) && (r_type != R_IHCONST))
138 switch (r_type)
302 relent->howto = howto_table + reloc->r_type;
304 if (reloc->r_type == R_IHCONST)
326 if (reloc->r_type == R_IHIHALF)
381 if (symndx == -1 || rel->r_type == R_IHCONST)
393 if (rel->r_type !
[all...]
H A Dcoff-sh.c442 howto = sh_coff_howtos + rel->r_type;
473 if (rel->r_type == R_SH_IMAGEBASE)
544 ((internal)->r_type < SH_COFF_HOWTO_COUNT \
545 ? &sh_coff_howtos[(internal)->r_type] \
566 if ((reloc).r_type == R_SH_SWITCH8 \
567 || (reloc).r_type == R_SH_SWITCH16 \
568 || (reloc).r_type == R_SH_SWITCH32 \
569 || (reloc).r_type == R_SH_USES \
570 || (reloc).r_type == R_SH_COUNT \
571 || (reloc).r_type
590 unsigned short r_type; local
[all...]
H A Delf32-dlx.c533 dlx_rtype_to_howto (unsigned int r_type) argument
535 switch (r_type)
546 BFD_ASSERT (r_type < (unsigned int) R_DLX_max);
547 return & dlx_elf_howto_table[r_type];
564 unsigned int r_type; local
566 r_type = ELF32_R_TYPE (dst->r_info);
567 cache_ptr->howto = dlx_rtype_to_howto (r_type);
H A Dcoff-mips.c311 intern->r_type = ((ext->r_bits[3] & RELOC_BITS3_TYPE_BIG)
323 intern->r_type = (((ext->r_bits[3] & RELOC_BITS3_TYPE_LITTLE)
353 ext->r_bits[3] = (((intern->r_type << RELOC_BITS3_TYPE_SH_BIG)
362 ext->r_bits[3] = (((intern->r_type << RELOC_BITS3_TYPE_SH_LITTLE)
364 | ((intern->r_type >> RELOC_BITS3_TYPEHI_SH_LITTLE
380 if (intern->r_type > MIPS_R_PCREL16)
384 && (intern->r_type == MIPS_R_GPREL
385 || intern->r_type == MIPS_R_LITERAL))
390 if (intern->r_type == MIPS_R_IGNORE)
393 rptr->howto = &mips_howto_table[intern->r_type];
[all...]
H A Delf32-arm.c1769 elf32_arm_howto_from_type (unsigned int r_type) argument
1771 if (r_type < ARRAY_SIZE (elf32_arm_howto_table_1))
1772 return &elf32_arm_howto_table_1[r_type];
1774 if (r_type == R_ARM_IRELATIVE)
1775 return &elf32_arm_howto_table_2[r_type - R_ARM_IRELATIVE];
1777 if (r_type >= R_ARM_RREL32
1778 && r_type < R_ARM_RREL32 + ARRAY_SIZE (elf32_arm_howto_table_3))
1779 return &elf32_arm_howto_table_3[r_type - R_ARM_RREL32];
1788 unsigned int r_type; local
1790 r_type
2176 unsigned int r_type; member in struct:__anon222
2570 unsigned int r_type; member in struct:a8_erratum_reloc
3457 unsigned int r_type; local
3891 elf32_arm_tls_transition(struct bfd_link_info *info, int r_type, struct elf_link_hash_entry *h) argument
4887 unsigned int r_type, r_indx; local
5994 long r_type; local
7531 arm_real_reloc_type(struct elf32_arm_link_hash_table * globals, int r_type) argument
7826 unsigned long r_type = howto->type; local
10099 int r_type; local
11902 int r_type; local
12104 int r_type; local
[all...]
H A Delf64-alpha.c1099 unsigned r_type = ELF64_R_TYPE(dst->r_info);
1100 BFD_ASSERT (r_type < (unsigned int) R_ALPHA_max);
1101 cache_ptr->howto = &elf64_alpha_howto_table[r_type];
1105 #define alpha_got_entry_size(r_type) \
1106 (r_type == R_ALPHA_TLSGD || r_type == R_ALPHA_TLSLDM ? 16 : 8)
1676 unsigned long r_type, unsigned long r_symndx,
1713 && gotent->reloc_type == r_type
1732 gotent->reloc_type = r_type;
1739 entry_size = alpha_got_entry_size (r_type);
1095 unsigned r_type = ELF64_R_TYPE(dst->r_info); local
1667 get_got_entry(bfd *abfd, struct alpha_elf_link_hash_entry *h, unsigned long r_type, unsigned long r_symndx, bfd_vma r_addend) argument
1796 unsigned long r_symndx, r_type; local
2031 unsigned long r_symndx, r_type; local
2660 alpha_dynamic_entries_for_reloc(int r_type, int dynamic, int shared) argument
3034 elf64_alpha_relax_got_load(struct alpha_relax_info *info, bfd_vma symval, Elf_Internal_Rela *irel, unsigned long r_type) argument
3798 unsigned long r_type = ELF64_R_TYPE (irel->r_info); local
4072 unsigned long r_type; local
4221 unsigned long r_type; local
4859 long r_type; local
[all...]
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzfs_rlock.c127 if (new->r_type == RL_APPEND)
147 new->r_type = RL_WRITER; /* convert to writer */
167 new->r_type = RL_WRITER; /* convert possible RL_APPEND */
206 proxy->r_type = RL_READER;
235 rear->r_type = RL_READER;
260 rl->r_type = RL_READER;
373 if ((prev->r_type == RL_WRITER) || (prev->r_write_wanted)) {
396 if ((next->r_type == RL_WRITER) || (next->r_write_wanted)) {
436 new->r_type = type;
495 ASSERT(rl->r_type
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gold/
H A Dtarget-reloc.h74 unsigned int r_type = elfcpp::elf_r_type<size>(r_info); local
107 output_section, reloc, r_type, lsym);
117 output_section, reloc, r_type, gsym);
239 unsigned int r_type = elfcpp::elf_r_type<size>(r_info); local
335 r_type, sym, psymval, view + offset,
380 local_non_section_strategy(unsigned int r_type, Relobj*, unsigned int r_sym) argument
384 if (r_type == 0 && r_sym == 0)
392 local_section_strategy(unsigned int r_type, Relobj* object) argument
399 switch (classify.get_size_for_reloc(r_type, object))
468 const unsigned int r_type local
562 const unsigned int r_type = elfcpp::elf_r_type<size>(r_info); local
[all...]
H A Dsparc.cc206 const elfcpp::Rela<size, big_endian>& reloc, unsigned int r_type,
214 const elfcpp::Rela<size, big_endian>& reloc, unsigned int r_type,
243 unsigned int r_type);
247 unsigned int r_type, Symbol*);
254 check_non_pic(Relobj*, unsigned int r_type);
283 unsigned int r_type, const Sized_symbol<size>*,
294 unsigned int r_type, const Sized_symbol<size>*,
1519 optimize_tls_reloc(bool is_final, int r_type) argument
1526 switch (r_type)
1597 unsigned int r_type)
1595 unsupported_reloc_local( Sized_relobj<size, big_endian>* object, unsigned int r_type) argument
1608 check_non_pic(Relobj* object, unsigned int r_type) argument
1699 local( Symbol_table* symtab, Layout* layout, Target_sparc<size, big_endian>* target, Sized_relobj<size, big_endian>* object, unsigned int data_shndx, Output_section* output_section, const elfcpp::Rela<size, big_endian>& reloc, unsigned int r_type, const elfcpp::Sym<size, big_endian>& lsym) argument
1990 unsupported_reloc_global( Sized_relobj<size, big_endian>* object, unsigned int r_type, Symbol* gsym) argument
2003 global( Symbol_table* symtab, Layout* layout, Target_sparc<size, big_endian>* target, Sized_relobj<size, big_endian>* object, unsigned int data_shndx, Output_section* output_section, const elfcpp::Rela<size, big_endian>& reloc, unsigned int r_type, Symbol* gsym) argument
2483 relocate( const Relocate_info<size, big_endian>* relinfo, Target_sparc* target, Output_section*, size_t relnum, const elfcpp::Rela<size, big_endian>& rela, unsigned int r_type, const Sized_symbol<size>* gsym, const Symbol_value<size>* psymval, unsigned char* view, typename elfcpp::Elf_types<size>::Elf_Addr address, section_size_type view_size) argument
2867 relocate_tls( const Relocate_info<size, big_endian>* relinfo, Target_sparc<size, big_endian>* target, size_t relnum, const elfcpp::Rela<size, big_endian>& rela, unsigned int r_type, const Sized_symbol<size>* gsym, const Symbol_value<size>* psymval, unsigned char* view, typename elfcpp::Elf_types<size>::Elf_Addr address, section_size_type) argument
[all...]
H A Dgc.h160 get_embedded_addend_size(int sh_type, int r_type, Relobj* obj) argument
165 return classify_reloc.get_size_for_reloc(r_type, obj);
235 unsigned int r_type = elfcpp::elf_r_type<size>(r_info); local
263 get_embedded_addend_size<Classify_reloc>(sh_type, r_type,
274 NULL, reloc, r_type,
306 r_type, gsym)))
339 get_embedded_addend_size<Classify_reloc>(sh_type, r_type,

Completed in 403 milliseconds

1234567891011>>