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

123456

/haiku-fatelf/src/bin/gdb/include/coff/
H A Dor32.h119 char r_type[2]; /* relocation type */ member in struct:external_reloc
149 relocation records are written. The first has an r_type of R_IHIHALF
151 record has an r_type of R_IHCONST (34 octal), a normal r_vaddr (which
H A Di960.h285 char r_type[2]; member in struct:external_reloc
289 /* r_type values for the i960. */
H A Dm88k.h189 char r_type[2]; member in struct:external_reloc
H A Drs6000.h208 char r_type[1]; member in struct:external_reloc
H A Drs6k64.h209 char r_type[1]; member in struct:external_reloc
/haiku-fatelf/src/bin/gdb/include/elf/
H A Dmips.h731 unsigned char r_type[1];
747 unsigned char r_type;
765 unsigned char r_type[1];
783 unsigned char r_type;
723 unsigned char r_type[1]; member in struct:__anon4114
739 unsigned char r_type; member in struct:__anon4115
757 unsigned char r_type[1]; member in struct:__anon4116
775 unsigned char r_type; member in struct:__anon4117
/haiku-fatelf/src/bin/gdb/bfd/
H A Delf32-cr16c.c166 unsigned int r_type = ELF32_R_TYPE (dst->r_info); local
168 BFD_ASSERT (r_type < (unsigned int) RINDEX_16C_MAX);
169 cache_ptr->howto = &elf_howto_table[r_type];
191 unsigned short r_type; local
206 r_type = reloc_map_index[howto->type].cr_reloc_type;
207 format = r_type & R_FORMAT;
208 size = r_type & R_SIZESP;
209 addr_type = r_type & R_ADDRTYPE;
395 switch ((r_type & R_RELTO) >> 4)
680 int r_type; local
[all...]
H A Delf32-pj.c197 enum elf_pj_reloc_type r_type; local
201 r_type = (enum elf_pj_reloc_type) reloc_entry->howto->type;
221 switch (r_type)
H A Delf32-vax.c1455 int r_type;
1464 r_type = ELF32_R_TYPE (rel->r_info);
1465 if (r_type < 0 || r_type >= (int) R_VAX_max)
1470 howto = howto_table + r_type;
1495 && ((r_type == R_VAX_PLT32
1498 || (r_type == R_VAX_GOT32
1516 && (r_type == R_VAX_8
1517 || r_type == R_VAX_16
1518 || r_type
1454 int r_type; local
[all...]
H A Delf64-mips.c1269 dst->r_type = H_GET_8 (abfd, src->r_type);
1284 dst->r_type = H_GET_8 (abfd, src->r_type);
1299 H_PUT_8 (abfd, src->r_type, dst->r_type);
1313 H_PUT_8 (abfd, src->r_type, dst->r_type);
1330 dst[0].r_info = ELF64_R_INFO (mirel.r_sym, mirel.r_type);
1353 dst[0].r_info = ELF64_R_INFO (mirela.r_sym, mirela.r_type);
1875 mips_elf64_rtype_to_howto(unsigned int r_type, bfd_boolean rela_p) argument
[all...]
H A Delf32-hppa.c141 #define IS_ABSOLUTE_RELOC(r_type) 1
566 unsigned int r_type; local
587 r_type = ELF32_R_TYPE (rel->r_info);
593 if (r_type == (unsigned int) R_PARISC_PCREL17F)
597 else if (r_type == (unsigned int) R_PARISC_PCREL12F)
1074 unsigned int r_symndx, r_type; local
1086 r_type = ELF32_R_TYPE (rel->r_info);
1088 switch (r_type)
1178 elf_hppa_howto_table[r_type].name);
1198 elf_hppa_howto_table[r_type]
1529 unsigned int r_type; local
2704 unsigned int r_type, r_indx; local
3046 unsigned int r_type = ELF32_R_TYPE (rel->r_info); local
3385 unsigned int r_type; local
[all...]
H A Dcoff-alpha.c546 intern->r_type = ((ext->r_bits[0] & RELOC_BITS0_TYPE_LITTLE)
555 if (intern->r_type == ALPHA_R_LITUSE
556 || intern->r_type == ALPHA_R_GPDISP)
567 else if (intern->r_type == ALPHA_R_IGNORE)
592 if (intern->r_type == ALPHA_R_LITUSE
593 || intern->r_type == ALPHA_R_GPDISP)
598 else if (intern->r_type == ALPHA_R_IGNORE
619 ext->r_bits[0] = ((intern->r_type << RELOC_BITS0_TYPE_SH_LITTLE)
639 if (intern->r_type > ALPHA_R_GPVALUE)
642 switch (intern->r_type)
1512 int r_type; local
[all...]
H A Delf32-m68k.c1363 int r_type;
1373 r_type = ELF32_R_TYPE (rel->r_info);
1374 if (r_type < 0 || r_type >= (int) R_68K_max)
1379 howto = howto_table + r_type;
1404 switch (r_type)
1509 if (r_type == R_68K_GOT8O
1510 || r_type == R_68K_GOT16O
1511 || r_type == R_68K_GOT32O)
1591 && ((r_type !
1362 int r_type; local
[all...]
H A Delf32-avr.c392 unsigned int r_type; local
394 r_type = ELF32_R_TYPE (dst->r_info);
395 BFD_ASSERT (r_type < (unsigned int) R_AVR_max);
396 cache_ptr->howto = &elf_avr_howto_table[r_type];
740 int r_type; local
743 r_type = ELF32_R_TYPE (rel->r_info);
H A Dcoff-ia64.c49 (cache_ptr)->howto = howto_table + (dst)->r_type;
H A Delf32-mips.c1101 mips_elf32_rtype_to_howto (unsigned int r_type, argument
1104 switch (r_type)
1119 BFD_ASSERT (r_type < (unsigned int) R_MIPS_max);
1120 return &elf_mips_howto_table_rel[r_type];
1129 unsigned int r_type; local
1131 r_type = ELF32_R_TYPE (dst->r_info);
1132 cache_ptr->howto = mips_elf32_rtype_to_howto (r_type, FALSE);
1139 && (r_type == (unsigned int) R_MIPS_GPREL16
1140 || r_type == (unsigned int) R_MIPS_LITERAL))
H A Delf32-or32.c236 unsigned int r_type; local
238 r_type = ELF32_R_TYPE (dst->r_info);
239 BFD_ASSERT (r_type < (unsigned int) R_OR32_max);
240 cache_ptr->howto = &elf_or32_howto_table[r_type];
H A Delf32-xstormy16.c350 unsigned int r_type = ELF32_R_TYPE (dst->r_info);
352 if (r_type <= (unsigned int) R_XSTORMY16_12)
353 cache_ptr->howto = &xstormy16_elf_howto_table [r_type];
354 else if (r_type - R_XSTORMY16_GNU_VTINHERIT
357 = &xstormy16_elf_howto_table2 [r_type - R_XSTORMY16_GNU_VTINHERIT];
827 int r_type;
829 r_type = ELF32_R_TYPE (rel->r_info);
831 if ( r_type == R_XSTORMY16_GNU_VTINHERIT
832 || r_type == R_XSTORMY16_GNU_VTENTRY)
349 unsigned int r_type = ELF32_R_TYPE (dst->r_info); local
824 int r_type; local
H A Delf32-v850.c614 unsigned int r_type;
616 r_type = ELF32_R_TYPE (dst->r_info);
617 BFD_ASSERT (r_type < (unsigned int) R_V850_max);
618 cache_ptr->howto = &v850_elf_howto_table[r_type];
628 unsigned int r_type;
630 r_type = ELF32_R_TYPE (dst->r_info);
631 BFD_ASSERT (r_type < (unsigned int) R_V850_max);
632 cache_ptr->howto = &v850_elf_howto_table[r_type];
654 enum v850_reloc_type r_type;
683 r_type
612 unsigned int r_type; local
626 unsigned int r_type; local
651 enum v850_reloc_type r_type; local
1461 unsigned int r_type = howto->type; local
1658 int r_type; local
[all...]
H A Dcoff-h8500.c82 #define SELECT_RELOC(x,howto) x.r_type = coff_h8500_select_reloc(howto)
96 /* Code to turn a r_type into a howto ptr, uses the above howto table. */
103 switch (dst->r_type)
H A Dcoff-sparc.c185 BFD_ASSERT (dst->r_type < (unsigned int) R_SPARC_max);
186 cache_ptr->howto = &coff_sparc_howto_table[dst->r_type];
H A Dcoff-tic4x.c150 /* Code to turn a r_type into a howto ptr, uses the above howto table.
163 if (tic4x_howto_table[i].type == dst->r_type)
171 (unsigned int) dst->r_type);
249 /* Fill in the relent->howto field from reloc->r_type. */
H A Dcoff-arm.c573 (dst)->r_type < NUM_RELOCS \
574 ? aoutarm_std_reloc_howto + (dst)->r_type \
590 if (rel->r_type >= NUM_RELOCS)
593 howto = aoutarm_std_reloc_howto + rel->r_type;
595 if (rel->r_type == ARM_RVA32)
905 #define SELECT_RELOC(x,howto) { x.r_type = howto->type; }
1258 if (rel->r_type == ARM_26
1748 && (rel->r_type == ARM_32 || rel->r_type == ARM_RVA32))
2118 unsigned short r_type
2116 unsigned short r_type = rel->r_type; local
[all...]
/haiku-fatelf/src/bin/gdb/include/aout/
H A Daout64.h356 bfd_byte r_type[1]; /* Relocation type. */
416 bfd_byte r_type[1]; /* Relocation type. */
511 enum reloc_type r_type; /* Relocation type. */
354 bfd_byte r_type[1]; /* Relocation type. */ member in struct:reloc_std_external
414 bfd_byte r_type[1]; /* Relocation type. */ member in struct:reloc_ext_external
509 enum reloc_type r_type; /* Relocation type. */ member in struct:reloc_internal
H A Dhp300hpux.h39 unsigned char r_type[1]; /* relocation type */ member in struct:hp300hpux_reloc

Completed in 225 milliseconds

123456