Searched refs:r_type (Results 51 - 75 of 358) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/include/coff/
H A Darm.h109 char r_type[2]; member in struct:external_reloc
120 char r_type[2]; member in struct:external_reloc
H A Dia64.h84 char r_type[2]; member in struct:external_reloc
/netbsd-6-1-5-RELEASE/libexec/ld.elf_so/arch/mips/
H A Dmips_reloc.c64 * endian we have to byte swap that interger (r_type).
67 #define ELF_R_NXTTYPE_64_P(r_type) ((((r_type) >> 8) & 0xff) == R_TYPE(64))
75 #define ELF_R_NXTTYPE_64_P(r_type) (0)
185 Elf_Word r_symndx, r_type; local
190 r_type = ELF_R_TYPE(rel->r_info);
192 switch (r_type & 0xff) {
195 ELF_R_NXTTYPE_64_P(r_type)
201 assert(r_type == R_TYPE(REL32)
202 || r_type
316 Elf_Word r_symndx, r_type; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gold/
H A Dpowerpc.cc196 const elfcpp::Rela<size, big_endian>& reloc, unsigned int r_type,
204 const elfcpp::Rela<size, big_endian>& reloc, unsigned int r_type,
232 unsigned int r_type);
236 unsigned int r_type, Symbol*);
243 check_non_pic(Relobj*, unsigned int r_type);
259 unsigned int r_type, const Sized_symbol<size>*,
271 unsigned int r_type, const Sized_symbol<size>*,
1094 optimize_tls_reloc(bool /* is_final */, int r_type) argument
1100 switch (r_type)
1114 unsigned int r_type)
1112 unsupported_reloc_local( Sized_relobj<size, big_endian>* object, unsigned int r_type) argument
1125 check_non_pic(Relobj* object, unsigned int r_type) argument
1217 local( Symbol_table* symtab, Layout* layout, Target_powerpc<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
1338 unsupported_reloc_global( Sized_relobj<size, big_endian>* object, unsigned int r_type, Symbol* gsym) argument
1351 global( Symbol_table* symtab, Layout* layout, Target_powerpc<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
1666 relocate( const Relocate_info<size, big_endian>* relinfo, Target_powerpc* 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 ) argument
1890 relocate_tls( const Relocate_info<size, big_endian>* relinfo, Target_powerpc<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...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Delf32-moxie.c133 unsigned int r_type;
135 r_type = ELF32_R_TYPE (dst->r_info);
136 BFD_ASSERT (r_type < (unsigned int) R_MOXIE_max);
137 cache_ptr->howto = & moxie_elf_howto_table [r_type];
225 int r_type;
227 r_type = ELF32_R_TYPE (rel->r_info);
229 howto = moxie_elf_howto_table + r_type;
132 unsigned int r_type; local
222 int r_type; local
H A Delfxx-sparc.c573 _bfd_sparc_elf_info_to_howto_ptr (unsigned int r_type) argument
575 switch (r_type)
593 if (r_type >= (unsigned int) R_SPARC_max_std)
596 (int) r_type);
597 r_type = R_SPARC_NONE;
599 return &_bfd_sparc_elf_howto_table[r_type];
612 unsigned int r_type = SPARC_ELF_R_TYPE (dst->r_info); local
614 cache_ptr->howto = _bfd_sparc_elf_info_to_howto_ptr (r_type);
1282 int r_type, int is_local)
1285 && r_type
1280 sparc_elf_tls_transition(struct bfd_link_info *info, bfd *abfd, int r_type, int is_local) argument
1360 unsigned int r_type; local
1860 unsigned int r_type; local
2902 int r_type, tls_type; local
[all...]
H A Delf32-openrisc.c241 unsigned int r_type; local
243 r_type = ELF32_R_TYPE (dst->r_info);
244 BFD_ASSERT (r_type < (unsigned int) R_OPENRISC_max);
245 cache_ptr->howto = & openrisc_elf_howto_table[r_type];
338 int r_type; local
340 r_type = ELF32_R_TYPE (rel->r_info);
343 if (r_type == R_OPENRISC_GNU_VTINHERIT
344 || r_type == R_OPENRISC_GNU_VTENTRY)
347 if ((unsigned int) r_type >
H A Dcoff-x86_64.c453 #define SELECT_RELOC(x,howto) { x.r_type = howto->type; }
459 ((dst)->r_type < ARRAY_SIZE (howto_table)) \
460 ? howto_table + (dst)->r_type \
499 if (ptr && howto_table[reloc.r_type].pc_relative) \
549 if (rel->r_type > ARRAY_SIZE (howto_table))
554 howto = howto_table + rel->r_type;
559 if (rel->r_type >= R_AMD64_PCRLONG_1 && rel->r_type <= R_AMD64_PCRLONG_5)
561 *addendp -= (bfd_vma)(rel->r_type - R_AMD64_PCRLONG);
562 rel->r_type
[all...]
H A Dcoff-ppc.c777 (((r->r_type) & IMAGE_REL_PPC_TOCDEFN) == 0) \
1039 unsigned short r_type = EXTRACT_TYPE (rel->r_type);
1040 unsigned short r_flags = EXTRACT_FLAGS(rel->r_type);
1045 /* FIXME: check bounds on r_type */
1046 howto = ppc_coff_howto_table + r_type;
1065 if (r_type == IMAGE_REL_PPC_IMGLUE && h == 0)
1113 switch (r_type)
1117 (_("%B: unsupported relocation type 0x%02x"), input_bfd, r_type);
1642 unsigned short r_type
1032 unsigned short r_type = EXTRACT_TYPE (rel->r_type); local
1635 unsigned short r_type = EXTRACT_TYPE (rel->r_type); local
1809 unsigned short r_type = EXTRACT_TYPE (internal->r_type); local
1848 r_type); local
1877 unsigned short r_type = EXTRACT_TYPE (rel->r_type); local
1920 r_type); local
[all...]
H A Di386lynx.c193 natptr->r_type[0] =
206 natptr->r_type[0] =
228 unsigned int r_type;
235 r_type = (unsigned int) g->howto->type;
279 natptr->r_type[0] =
281 | (r_type << RELOC_EXT_BITS_TYPE_SH_BIG);
288 natptr->r_type[0] =
290 | (r_type << RELOC_EXT_BITS_TYPE_SH_LITTLE);
348 unsigned int r_type;
355 r_type
227 unsigned int r_type; variable
347 unsigned int r_type; variable
[all...]
H A Dcoff-apollo.c103 apollo_rtype2howto (internal, (relocentry)->r_type)
106 external.r_type = apollo_howto2rtype (internal);
H A Delf32-d30v.c517 unsigned int r_type; local
519 r_type = ELF32_R_TYPE (dst->r_info);
520 BFD_ASSERT (r_type < (unsigned int) R_D30V_max);
521 cache_ptr->howto = &elf_d30v_howto_table[r_type];
531 unsigned int r_type; local
533 r_type = ELF32_R_TYPE (dst->r_info);
534 BFD_ASSERT (r_type < (unsigned int) R_D30V_max);
535 cache_ptr->howto = &elf_d30v_howto_table[r_type];
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Delf32-moxie.c133 unsigned int r_type;
135 r_type = ELF32_R_TYPE (dst->r_info);
136 BFD_ASSERT (r_type < (unsigned int) R_MOXIE_max);
137 cache_ptr->howto = & moxie_elf_howto_table [r_type];
225 int r_type;
227 r_type = ELF32_R_TYPE (rel->r_info);
229 howto = moxie_elf_howto_table + r_type;
132 unsigned int r_type; local
222 int r_type; local
H A Delfxx-sparc.c573 _bfd_sparc_elf_info_to_howto_ptr (unsigned int r_type) argument
575 switch (r_type)
593 if (r_type >= (unsigned int) R_SPARC_max_std)
596 (int) r_type);
597 r_type = R_SPARC_NONE;
599 return &_bfd_sparc_elf_howto_table[r_type];
612 unsigned int r_type = SPARC_ELF_R_TYPE (dst->r_info); local
614 cache_ptr->howto = _bfd_sparc_elf_info_to_howto_ptr (r_type);
1282 int r_type, int is_local)
1285 && r_type
1280 sparc_elf_tls_transition(struct bfd_link_info *info, bfd *abfd, int r_type, int is_local) argument
1360 unsigned int r_type; local
1860 unsigned int r_type; local
2899 int r_type, tls_type; local
[all...]
H A Delf32-openrisc.c241 unsigned int r_type; local
243 r_type = ELF32_R_TYPE (dst->r_info);
244 BFD_ASSERT (r_type < (unsigned int) R_OPENRISC_max);
245 cache_ptr->howto = & openrisc_elf_howto_table[r_type];
338 int r_type; local
340 r_type = ELF32_R_TYPE (rel->r_info);
343 if (r_type == R_OPENRISC_GNU_VTINHERIT
344 || r_type == R_OPENRISC_GNU_VTENTRY)
347 if ((unsigned int) r_type >
H A Dcoff-x86_64.c453 #define SELECT_RELOC(x,howto) { x.r_type = howto->type; }
459 ((dst)->r_type < ARRAY_SIZE (howto_table)) \
460 ? howto_table + (dst)->r_type \
499 if (ptr && howto_table[reloc.r_type].pc_relative) \
549 if (rel->r_type >= ARRAY_SIZE (howto_table))
554 howto = howto_table + rel->r_type;
559 if (rel->r_type >= R_AMD64_PCRLONG_1 && rel->r_type <= R_AMD64_PCRLONG_5)
561 *addendp -= (bfd_vma)(rel->r_type - R_AMD64_PCRLONG);
562 rel->r_type
[all...]
H A Dcoff-ppc.c777 (((r->r_type) & IMAGE_REL_PPC_TOCDEFN) == 0) \
1039 unsigned short r_type = EXTRACT_TYPE (rel->r_type);
1040 unsigned short r_flags = EXTRACT_FLAGS(rel->r_type);
1045 /* FIXME: check bounds on r_type */
1046 howto = ppc_coff_howto_table + r_type;
1065 if (r_type == IMAGE_REL_PPC_IMGLUE && h == 0)
1113 switch (r_type)
1117 (_("%B: unsupported relocation type 0x%02x"), input_bfd, r_type);
1642 unsigned short r_type
1032 unsigned short r_type = EXTRACT_TYPE (rel->r_type); local
1635 unsigned short r_type = EXTRACT_TYPE (rel->r_type); local
1809 unsigned short r_type = EXTRACT_TYPE (internal->r_type); local
1848 r_type); local
1877 unsigned short r_type = EXTRACT_TYPE (rel->r_type); local
1920 r_type); local
[all...]
H A Di386lynx.c193 natptr->r_type[0] =
206 natptr->r_type[0] =
228 unsigned int r_type;
235 r_type = (unsigned int) g->howto->type;
279 natptr->r_type[0] =
281 | (r_type << RELOC_EXT_BITS_TYPE_SH_BIG);
288 natptr->r_type[0] =
290 | (r_type << RELOC_EXT_BITS_TYPE_SH_LITTLE);
348 unsigned int r_type;
355 r_type
227 unsigned int r_type; variable
347 unsigned int r_type; variable
[all...]
H A Delf32-d30v.c517 unsigned int r_type; local
519 r_type = ELF32_R_TYPE (dst->r_info);
520 BFD_ASSERT (r_type < (unsigned int) R_D30V_max);
521 cache_ptr->howto = &elf_d30v_howto_table[r_type];
531 unsigned int r_type; local
533 r_type = ELF32_R_TYPE (dst->r_info);
534 BFD_ASSERT (r_type < (unsigned int) R_D30V_max);
535 cache_ptr->howto = &elf_d30v_howto_table[r_type];
H A Dcoff-apollo.c103 apollo_rtype2howto (internal, (relocentry)->r_type)
106 external.r_type = apollo_howto2rtype (internal);
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/include/
H A Dres_update.h42 ns_type r_type; /*%< type number */ member in struct:ns_updrec
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dzfs_rlock.h51 rl_type_t r_type; /* range type */ member in struct:rl
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/include/coff/
H A Dia64.h84 char r_type[2]; member in struct:external_reloc
/netbsd-6-1-5-RELEASE/include/
H A Dres_update.h40 ns_type r_type; /*%< type number */ member in struct:ns_updrec
/netbsd-6-1-5-RELEASE/sys/arch/sparc/include/
H A Dreloc.h126 enum reloc_type r_type:5; /* relocation type, from above */ member in struct:reloc_info_sparc

Completed in 684 milliseconds

1234567891011>>