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

123456

/haiku-fatelf/src/bin/gdb/include/coff/
H A Dh8500.h37 char r_type[2]; member in struct:external_reloc
H A Dw65.h37 char r_type[2]; member in struct:external_reloc
H A Dpowerpc.h53 char r_type[2]; member in struct:external_reloc
H A Dtic30.h37 char r_type[2]; member in struct:external_reloc
H A Dz8k.h42 char r_type[2]; member in struct:external_reloc
H A Dsh.h56 char r_type[2]; member in struct:external_reloc
64 char r_type[2]; member in struct:external_reloc
H A Dmipspe.h45 char r_type[2]; member in struct:external_reloc
H A Da29k.h94 char r_type[2]; /* relocation type */ member in struct:external_reloc
129 relocation records are written. The first has an r_type of R_IHIHALF
131 record has an r_type of R_IHCONST (34 octal), a normal r_vaddr (which
H A Dh8300.h45 char r_type[2]; member in struct:external_reloc
H A Di386.h66 char r_type[2]; member in struct:external_reloc
H A Di860.h53 char r_type[2]; member in struct:external_reloc
H A Dm68k.h67 char r_type[2]; member in struct:external_reloc
H A Dmcore.h64 char r_type [2]; member in struct:external_reloc
H A Dwe32k.h55 char r_type[2]; member in struct:external_reloc
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.h83 char r_type[2]; member in struct:external_reloc
/haiku-fatelf/src/bin/gdb/bfd/
H A Daout-cris.c160 unsigned int r_type; local
167 r_type = (unsigned int) g->howto->type;
205 if (r_type > 2)
208 bfd_get_filename (abfd), r_type); local
217 natptr->r_type[0] =
219 | (r_type << RELOC_EXT_BITS_TYPE_SH_LITTLE);
236 unsigned int r_type; local
245 r_extern = (0 != (bytes->r_type[0] & RELOC_EXT_BITS_EXTERN_LITTLE));
246 r_type = ((bytes->r_type[
[all...]
H A Delfarm-oabi.c356 find_howto (r_type)
357 unsigned int r_type;
362 if (elf32_arm_howto_table [i].type == r_type)
374 unsigned int r_type; local
376 r_type = ELF32_R_TYPE (elf_reloc->r_info);
378 if (r_type <= R_ARM_GNU_VTINHERIT)
379 bfd_reloc->howto = & elf32_arm_howto_table[r_type];
381 bfd_reloc->howto = find_howto (r_type);
H A Delf-hppa.h1333 int r_type; local
1347 r_type = ELF_R_TYPE (rel->r_info);
1348 if (r_type < 0 || r_type >= (int) R_PARISC_UNIMPLEMENTED)
1533 unsigned int r_type = howto->type; local
1539 switch (r_type)
1571 if (r_type == R_PARISC_PCREL21L)
1573 else if (r_type == R_PARISC_PCREL14F
1574 || r_type == R_PARISC_PCREL16F
1575 || r_type
2073 elf_hppa_relocate_insn(int insn, int sym_value, unsigned int r_type) argument
[all...]
H A Dcoff-we32k.c58 #define SELECT_RELOC(x,howto) { x.r_type = howto->type; }
63 (cache_ptr)->howto = howto_table + (dst)->r_type;
H A Dnlm32-alpha.c425 int r_type, r_extern, r_offset, r_size;
438 r_type = ((ext.r_bits[0] & RELOC_BITS0_TYPE_LITTLE)
464 BFD_ASSERT (r_type == ALPHA_R_NW_RELOC || sym == NULL);
465 if (r_type == ALPHA_R_NW_RELOC
466 || r_type == ALPHA_R_GPDISP
467 || r_type == ALPHA_R_IGNORE)
494 if (r_type == ALPHA_R_NW_RELOC
507 BFD_ASSERT ((r_type >= 0 && r_type <= ALPHA_R_GPVALUE)
508 || r_type
423 int r_type, r_extern, r_offset, r_size; local
681 int r_type, r_extern, r_offset, r_size; local
[all...]
H A Dcoff-ppc.c800 (((r->r_type) & IMAGE_REL_PPC_TOCDEFN) == 0) \
1038 unsigned short r_type;
1041 r_type = reloc_entry->howto->type;
1054 if (r_type == IMAGE_REL_PPC_REFHI)
1062 if ((part1_consth_active) && (r_type != IMAGE_REL_PPC_PAIR))
1120 unsigned short r_type = EXTRACT_TYPE (rel->r_type);
1121 unsigned short r_flags = EXTRACT_FLAGS(rel->r_type);
1126 /* FIXME: check bounds on r_type */
1127 howto = ppc_coff_howto_table + r_type;
1113 unsigned short r_type = EXTRACT_TYPE (rel->r_type); local
1725 unsigned short r_type = EXTRACT_TYPE (rel->r_type); local
1948 unsigned short r_type = EXTRACT_TYPE (internal->r_type); local
2017 unsigned short r_type = EXTRACT_TYPE (rel->r_type); local
[all...]
H A Delf32-arc.c147 unsigned int r_type; local
149 r_type = ELF32_R_TYPE (dst->r_info);
150 BFD_ASSERT (r_type < (unsigned int) R_ARC_max);
151 cache_ptr->howto = &elf_arc_howto_table[r_type];
H A Dpe-mips.c373 #define SELECT_RELOC(x,howto) { x.r_type = howto->type; }
378 (cache_ptr)->howto = howto_table + (dst)->r_type;
409 if (ptr && howto_table[reloc.r_type].pc_relative) \
427 howto = howto_table + rel->r_type;
481 if (rel->r_type == MIPS_R_RVA)
549 reloc_dst->r_type = H_GET_16 (abfd, reloc_src->r_type);
554 switch (reloc_dst->r_type)
580 switch (reloc_src->r_type)
595 H_PUT_16 (abfd, MIPS_R_PAIR, reloc_dst->r_type);
[all...]
/haiku-fatelf/src/libs/compat/freebsd_network/compat/sys/
H A Drman.h53 int r_type; member in struct:resource

Completed in 115 milliseconds

123456