Searched refs:howto (Results 1 - 25 of 614) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Dcpu-ns32k.c175 reloc_howto_type *howto = reloc_entry->howto; local
210 if (output_bfd != NULL && ! howto->partial_inplace)
223 if (howto->pc_relative)
255 if (howto->pcrel_offset)
261 if (! howto->partial_inplace)
378 if (howto->complain_on_overflow != complain_overflow_dont)
384 if (howto->rightshift > howto->bitpos)
385 check = relocation >> (howto
[all...]
H A Dreloc.c43 @* howto manager::
58 typedef arelent, howto manager, Relocations, Relocations
111 . reloc_howto_type *howto;
151 the howto. For example, on the 68k the code:
233 o <<howto>>
235 The <<howto>> field can be imagined as a
241 but it would be possible to create each howto field on demand.
392 This is used to fill in an empty howto entry in an array.
432 bfd_get_reloc_size (reloc_howto_type *howto) argument
434 switch (howto
585 reloc_howto_type *howto = reloc_entry->howto; local
975 reloc_howto_type *howto = reloc_entry->howto; local
1332 _bfd_final_link_relocate(reloc_howto_type *howto, bfd *input_bfd, asection *input_section, bfd_byte *contents, bfd_vma address, bfd_vma value, bfd_vma addend) argument
1377 _bfd_relocate_contents(reloc_howto_type *howto, bfd *input_bfd, bfd_vma relocation, bfd_byte *location) argument
1553 _bfd_clear_contents(reloc_howto_type *howto, bfd *input_bfd, asection *input_section, bfd_byte *location) argument
[all...]
H A Dnlm32-i386.c112 rel->howto = &nlm_i386_abs_howto;
119 rel->howto = &nlm_i386_pcrel_howto;
122 rel->howto = &nlm_i386_abs_howto;
155 || rel->howto == NULL
156 || rel->howto->rightshift != 0
157 || rel->howto->size != 2
158 || rel->howto->bitsize != 32
159 || rel->howto->bitpos != 0
160 || rel->howto->src_mask != 0xffffffff
161 || rel->howto
[all...]
H A Dcoff-apollo.c53 /* Turn a howto into a reloc number. */
66 case R_RELBYTE: internal->howto = apollocoff_howto_table + 0; break;
67 case R_RELWORD: internal->howto = apollocoff_howto_table + 1; break;
68 case R_RELLONG: internal->howto = apollocoff_howto_table + 2; break;
69 case R_PCRBYTE: internal->howto = apollocoff_howto_table + 3; break;
70 case R_PCRWORD: internal->howto = apollocoff_howto_table + 4; break;
71 case R_PCRLONG: internal->howto = apollocoff_howto_table + 5; break;
72 case R_RELLONG_NEG: internal->howto = apollocoff_howto_table + 6; break;
H A Dcoff-h8500.c74 /* Turn a howto into a reloc number. */
77 coff_h8500_select_reloc (howto)
78 reloc_howto_type *howto;
80 return howto->type;
83 #define SELECT_RELOC(x,howto) x.r_type = coff_h8500_select_reloc(howto)
97 /* Code to turn a r_type into a howto ptr, uses the above howto table. */
110 internal->howto = &r_imm8;
113 internal->howto
[all...]
H A Dnlm32-ppc.c490 rel->howto = nlm_powerpc_howto_table + (l_rtype & 0xff);
492 BFD_ASSERT (rel->howto->name != NULL
494 ? (rel->howto->complain_on_overflow
496 : (rel->howto->complain_on_overflow
498 && ((l_rtype >> 8) & 0x1f) == rel->howto->bitsize - 1);
590 rel->howto = & nlm_powerpc_howto;
671 || rel->howto == NULL
672 || rel->howto->rightshift != 0
673 || rel->howto->size != 2
674 || rel->howto
742 reloc_howto_type *howto; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Dcpu-ns32k.c175 reloc_howto_type *howto = reloc_entry->howto; local
210 if (output_bfd != NULL && ! howto->partial_inplace)
223 if (howto->pc_relative)
255 if (howto->pcrel_offset)
261 if (! howto->partial_inplace)
378 if (howto->complain_on_overflow != complain_overflow_dont)
384 if (howto->rightshift > howto->bitpos)
385 check = relocation >> (howto
[all...]
H A Dreloc.c43 @* howto manager::
58 typedef arelent, howto manager, Relocations, Relocations
111 . reloc_howto_type *howto;
151 the howto. For example, on the 68k the code:
233 o <<howto>>
235 The <<howto>> field can be imagined as a
241 but it would be possible to create each howto field on demand.
392 This is used to fill in an empty howto entry in an array.
432 bfd_get_reloc_size (reloc_howto_type *howto) argument
434 switch (howto
585 reloc_howto_type *howto = reloc_entry->howto; local
975 reloc_howto_type *howto = reloc_entry->howto; local
1332 _bfd_final_link_relocate(reloc_howto_type *howto, bfd *input_bfd, asection *input_section, bfd_byte *contents, bfd_vma address, bfd_vma value, bfd_vma addend) argument
1377 _bfd_relocate_contents(reloc_howto_type *howto, bfd *input_bfd, bfd_vma relocation, bfd_byte *location) argument
1553 _bfd_clear_contents(reloc_howto_type *howto, bfd *input_bfd, asection *input_section, bfd_byte *location) argument
[all...]
H A Dnlm32-i386.c112 rel->howto = &nlm_i386_abs_howto;
119 rel->howto = &nlm_i386_pcrel_howto;
122 rel->howto = &nlm_i386_abs_howto;
155 || rel->howto == NULL
156 || rel->howto->rightshift != 0
157 || rel->howto->size != 2
158 || rel->howto->bitsize != 32
159 || rel->howto->bitpos != 0
160 || rel->howto->src_mask != 0xffffffff
161 || rel->howto
[all...]
H A Dcoff-apollo.c53 /* Turn a howto into a reloc number. */
66 case R_RELBYTE: internal->howto = apollocoff_howto_table + 0; break;
67 case R_RELWORD: internal->howto = apollocoff_howto_table + 1; break;
68 case R_RELLONG: internal->howto = apollocoff_howto_table + 2; break;
69 case R_PCRBYTE: internal->howto = apollocoff_howto_table + 3; break;
70 case R_PCRWORD: internal->howto = apollocoff_howto_table + 4; break;
71 case R_PCRLONG: internal->howto = apollocoff_howto_table + 5; break;
72 case R_RELLONG_NEG: internal->howto = apollocoff_howto_table + 6; break;
H A Dcoff-h8500.c74 /* Turn a howto into a reloc number. */
77 coff_h8500_select_reloc (howto)
78 reloc_howto_type *howto;
80 return howto->type;
83 #define SELECT_RELOC(x,howto) x.r_type = coff_h8500_select_reloc(howto)
97 /* Code to turn a r_type into a howto ptr, uses the above howto table. */
110 internal->howto = &r_imm8;
113 internal->howto
[all...]
H A Dnlm32-ppc.c490 rel->howto = nlm_powerpc_howto_table + (l_rtype & 0xff);
492 BFD_ASSERT (rel->howto->name != NULL
494 ? (rel->howto->complain_on_overflow
496 : (rel->howto->complain_on_overflow
498 && ((l_rtype >> 8) & 0x1f) == rel->howto->bitsize - 1);
590 rel->howto = & nlm_powerpc_howto;
671 || rel->howto == NULL
672 || rel->howto->rightshift != 0
673 || rel->howto->size != 2
674 || rel->howto
742 reloc_howto_type *howto; local
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/emips/emips/
H A Dmachdep.h34 void prom_halt (int howto) __attribute__((__noreturn__));
/netbsd-6-1-5-RELEASE/sys/arch/x68k/stand/libsa/
H A Dparseutils.c74 parseopts(const char *opts, int *howto) argument
90 *howto = tmpopt;
95 parseboot(char *arg, char **filename, int *howto) argument
100 *howto = 0;
129 if (parseopts(opts, howto) == 0)
/netbsd-6-1-5-RELEASE/sys/arch/i386/stand/netboot/
H A Dmain.c65 bootit(const char *filename, int howto) argument
67 if (exec_netbsd(filename, 0, howto, 0, clear_pc_screen) < 0)
133 int howto; local
135 if (parseboot(arg, &filename, &howto))
136 bootit(filename, howto);
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/iq31244/
H A Diq31244_machdep.c54 iq31244_reboot(int howto) argument
58 if ((howto & RB_HALT) == 0) {
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/docs/html/
H A DMakefile10 17_intro/porting-howto.html
13 documentation.html: $(wildcard */howto.html)
17 for i in [0-9]*/howto.html; do \
22 awk -v file=ext/howto.html -v "title=Extensions to the Standard Library"\
23 -f makedoc.awk ext/howto.html >> tmp.middle ;\
35 17_intro/porting-howto.html: 17_intro/porting-howto.xml
/netbsd-6-1-5-RELEASE/sbin/reboot/
H A Dreboot.c71 int ch, howto, lflag, nflag, qflag, sverrno, len; local
80 howto = RB_HALT;
83 howto = RB_HALT | RB_POWERDOWN;
85 howto = 0;
90 howto |= RB_DUMP;
97 howto |= RB_NOSYNC;
102 howto |= RB_POWERDOWN;
108 howto |= AB_VERBOSE;
111 howto |= AB_DEBUG;
114 howto |
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/evbmips/malta/
H A Dmachdep.c245 int howto; local
250 howto = 0;
251 BOOT_FLAG(*cp, howto);
252 if (! howto)
255 boothowto |= howto;
325 cpu_reboot(int howto, char *bootstr) argument
332 howto |= RB_HALT;
338 howto |= RB_HALT;
340 boothowto = howto;
341 if ((howto
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/i386/stand/lib/
H A Dparseutils.c77 parseopts(const char *opts, int *howto) argument
106 *howto = tmpopt;
111 parseboot(char *arg, char **filename, int *howto) argument
116 *howto = 0;
146 if (parseopts(opts, howto) == 0)
/netbsd-6-1-5-RELEASE/sys/arch/hp300/stand/uboot/
H A Duboot.c43 * Boot program... bits in `howto' determine whether boot stops to
95 howto = 0;
96 getbootdev(&howto);
99 exec_hp300(name, (u_long)lowram, howto);
105 getbootdev(int *howto) argument
125 BOOT_FLAG(c, *howto);
/netbsd-6-1-5-RELEASE/sys/arch/mvme68k/stand/libsa/
H A Dparse_args.c44 int howto = 0, part = 0; local
75 BOOT_FLAG(c, howto);
78 *flagp = howto;
/netbsd-6-1-5-RELEASE/sys/arch/mvmeppc/stand/libsa/
H A Dparse_args.c44 int howto = 0, part = 0; local
75 BOOT_FLAG(c, howto);
78 *flagp = howto;
/netbsd-6-1-5-RELEASE/sys/arch/zaurus/stand/zboot/
H A Dboot.c86 static int exec_netbsd(const char *file, int howto);
250 bootit(const char *filename, int howto, int tell) argument
255 if (howto)
256 printf(" (howto 0x%x)", howto);
260 if (exec_netbsd(filename, howto) < 0) {
269 exec_netbsd(const char *file, int howto) argument
275 bi_howto.howto = howto;
294 static int parseopts(const char *opts, int *howto);
339 int howto; local
454 parseopts(const char *opts, int *howto) argument
476 parseboot(char *arg, char **filename, int *howto) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/landisk/stand/boot/
H A Dboot2.c80 void bootit(const char *filename, int howto, int tell);
84 int exec_netbsd(const char *file, int howto);
87 static int parseopts(const char *opts, int *howto);
88 static int parseboot(char *arg, char **filename, int *howto);
193 bootit(const char *filename, int howto, int tell) argument
198 if (howto)
199 printf(" (howto 0x%x)", howto);
203 if (exec_netbsd(filename, howto) < 0) {
267 exec_netbsd(const char *file, int howto) argument
366 int howto; local
451 parseopts(const char *opts, int *howto) argument
473 parseboot(char *arg, char **filename, int *howto) argument
[all...]

Completed in 302 milliseconds

1234567891011>>