Searched refs:r_type (Results 101 - 125 of 139) sorted by relevance

123456

/haiku-fatelf/src/bin/gdb/bfd/
H A Delfxx-mips.c2726 /* Returns the first relocation of type r_type found, beginning with
2730 mips_elf_next_relocation (bfd *abfd ATTRIBUTE_UNUSED, unsigned int r_type,
2736 if (ELF_R_TYPE (abfd, relocation->r_info) == r_type)
3010 int r_type;
3019 r_type = ELF_R_TYPE (input_bfd, relocation->r_info);
3097 if (r_type != R_MIPS_HI16 && r_type != R_MIPS_LO16)
3157 if (r_type != R_MIPS16_26 && !info->relocatable
3178 else if (r_type == R_MIPS16_26 && !info->relocatable
3215 && (((r_type
2716 mips_elf_next_relocation(bfd *abfd ATTRIBUTE_UNUSED, unsigned int r_type, const Elf_Internal_Rela *relocation, const Elf_Internal_Rela *relend) argument
2993 int r_type; local
3586 int r_type = ELF_R_TYPE (input_bfd, relocation->r_info); local
3789 int r_type; local
5212 unsigned int r_type; local
5516 unsigned int r_type; local
6155 unsigned int r_type = ELF_R_TYPE (output_bfd, rel->r_info); local
[all...]
H A Delf-m10300.c671 unsigned int r_type; local
673 r_type = ELF32_R_TYPE (dst->r_info);
674 BFD_ASSERT (r_type < (unsigned int) R_MN10300_MAX);
675 cache_ptr->howto = &elf_mn10300_howto_table[r_type];
994 unsigned long r_type = howto->type; local
1009 switch (r_type)
1027 switch (r_type)
1354 if (r_type == R_MN10300_GOT32)
1359 else if (r_type == R_MN10300_GOT24)
1369 else if (r_type
1411 int r_type; local
1749 long r_type; local
[all...]
H A Delf32-m68hc1x.c422 unsigned int r_type, r_indx; local
430 r_type = ELF32_R_TYPE (irela->r_info);
433 if (r_type != (unsigned int) R_M68HC11_16)
1018 int r_type; local
1033 r_type = ELF32_R_TYPE (rel->r_info);
1035 if (r_type == R_M68HC11_GNU_VTENTRY
1036 || r_type == R_M68HC11_GNU_VTINHERIT )
1067 switch (r_type)
1076 r_type = R_M68HC11_NONE;
1163 if (r_type !
[all...]
H A Dcoff64-rs6000.c224 internal.r_type = howto->type; \
700 dst->r_type = bfd_get_8 (abfd, src->r_type);
714 bfd_put_8 (abfd, src->r_type, dst->r_type);
1214 if (rel->r_type == R_REF)
1218 howto.type = rel->r_type;
1293 if (rel->r_type >= XCOFF_MAX_CALCULATE_RELOCATION
1294 || !((*xcoff64_calculate_relocation[rel->r_type])
1346 sprintf (reloc_type_name, "0x%02x", rel->r_type);
[all...]
H A Delf32-frv.c1778 unsigned int r_type;
1780 r_type = ELF32_R_TYPE (dst->r_info);
1781 switch (r_type)
1792 cache_ptr->howto = & elf32_frv_howto_table [r_type];
1802 unsigned int r_type;
1804 r_type = ELF32_R_TYPE (dst->r_info);
1805 switch (r_type)
1934 int r_type;
1939 r_type = ELF32_R_TYPE (rel->r_info);
1941 if ( r_type
1777 unsigned int r_type; local
1801 unsigned int r_type; local
1931 int r_type; local
[all...]
H A Delf-m10200.c218 unsigned int r_type; local
220 r_type = ELF32_R_TYPE (dst->r_info);
221 BFD_ASSERT (r_type < (unsigned int) R_MN10200_MAX);
222 cache_ptr->howto = &elf_mn10200_howto_table[r_type];
243 unsigned long r_type = howto->type; local
246 switch (r_type)
357 int r_type;
367 r_type = ELF32_R_TYPE (rel->r_info);
368 howto = elf_mn10200_howto_table + r_type;
356 int r_type; local
H A Dcoff-i960.c94 if (ptr && (reloc.r_type == 25 || reloc.r_type == 27)) \
304 switch ((dst)->r_type) { \
416 switch (rel->r_type)
H A Dxcoff-target.h27 internal.r_type = howto->type; \
H A Dcoff-w65.c54 { x.r_type = select_reloc(howto); }
74 /* Code to turn a r_type into a howto ptr, uses the above howto table. */
81 internal->howto = howto_table + dst->r_type - 1;
H A Dcoff-z8k.c77 #define SELECT_RELOC(x,howto) x.r_type = coff_z8k_select_reloc(howto)
90 /* Code to turn a r_type into a howto ptr, uses the above howto table. */
95 switch (dst->r_type)
H A Daout-tic30.c213 *r_extern = (0 != (relocs->r_type[0] & RELOC_STD_BITS_EXTERN_BIG));
214 r_pcrel_done = (0 != (relocs->r_type[0] & RELOC_STD_BITS_PCREL_BIG));
215 r_length = ((relocs->r_type[0] & RELOC_STD_BITS_LENGTH_BIG) >> RELOC_STD_BITS_LENGTH_SH_BIG);
220 *r_extern = (0 != (relocs->r_type[0] & RELOC_STD_BITS_EXTERN_LITTLE));
221 r_pcrel_done = (0 != (relocs->r_type[0] & RELOC_STD_BITS_PCREL_LITTLE));
222 r_length = ((relocs->r_type[0] & RELOC_STD_BITS_LENGTH_LITTLE) >> RELOC_STD_BITS_LENGTH_SH_LITTLE);
H A Delf32-msp430.c209 unsigned int r_type; local
211 r_type = ELF32_R_TYPE (dst->r_info);
212 BFD_ASSERT (r_type < (unsigned int) R_MSP430_max);
213 cache_ptr->howto = &elf_msp430_howto_table[r_type];
450 int r_type; local
454 r_type = ELF32_R_TYPE (rel->r_info);
H A Delf64-sparc.c2039 int r_type;
2050 r_type = ELF64_R_TYPE_ID (rel->r_info);
2051 if (r_type < 0 || r_type >= (int) R_SPARC_max_std)
2056 howto = sparc64_elf_howto_table + r_type;
2095 switch (r_type)
2183 switch (r_type)
2186 if (outrel.r_offset & 1) r_type = R_SPARC_UA16;
2189 if (!(outrel.r_offset & 1)) r_type = R_SPARC_16;
2192 if (outrel.r_offset & 3) r_type
2031 int r_type; local
[all...]
H A Dpdp11.c2041 int r_type;
2051 r_type = RABS;
2053 r_type = RTEXT;
2055 r_type = RDATA;
2057 r_type = RBSS;
2059 r_type = REXT;
2061 r_type = REXT;
2063 r_type = -1;
2065 BFD_ASSERT (r_type != -1);
2067 if (r_type
2035 int r_type; local
4542 int r_type; local
[all...]
H A Delf64-mmix.c1229 unsigned int r_type; local
1231 r_type = ELF64_R_TYPE (dst->r_info);
1232 BFD_ASSERT (r_type < (unsigned int) R_MMIX_max);
1233 cache_ptr->howto = &elf_mmix_howto_table[r_type];
1362 int r_type;
1365 r_type = ELF64_R_TYPE (rel->r_info);
1367 if (r_type == R_MMIX_GNU_VTINHERIT
1368 || r_type == R_MMIX_GNU_VTENTRY)
1397 if (r_type == R_MMIX_PUSHJ_STUBBABLE)
1361 int r_type; local
H A Delf32-i860.c1088 int r_type;
1090 r_type = ELF32_R_TYPE (rel->r_info);
1093 if ( r_type == R_860_GNU_VTINHERIT
1094 || r_type == R_860_GNU_VTENTRY)
1125 switch (r_type)
1086 int r_type; local
H A Dpeicode.h159 reloc_dst->r_type = H_GET_16 (abfd, reloc_src->r_type);
177 H_PUT_16 (abfd, reloc_src->r_type, reloc_dst->r_type);
490 internal->r_type = entry->howto->type;
H A Dcoff-rs6000.c85 internal.r_type = howto->type; \
1005 if (internal->r_type > R_RBRC)
1009 relent->howto = &xcoff_howto_table[internal->r_type];
1014 if (R_BA == internal->r_type)
1016 else if (R_RBR == internal->r_type)
1018 else if (R_RBA == internal->r_type)
2709 dst->r_type = bfd_get_8 (abfd, src->r_type);
2723 bfd_put_8 (abfd, src->r_type, dst->r_type);
[all...]
H A Delf32-ip2k.c1326 unsigned int r_type; local
1328 r_type = ELF32_R_TYPE (dst->r_info);
1329 switch (r_type)
1332 cache_ptr->howto = & ip2k_elf_howto_table [r_type];
1503 int r_type; local
1506 r_type = ELF32_R_TYPE (rel->r_info);
H A Dcoff-tic80.c432 /* Code to turn an external r_type into a pointer to an entry in the howto_table.
433 If passed an r_type we don't recognize the abort rather than silently failing
445 if (tic80_howto_table[i].type == dst->r_type)
453 (unsigned int) dst->r_type);
/haiku-fatelf/src/bin/network/tcpdump/libpcap/Win32/Include/arpa/
H A Dnameser.h298 int16_t r_type; /* type number */ member in struct:rrec
/haiku-fatelf/src/bin/network/tcpdump/
H A Dnameser.h255 int16_t r_type; /* type number */ member in struct:rrec
/haiku-fatelf/src/bin/unzip/
H A Dtimezone.c140 switch (rulep->r_type) {
353 rulep->r_type = JULIAN_DAY;
360 rulep->r_type = MONTH_NTH_DAY_OF_WEEK;
377 rulep->r_type = DAY_OF_YEAR;
/haiku-fatelf/src/bin/gdb/include/coff/
H A Dti.h449 char r_type[2]; member in struct:external_reloc_v0
457 char r_type[2]; member in struct:external_reloc
/haiku-fatelf/src/kits/network/libbind/resolv/
H A Dres_mkupdate.c130 rtype = rrecp->r_type;
190 if (numrrs != 1 || rrecp->r_type != T_SOA)
209 switch (rrecp->r_type) {
248 if (rrecp->r_type == T_SOA) {
930 rrecp->r_type = (ns_type)type;

Completed in 308 milliseconds

123456