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

123456

/haiku-fatelf/src/bin/gdb/bfd/
H A Delf32-m68hc11.c367 unsigned int r_type; local
369 r_type = ELF32_R_TYPE (dst->r_info);
370 BFD_ASSERT (r_type < (unsigned int) R_M68HC11_max);
371 cache_ptr->howto = &elf_m68hc11_howto_table[r_type];
H A Delf32-h8300.c310 elf32_h8_final_link_relocate (unsigned long r_type, bfd *input_bfd, argument
321 switch (r_type)
421 unsigned int r_type;
431 r_type = ELF32_R_TYPE (rel->r_info);
451 r = elf32_h8_final_link_relocate (r_type, input_bfd, output_bfd,
420 unsigned int r_type; local
H A Dcoff-tic54x.c262 /* Code to turn a r_type into a howto ptr, uses the above howto table.
275 if (tic54x_howto_table[i].type == dst->r_type)
283 (unsigned int) dst->r_type);
398 /* Fill in the relent->howto field from reloc->r_type. */
H A Driscix.c380 natptr->r_type[0] =
391 natptr->r_type[0] =
H A Dcoffswap.h247 reloc_dst->r_type = H_GET_16 (abfd, reloc_src->r_type);
264 H_PUT_16 (abfd, reloc_src->r_type, reloc_dst->r_type);
H A Dxcofflink.c1419 && rel->r_type == R_POS
1971 && (rel->r_type == R_BR
1972 || rel->r_type == R_RBR)
2436 switch (rel->r_type)
5133 && (irel->r_type == R_TOC
5134 || irel->r_type == R_GL
5135 || irel->r_type == R_TCL
5136 || irel->r_type == R_TRL
5137 || irel->r_type == R_TRLA))
5249 switch (irel->r_type)
[all...]
H A Dcoff-h8300.c284 { x.r_type = select_reloc (howto); }
304 /* Code to turn a r_type into a howto ptr, uses the above howto table. */
309 switch (dst->r_type)
H A Dhp300hpux.c660 switch (bytes->r_type[0])
H A Dcoffcode.h2592 n.r_type = q->howto->type;
5013 and 960 use the @code{r_type} to directly produce an index
5015 @code{r_type} field and creates an addend field.
5121 /* Fill in the cache_ptr->howto field from dst.r_type. */
5129 abfd, dst.r_type, (long) dst.r_vaddr);
H A Decoff.c2798 in.r_type = reloc->howto->type;
4735 in.r_type = rel.howto->type;
H A Dcofflink.c2814 irel->r_type = howto->type;
/haiku-fatelf/src/bin/gdb/include/coff/
H A Dinternal.h600 unsigned short r_type; /* Relocation type */ member in struct:internal_reloc
/haiku-fatelf/src/system/libroot/posix/time/
H A Dlocaltime_fading_out.c124 int r_type; /* type of rule--see below */ member in struct:rule
756 rulep->r_type = JULIAN_DAY;
763 rulep->r_type = MONTH_NTH_DAY_OF_WEEK;
780 rulep->r_type = DAY_OF_YEAR;
815 switch (rulep->r_type) {
/haiku-fatelf/src/libs/compat/freebsd_network/
H A Dbus.cpp186 res->r_type = type;
194 if (res->r_type != type)

Completed in 227 milliseconds

123456