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

1234567

/freebsd-10.1-release/sys/boot/i386/libi386/
H A Dbootinfo.c44 int howto; local
50 howto = 0;
60 howto |= RB_ASKNAME;
63 howto |= RB_CDROM;
66 howto |= RB_KDB;
69 howto |= RB_MULTIPLE;
72 howto |= RB_MUTE;
75 howto |= RB_GDB;
78 howto |= RB_SERIAL;
81 howto |
135 bi_setboothowto(int howto) argument
[all...]
/freebsd-10.1-release/sys/boot/userboot/userboot/
H A Dbootinfo.c44 int howto; local
50 howto = 0;
60 howto |= RB_ASKNAME;
63 howto |= RB_CDROM;
66 howto |= RB_KDB;
69 howto |= RB_MULTIPLE;
72 howto |= RB_MUTE;
75 howto |= RB_GDB;
78 howto |= RB_SERIAL;
81 howto |
135 bi_setboothowto(int howto) argument
[all...]
H A Dlibuserboot.h63 void bi_setboothowto(int howto);
/freebsd-10.1-release/contrib/binutils/bfd/
H A Dreloc.c42 @* howto manager::
57 typedef arelent, howto manager, Relocations, Relocations
110 . reloc_howto_type *howto;
150 the howto. For example, on the 68k the code:
232 o <<howto>>
234 The <<howto>> field can be imagined as a
240 but it would be possible to create each howto field on demand.
394 This is used to fill in an empty howto entry in an array.
434 bfd_get_reloc_size (reloc_howto_type *howto) argument
436 switch (howto
587 reloc_howto_type *howto = reloc_entry->howto; local
977 reloc_howto_type *howto = reloc_entry->howto; local
1334 _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
1379 _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, bfd_byte *location) argument
[all...]
H A Dcoff-i386.c111 reloc_howto_type *howto = reloc_entry->howto; local
114 PE and non-PE formats, but they are off by 1 << howto->size
120 if (howto->pc_relative && howto->pcrel_offset)
121 diff = -(1 << howto->size);
134 if (reloc_entry->howto->type == R_IMAGEBASE
141 x = ((x & ~howto->dst_mask) | (((x & howto->src_mask) + diff) & howto
145 reloc_howto_type *howto = reloc_entry->howto; local
450 reloc_howto_type *howto; local
[all...]
H A Dcoff-x86_64.c103 reloc_howto_type *howto = reloc_entry->howto; local
106 PE and non-PE formats, but they are off by 1 << howto->size
112 if(howto->pc_relative && howto->pcrel_offset)
113 diff = -(1 << howto->size);
126 if (reloc_entry->howto->type == R_AMD64_IMAGEBASE
133 x = ((x & ~howto->dst_mask) | (((x & howto->src_mask) + diff) & howto
137 reloc_howto_type *howto = reloc_entry->howto; local
187 in_reloc_p(bfd *abfd ATTRIBUTE_UNUSED, reloc_howto_type *howto) argument
540 reloc_howto_type *howto; local
[all...]
H A Dpe-mips.c90 x = ((x & ~howto->dst_mask) | (((x & howto->src_mask) + (diff >> howto->rightshift)) & howto->dst_mask))
94 reloc_howto_type *howto = reloc_entry->howto; local
97 switch (howto->size)
140 in_reloc_p (bfd * abfd ATTRIBUTE_UNUSED, reloc_howto_type *howto) argument
142 return ! howto->pc_relative && howto
391 reloc_howto_type *howto; local
627 reloc_howto_type *howto; local
[all...]
H A Daout-arm.c146 reloc_howto_type *howto,
155 r_length = howto->size;
158 if (howto->type == 3 || howto->type == 7)
161 r_pcrel = howto->type & 4; /* PC Relative done? */
162 r_neg = howto->type & 8; /* Negative relocation. */
192 MY (relocatable_reloc) (reloc_howto_type *howto,
198 if (howto->type == 3)
216 else if (howto->type == 7)
288 reloc_entry->howto
141 put_reloc(bfd *abfd, int r_extern, int r_index, bfd_vma value, reloc_howto_type *howto, struct reloc_std_external *reloc) argument
191 relocatable_reloc(reloc_howto_type *howto, bfd *abfd, struct reloc_std_external *reloc, bfd_vma *amount, bfd_vma r_addr) argument
[all...]
H A Delf32-gen.c49 bfd_reloc->howto = &dummy;
57 bfd_reloc->howto = &dummy;
H A Delf64-gen.c49 bfd_reloc->howto = &dummy;
57 bfd_reloc->howto = &dummy;
H A Dcoff-ia64.c49 (cache_ptr)->howto = howto_table + (dst)->r_type;
58 in_reloc_p(abfd, howto)
60 reloc_howto_type *howto ATTRIBUTE_UNUSED;
H A Dcoff-ppc.c367 static bfd_boolean in_reloc_p PARAMS((bfd *abfd, reloc_howto_type *howto));
973 static bfd_boolean in_reloc_p(abfd, howto)
975 reloc_howto_type *howto;
978 (! howto->pc_relative)
979 && (howto->type != IMAGE_REL_PPC_ADDR32NB)
980 && (howto->type != IMAGE_REL_PPC_TOCREL16)
981 && (howto->type != IMAGE_REL_PPC_IMGLUE)
982 && (howto->type != IMAGE_REL_PPC_IFGLUE)
983 && (howto->type != IMAGE_REL_PPC_SECREL)
984 && (howto
1005 reloc_howto_type *howto = 0; local
1814 reloc_howto_type *howto; local
1872 reloc_howto_type *howto; local
[all...]
H A Dxcoff-target.h25 #define SELECT_RELOC(internal, howto) \
27 internal.r_type = howto->type; \
29 ((howto->complain_on_overflow == complain_overflow_signed \
32 | (howto->bitsize - 1)); \
/freebsd-10.1-release/sys/boot/powerpc/ofw/
H A Dmetadata.c47 int howto; local
52 howto = 0;
62 howto |= RB_ASKNAME;
65 howto |= RB_CDROM;
68 howto |= RB_KDB;
71 howto |= RB_MULTIPLE;
74 howto |= RB_MUTE;
77 howto |= RB_GDB;
80 howto |= RB_SERIAL;
83 howto |
257 int howto; local
[all...]
/freebsd-10.1-release/sys/boot/powerpc/ps3/
H A Dmetadata.c46 int howto; local
51 howto = 0;
61 howto |= RB_ASKNAME;
64 howto |= RB_CDROM;
67 howto |= RB_KDB;
70 howto |= RB_MULTIPLE;
73 howto |= RB_MUTE;
76 howto |= RB_GDB;
79 howto |= RB_SERIAL;
82 howto |
256 int howto; local
[all...]
/freebsd-10.1-release/sys/boot/uboot/common/
H A Dmetadata.c54 int howto; local
59 howto = 0;
69 howto |= RB_ASKNAME;
72 howto |= RB_CDROM;
75 howto |= RB_KDB;
78 howto |= RB_MULTIPLE;
81 howto |= RB_MUTE;
84 howto |= RB_GDB;
87 howto |= RB_SERIAL;
90 howto |
265 int howto; local
[all...]
/freebsd-10.1-release/sys/boot/sparc64/loader/
H A Dmetadata.c55 int howto; local
60 howto = 0;
70 howto |= RB_ASKNAME;
73 howto |= RB_CDROM;
76 howto |= RB_KDB;
79 howto |= RB_MULTIPLE;
82 howto |= RB_MUTE;
85 howto |= RB_GDB;
88 howto |= RB_SERIAL;
91 howto |
289 int howto; local
[all...]
/freebsd-10.1-release/sbin/reboot/
H A Dreboot.c70 int ch, howto, i, fd, lflag, nflag, qflag, sverrno; local
76 howto = RB_HALT;
78 howto = 0;
83 howto |= RB_DUMP;
93 howto |= RB_NOSYNC;
96 howto |= RB_POWEROFF;
108 if ((howto & (RB_DUMP | RB_HALT)) == (RB_DUMP | RB_HALT))
116 reboot(howto);
212 reboot(howto);
/freebsd-10.1-release/sys/i386/xbox/
H A Dxbox.c43 xbox_poweroff(void* junk, int howto) argument
45 if (!(howto & RB_POWEROFF))
/freebsd-10.1-release/sys/boot/i386/common/
H A Dbootargs.h48 uint32_t howto; member in struct:bootargs
/freebsd-10.1-release/sys/boot/amd64/efi/
H A Dbootinfo.c64 int howto, i; local
66 howto = 0;
71 howto |= howto_names[i].mask;
77 howto |= RB_SERIAL;
79 howto |= RB_MUTE;
84 return (howto);
92 howto |= howto_masks[sw - howto_switches];
97 return (howto);
308 int howto; local
310 howto
[all...]
/freebsd-10.1-release/contrib/binutils/ld/
H A Dldctor.c256 reloc_howto_type *howto; local
276 howto = bfd_reloc_type_lookup (output_bfd, p->reloc);
277 if (howto == NULL)
291 howto = bfd_reloc_type_lookup (p->elements->section->owner,
293 if (howto == NULL)
303 reloc_size = bfd_get_reloc_size (howto);
310 if (howto->complain_on_overflow == complain_overflow_signed)
317 bfd_get_reloc_size (howto), p->h->root.string);
366 lang_add_reloc (p->reloc, howto, e->section, e->name,
/freebsd-10.1-release/sys/kern/
H A Dkern_shutdown.c157 static void shutdown_halt(void *junk, int howto);
158 static void shutdown_panic(void *junk, int howto);
159 static void shutdown_reset(void *junk, int howto);
208 shutdown_nice(int howto) argument
211 shutdown_howto = howto;
295 kern_reboot(int howto) argument
316 howto |= shutdown_howto;
324 EVENTHANDLER_INVOKE(shutdown_pre_sync, howto);
329 if (!cold && (howto & RB_NOSYNC) == 0 && waittime < 0) {
449 EVENTHANDLER_INVOKE(shutdown_post_sync, howto);
465 shutdown_halt(void *junk, int howto) argument
488 shutdown_panic(void *junk, int howto) argument
521 shutdown_reset(void *junk, int howto) argument
778 poweroff_wait(void *junk, int howto) argument
798 kproc_shutdown(void *arg, int howto) argument
818 kthread_shutdown(void *arg, int howto) argument
[all...]
/freebsd-10.1-release/sys/boot/i386/kgzldr/
H A Dboot.c72 boot(int howto) argument
76 kgz_con = howto & RB_SERIAL ? KGZ_SIO : KGZ_CRT;
/freebsd-10.1-release/sys/pc98/pc98/
H A Dcanbepm.c81 canbepm_soft_off (void *data, int howto) argument
86 if (!(howto & RB_POWEROFF))

Completed in 225 milliseconds

1234567