Searched refs:r_type (Results 151 - 175 of 358) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Delf64-sh64.c1254 enum elf_sh_reloc_type r_type; local
1258 r_type = (enum elf_sh_reloc_type) reloc_entry->howto->type;
1278 switch (r_type)
1458 int r_type; local
1471 r_type = ELF64_R_TYPE (rel->r_info);
1473 if (r_type == (int) R_SH_NONE)
1476 if (r_type < 0
1477 || r_type > R_SH_64_PCREL
1478 || (r_type >= (int) R_SH_FIRST_INVALID_RELOC
1479 && r_type <
[all...]
H A Delfxx-mips.c511 #define TLS_RELOC_P(r_type) \
512 (r_type == R_MIPS_TLS_DTPMOD32 \
513 || r_type == R_MIPS_TLS_DTPMOD64 \
514 || r_type == R_MIPS_TLS_DTPREL32 \
515 || r_type == R_MIPS_TLS_DTPREL64 \
516 || r_type == R_MIPS_TLS_GD \
517 || r_type == R_MIPS_TLS_LDM \
518 || r_type == R_MIPS_TLS_DTPREL_HI16 \
519 || r_type == R_MIPS_TLS_DTPREL_LO16 \
520 || r_type
1834 mips16_reloc_p(int r_type) argument
1852 got16_reloc_p(int r_type) argument
1858 call16_reloc_p(int r_type) argument
1864 hi16_reloc_p(int r_type) argument
1870 lo16_reloc_p(int r_type) argument
1876 mips16_call_reloc_p(int r_type) argument
1882 jal_reloc_p(int r_type) argument
1888 _bfd_mips16_elf_reloc_unshuffle(bfd *abfd, int r_type, bfd_boolean jal_shuffle, bfd_byte *data) argument
1914 _bfd_mips16_elf_reloc_shuffle(bfd *abfd, int r_type, bfd_boolean jal_shuffle, bfd_byte *data) argument
2815 mips_elf_output_dynamic_relocation(bfd *output_bfd, asection *sreloc, unsigned long reloc_index, unsigned long indx, int r_type, bfd_vma offset) argument
2976 mips_tls_got_index(bfd *abfd, bfd_vma got_index, unsigned char *tls_type, int r_type, struct bfd_link_info *info, struct mips_elf_link_hash_entry *h, bfd_vma symbol) argument
3051 mips_elf_local_got_index(bfd *abfd, bfd *ibfd, struct bfd_link_info *info, bfd_vma value, unsigned long r_symndx, struct mips_elf_link_hash_entry *h, int r_type) argument
3084 mips_elf_global_got_index(bfd *abfd, bfd *ibfd, struct elf_link_hash_entry *h, int r_type, struct bfd_link_info *info) argument
3249 mips_elf_create_local_got_entry(bfd *abfd, struct bfd_link_info *info, bfd *ibfd, bfd_vma value, unsigned long r_symndx, struct mips_elf_link_hash_entry *h, int r_type) argument
4561 mips_elf_next_relocation(bfd *abfd ATTRIBUTE_UNUSED, unsigned int r_type, const Elf_Internal_Rela *relocation, const Elf_Internal_Rela *relend) argument
4801 mips_elf_relocation_needs_la25_stub(bfd *input_bfd, int r_type) argument
4880 int r_type; local
5591 int r_type = ELF_R_TYPE (input_bfd, relocation->r_info); local
5703 int r_type; local
7122 unsigned int r_type; local
7148 unsigned int r_type, lo16_type; local
7503 unsigned int r_type; local
8010 unsigned int r_type; local
8944 unsigned int r_type, r_symndx; local
9002 unsigned int r_type = ELF_R_TYPE (output_bfd, rel->r_info); local
[all...]
H A Delf32-crx.c426 unsigned int r_type = ELF32_R_TYPE (dst->r_info); local
427 BFD_ASSERT (r_type < (unsigned int) R_CRX_MAX);
428 cache_ptr->howto = &crx_elf_howto_table[r_type];
442 unsigned short r_type = howto->type; local
446 switch (r_type)
536 if (r_type == R_CRX_REL4)
546 if (r_type == R_CRX_REGREL12)
553 if (r_type == R_CRX_REL24
554 || r_type == R_CRX_REGREL22
555 || r_type
844 int r_type; local
[all...]
H A Delf32-frv.c2610 unsigned int r_type;
2612 r_type = ELF32_R_TYPE (dst->r_info);
2613 switch (r_type)
2624 cache_ptr->howto = & elf32_frv_howto_table [r_type];
2634 unsigned int r_type;
2636 r_type = ELF32_R_TYPE (dst->r_info);
2637 switch (r_type)
2777 int r_type;
2782 r_type = ELF32_R_TYPE (rel->r_info);
2784 if ( r_type
2609 unsigned int r_type; local
2633 unsigned int r_type; local
2774 int r_type; local
[all...]
H A Delf32-hppa.c166 #define IS_ABSOLUTE_RELOC(r_type) 1
622 unsigned int r_type; local
643 r_type = ELF32_R_TYPE (rela->r_info);
649 if (r_type == (unsigned int) R_PARISC_PCREL17F)
652 else if (r_type == (unsigned int) R_PARISC_PCREL12F)
1099 int r_type, int is_local ATTRIBUTE_UNUSED)
1102 return r_type;
1176 unsigned int r_symndx, r_type; local
1192 r_type = ELF32_R_TYPE (rela->r_info);
1193 r_type
1098 elf32_hppa_optimized_tls_reloc(struct bfd_link_info *info ATTRIBUTE_UNUSED, int r_type, int is_local ATTRIBUTE_UNUSED) argument
1624 unsigned int r_type; local
2941 unsigned int r_type, r_indx; local
3328 unsigned int r_type = ELF32_R_TYPE (rela->r_info); local
3686 unsigned int r_type; local
[all...]
H A Delf32-sh.c131 sh_elf_reloc_loop (int r_type ATTRIBUTE_UNUSED, bfd *input_bfd,
239 enum elf_sh_reloc_type r_type;
243 r_type = (enum elf_sh_reloc_type) reloc_entry->howto->type;
254 if (r_type == R_SH_IND12W && (symbol_in->flags & BSF_LOCAL) != 0)
268 switch (r_type)
3991 int r_type;
4007 r_type = ELF32_R_TYPE (rel->r_info);
4011 if (r_type >= (int) R_SH_GNU_VTINHERIT
4012 && r_type <= (int) R_SH_LABEL)
4014 if (r_type
237 enum elf_sh_reloc_type r_type; local
3985 int r_type; local
5806 unsigned int r_type; local
6070 sh_elf_optimized_tls_reloc(struct bfd_link_info *info, int r_type, int is_local) argument
6104 unsigned int r_type; local
[all...]
H A Delf32-iq2000.c429 unsigned int r_type;
431 r_type = ELF32_R_TYPE (dst->r_info);
432 switch (r_type)
443 cache_ptr->howto = & iq2000_elf_howto_table [r_type];
591 int r_type;
593 r_type = ELF32_R_TYPE (rel->r_info);
595 if ( r_type == R_IQ2000_GNU_VTINHERIT
596 || r_type == R_IQ2000_GNU_VTENTRY)
648 switch (r_type)
425 unsigned int r_type; local
586 int r_type; local
H A Delf32-xstormy16.c385 unsigned int r_type = ELF32_R_TYPE (dst->r_info);
387 if (r_type <= (unsigned int) R_XSTORMY16_12)
388 cache_ptr->howto = &xstormy16_elf_howto_table [r_type];
389 else if (r_type - R_XSTORMY16_GNU_VTINHERIT
392 = &xstormy16_elf_howto_table2 [r_type - R_XSTORMY16_GNU_VTINHERIT];
807 int r_type;
809 r_type = ELF32_R_TYPE (rel->r_info);
811 if ( r_type == R_XSTORMY16_GNU_VTINHERIT
812 || r_type == R_XSTORMY16_GNU_VTENTRY)
384 unsigned int r_type = ELF32_R_TYPE (dst->r_info); local
804 int r_type; local
H A Dcoff-m68k.c225 m68k_rtype2howto(internal, (relocentry)->r_type)
228 external.r_type = m68k_howto2rtype (internal)
394 if (ptr && (reloc.r_type == R_PCRBYTE \
395 || reloc.r_type == R_PCRWORD \
396 || reloc.r_type == R_PCRLONG)) \
505 if (irel->r_type != R_RELLONG)
H A Delf32-mt.c238 unsigned int r_type;
240 r_type = ELF32_R_TYPE (dst->r_info);
241 cache_ptr->howto = & mt_elf_howto_table [r_type];
324 int r_type;
326 r_type = ELF32_R_TYPE (rel->r_info);
366 switch (r_type)
237 unsigned int r_type; local
323 int r_type; local
H A Delf64-mips.c1804 dst->r_type = H_GET_8 (abfd, src->r_type);
1819 dst->r_type = H_GET_8 (abfd, src->r_type);
1834 H_PUT_8 (abfd, src->r_type, dst->r_type);
1848 H_PUT_8 (abfd, src->r_type, dst->r_type);
1865 dst[0].r_info = ELF64_R_INFO (mirel.r_sym, mirel.r_type);
1888 dst[0].r_info = ELF64_R_INFO (mirela.r_sym, mirela.r_type);
2398 mips_elf64_rtype_to_howto(unsigned int r_type, bfd_boolean rela_p) argument
[all...]
H A Delfn32-mips.c2220 mips_elf_n32_rtype_to_howto (unsigned int r_type, bfd_boolean rela_p)
2222 switch (r_type)
2238 if (r_type >= R_MIPS16_min && r_type < R_MIPS16_max)
2241 return &elf_mips16_howto_table_rela[r_type - R_MIPS16_min];
2243 return &elf_mips16_howto_table_rel[r_type - R_MIPS16_min];
2245 BFD_ASSERT (r_type < (unsigned int) R_MIPS_max);
2247 return &elf_mips_howto_table_rela[r_type];
2249 return &elf_mips_howto_table_rel[r_type];
2259 unsigned int r_type;
2215 mips_elf_n32_rtype_to_howto(unsigned int r_type, bfd_boolean rela_p) argument
2254 unsigned int r_type; local
2274 unsigned int r_type; local
[all...]
H A Delf32-tic6x.c1324 unsigned int r_type; local
1326 r_type = ELF32_R_TYPE (elf_reloc->r_info);
1327 if (r_type >= ARRAY_SIZE (elf32_tic6x_howto_table))
1330 bfd_reloc->howto = &elf32_tic6x_howto_table[r_type];
1337 unsigned int r_type; local
1339 r_type = ELF32_R_TYPE (elf_reloc->r_info);
1340 if (r_type >= ARRAY_SIZE (elf32_tic6x_howto_table_rel))
1343 bfd_reloc->howto = &elf32_tic6x_howto_table_rel[r_type];
1420 int r_type; local
1433 r_type
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Delf64-sh64.c1254 enum elf_sh_reloc_type r_type; local
1258 r_type = (enum elf_sh_reloc_type) reloc_entry->howto->type;
1278 switch (r_type)
1458 int r_type; local
1471 r_type = ELF64_R_TYPE (rel->r_info);
1473 if (r_type == (int) R_SH_NONE)
1476 if (r_type < 0
1477 || r_type > R_SH_64_PCREL
1478 || (r_type >= (int) R_SH_FIRST_INVALID_RELOC
1479 && r_type <
[all...]
H A Delfxx-mips.c511 #define TLS_RELOC_P(r_type) \
512 (r_type == R_MIPS_TLS_DTPMOD32 \
513 || r_type == R_MIPS_TLS_DTPMOD64 \
514 || r_type == R_MIPS_TLS_DTPREL32 \
515 || r_type == R_MIPS_TLS_DTPREL64 \
516 || r_type == R_MIPS_TLS_GD \
517 || r_type == R_MIPS_TLS_LDM \
518 || r_type == R_MIPS_TLS_DTPREL_HI16 \
519 || r_type == R_MIPS_TLS_DTPREL_LO16 \
520 || r_type
1834 mips16_reloc_p(int r_type) argument
1852 got16_reloc_p(int r_type) argument
1858 call16_reloc_p(int r_type) argument
1864 hi16_reloc_p(int r_type) argument
1870 lo16_reloc_p(int r_type) argument
1876 mips16_call_reloc_p(int r_type) argument
1882 jal_reloc_p(int r_type) argument
1888 _bfd_mips16_elf_reloc_unshuffle(bfd *abfd, int r_type, bfd_boolean jal_shuffle, bfd_byte *data) argument
1914 _bfd_mips16_elf_reloc_shuffle(bfd *abfd, int r_type, bfd_boolean jal_shuffle, bfd_byte *data) argument
2815 mips_elf_output_dynamic_relocation(bfd *output_bfd, asection *sreloc, unsigned long reloc_index, unsigned long indx, int r_type, bfd_vma offset) argument
2976 mips_tls_got_index(bfd *abfd, bfd_vma got_index, unsigned char *tls_type, int r_type, struct bfd_link_info *info, struct mips_elf_link_hash_entry *h, bfd_vma symbol) argument
3051 mips_elf_local_got_index(bfd *abfd, bfd *ibfd, struct bfd_link_info *info, bfd_vma value, unsigned long r_symndx, struct mips_elf_link_hash_entry *h, int r_type) argument
3084 mips_elf_global_got_index(bfd *abfd, bfd *ibfd, struct elf_link_hash_entry *h, int r_type, struct bfd_link_info *info) argument
3249 mips_elf_create_local_got_entry(bfd *abfd, struct bfd_link_info *info, bfd *ibfd, bfd_vma value, unsigned long r_symndx, struct mips_elf_link_hash_entry *h, int r_type) argument
4557 mips_elf_next_relocation(bfd *abfd ATTRIBUTE_UNUSED, unsigned int r_type, const Elf_Internal_Rela *relocation, const Elf_Internal_Rela *relend) argument
4797 mips_elf_relocation_needs_la25_stub(bfd *input_bfd, int r_type) argument
4876 int r_type; local
5584 int r_type = ELF_R_TYPE (input_bfd, relocation->r_info); local
5696 int r_type; local
7118 unsigned int r_type; local
7144 unsigned int r_type, lo16_type; local
7499 unsigned int r_type; local
7993 unsigned int r_type; local
8927 unsigned int r_type, r_symndx; local
8985 unsigned int r_type = ELF_R_TYPE (output_bfd, rel->r_info); local
[all...]
H A Delf32-crx.c426 unsigned int r_type = ELF32_R_TYPE (dst->r_info); local
427 BFD_ASSERT (r_type < (unsigned int) R_CRX_MAX);
428 cache_ptr->howto = &crx_elf_howto_table[r_type];
442 unsigned short r_type = howto->type; local
446 switch (r_type)
536 if (r_type == R_CRX_REL4)
546 if (r_type == R_CRX_REGREL12)
553 if (r_type == R_CRX_REL24
554 || r_type == R_CRX_REGREL22
555 || r_type
844 int r_type; local
[all...]
H A Delf32-frv.c2610 unsigned int r_type;
2612 r_type = ELF32_R_TYPE (dst->r_info);
2613 switch (r_type)
2624 cache_ptr->howto = & elf32_frv_howto_table [r_type];
2634 unsigned int r_type;
2636 r_type = ELF32_R_TYPE (dst->r_info);
2637 switch (r_type)
2777 int r_type;
2782 r_type = ELF32_R_TYPE (rel->r_info);
2784 if ( r_type
2609 unsigned int r_type; local
2633 unsigned int r_type; local
2774 int r_type; local
[all...]
H A Delf32-hppa.c166 #define IS_ABSOLUTE_RELOC(r_type) 1
622 unsigned int r_type; local
643 r_type = ELF32_R_TYPE (rela->r_info);
649 if (r_type == (unsigned int) R_PARISC_PCREL17F)
652 else if (r_type == (unsigned int) R_PARISC_PCREL12F)
1099 int r_type, int is_local ATTRIBUTE_UNUSED)
1102 return r_type;
1176 unsigned int r_symndx, r_type; local
1192 r_type = ELF32_R_TYPE (rela->r_info);
1193 r_type
1098 elf32_hppa_optimized_tls_reloc(struct bfd_link_info *info ATTRIBUTE_UNUSED, int r_type, int is_local ATTRIBUTE_UNUSED) argument
1624 unsigned int r_type; local
2937 unsigned int r_type, r_indx; local
3324 unsigned int r_type = ELF32_R_TYPE (rela->r_info); local
3678 unsigned int r_type; local
[all...]
H A Delf32-sh.c131 sh_elf_reloc_loop (int r_type ATTRIBUTE_UNUSED, bfd *input_bfd,
239 enum elf_sh_reloc_type r_type;
243 r_type = (enum elf_sh_reloc_type) reloc_entry->howto->type;
254 if (r_type == R_SH_IND12W && (symbol_in->flags & BSF_LOCAL) != 0)
268 switch (r_type)
3987 int r_type;
4003 r_type = ELF32_R_TYPE (rel->r_info);
4007 if (r_type >= (int) R_SH_GNU_VTINHERIT
4008 && r_type <= (int) R_SH_LABEL)
4010 if (r_type
237 enum elf_sh_reloc_type r_type; local
3981 int r_type; local
5802 unsigned int r_type; local
6066 sh_elf_optimized_tls_reloc(struct bfd_link_info *info, int r_type, int is_local) argument
6100 unsigned int r_type; local
[all...]
H A Delf32-iq2000.c429 unsigned int r_type;
431 r_type = ELF32_R_TYPE (dst->r_info);
432 switch (r_type)
443 cache_ptr->howto = & iq2000_elf_howto_table [r_type];
591 int r_type;
593 r_type = ELF32_R_TYPE (rel->r_info);
595 if ( r_type == R_IQ2000_GNU_VTINHERIT
596 || r_type == R_IQ2000_GNU_VTENTRY)
648 switch (r_type)
425 unsigned int r_type; local
586 int r_type; local
H A Delf32-xstormy16.c385 unsigned int r_type = ELF32_R_TYPE (dst->r_info);
387 if (r_type <= (unsigned int) R_XSTORMY16_12)
388 cache_ptr->howto = &xstormy16_elf_howto_table [r_type];
389 else if (r_type - R_XSTORMY16_GNU_VTINHERIT
392 = &xstormy16_elf_howto_table2 [r_type - R_XSTORMY16_GNU_VTINHERIT];
807 int r_type;
809 r_type = ELF32_R_TYPE (rel->r_info);
811 if ( r_type == R_XSTORMY16_GNU_VTINHERIT
812 || r_type == R_XSTORMY16_GNU_VTENTRY)
384 unsigned int r_type = ELF32_R_TYPE (dst->r_info); local
804 int r_type; local
H A Delf32-mt.c238 unsigned int r_type;
240 r_type = ELF32_R_TYPE (dst->r_info);
241 cache_ptr->howto = & mt_elf_howto_table [r_type];
324 int r_type;
326 r_type = ELF32_R_TYPE (rel->r_info);
366 switch (r_type)
237 unsigned int r_type; local
323 int r_type; local
H A Delf64-mips.c1802 dst->r_type = H_GET_8 (abfd, src->r_type);
1817 dst->r_type = H_GET_8 (abfd, src->r_type);
1832 H_PUT_8 (abfd, src->r_type, dst->r_type);
1846 H_PUT_8 (abfd, src->r_type, dst->r_type);
1863 dst[0].r_info = ELF64_R_INFO (mirel.r_sym, mirel.r_type);
1886 dst[0].r_info = ELF64_R_INFO (mirela.r_sym, mirela.r_type);
2396 mips_elf64_rtype_to_howto(unsigned int r_type, bfd_boolean rela_p) argument
[all...]
H A Dcoff-m68k.c225 m68k_rtype2howto(internal, (relocentry)->r_type)
228 external.r_type = m68k_howto2rtype (internal)
394 if (ptr && (reloc.r_type == R_PCRBYTE \
395 || reloc.r_type == R_PCRWORD \
396 || reloc.r_type == R_PCRLONG)) \
505 if (irel->r_type != R_RELLONG)
H A Delfn32-mips.c2218 mips_elf_n32_rtype_to_howto (unsigned int r_type, bfd_boolean rela_p)
2220 switch (r_type)
2236 if (r_type >= R_MIPS16_min && r_type < R_MIPS16_max)
2239 return &elf_mips16_howto_table_rela[r_type - R_MIPS16_min];
2241 return &elf_mips16_howto_table_rel[r_type - R_MIPS16_min];
2243 BFD_ASSERT (r_type < (unsigned int) R_MIPS_max);
2245 return &elf_mips_howto_table_rela[r_type];
2247 return &elf_mips_howto_table_rel[r_type];
2257 unsigned int r_type;
2213 mips_elf_n32_rtype_to_howto(unsigned int r_type, bfd_boolean rela_p) argument
2252 unsigned int r_type; local
2272 unsigned int r_type; local
[all...]

Completed in 421 milliseconds

1234567891011>>