HomeSort by: relevance | last modified time | path
    Searched refs:howto (Results 1 - 25 of 1065) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/sys/arch/arm/arm32/
arm32_reboot.c 139 docpureset(int howto)
141 if ((howto & RB_POWERDOWN) == RB_POWERDOWN) {
150 if (howto & RB_HALT) {
168 cpu_reboot(int howto, char *bootstr)
177 docpureset(RB_HALT | howto);
187 if (!(howto & RB_NOSYNC))
194 if ((howto & (RB_DUMP | RB_HALT)) == RB_DUMP)
210 docpureset(howto);
  /src/external/gpl3/binutils/dist/bfd/
cpu-ns32k.c 161 reloc_howto_type *howto = reloc_entry->howto; local
196 if (output_bfd != NULL && ! howto->partial_inplace)
209 if (howto->pc_relative)
241 if (howto->pcrel_offset)
247 if (! howto->partial_inplace)
364 if (howto->complain_on_overflow != complain_overflow_dont)
370 if (howto->rightshift > howto->bitpos)
371 check = relocation >> (howto->rightshift - howto->bitpos)
    [all...]
reloc.c 41 @* howto manager::
58 typedef arelent, howto manager, Relocations, Relocations
113 . reloc_howto_type *howto;
152 the howto. For example, on the 68k the code:
234 o <<howto>>
236 The <<howto>> field can be imagined as a
242 but it would be possible to create each howto field on demand.
374 The HOWTO Macro
377 The HOWTO macro fills in a reloc_howto_type (a typedef for
382 .#define HOWTO(type, right, size, bits, pcrel, left, ovf, func, name,
669 reloc_howto_type *howto = reloc_entry->howto; local
1009 reloc_howto_type *howto = reloc_entry->howto; local
    [all...]
elfxx-kvx.c 65 reloc_howto_type *howto,
72 size = bfd_get_reloc_size (howto);
79 if (howto->src_mask != 0xffffffff)
93 switch (howto->complain_on_overflow)
99 howto->bitsize + howto->rightshift);
103 howto->bitsize + howto->rightshift);
110 addend >>= howto->rightshift;
114 * existing content (insn) (howto's job) Not sure exactl
    [all...]
elf64-bpf.c 49 #define BPF_HOWTO(...) HOWTO(__VA_ARGS__),
118 /* Set the howto pointer for a bpf reloc. */
138 bfd_reloc->howto = &bpf_elf_howto_table [i];
195 reloc_howto_type * howto; local
212 howto = &bpf_elf_howto_table[howto_index];
245 howto, 0, contents);
250 switch (howto->type)
262 addend = bfd_get (howto->bitsize, input_bfd,
264 + (howto->bitsize == 16 ? 2 : 4));
266 if ((addend & (((~howto->src_mask) >> 1) & howto->src_mask)) != 0
    [all...]
mach-o-arm.c 75 HOWTO (BFD_RELOC_32, 0, 4, 32, false, 0,
79 HOWTO (BFD_RELOC_16, 0, 2, 16, false, 0,
83 HOWTO (BFD_RELOC_8, 0, 1, 8, false, 0,
87 HOWTO (BFD_RELOC_32_PCREL, 0, 4, 32, true, 0,
92 HOWTO (BFD_RELOC_16_PCREL, 0, 2, 16, true, 0,
96 HOWTO (BFD_RELOC_MACH_O_SECTDIFF, 0, 4, 32, false, 0,
100 HOWTO (BFD_RELOC_MACH_O_LOCAL_SECTDIFF, 0, 4, 32, false, 0,
104 HOWTO (BFD_RELOC_MACH_O_PAIR, 0, 4, 32, false, 0,
109 HOWTO (BFD_RELOC_MACH_O_SECTDIFF, 0, 2, 16, false, 0,
113 HOWTO (BFD_RELOC_MACH_O_LOCAL_SECTDIFF, 0, 2, 16, false, 0
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
cpu-ns32k.c 161 reloc_howto_type *howto = reloc_entry->howto; local
196 if (output_bfd != NULL && ! howto->partial_inplace)
209 if (howto->pc_relative)
241 if (howto->pcrel_offset)
247 if (! howto->partial_inplace)
364 if (howto->complain_on_overflow != complain_overflow_dont)
370 if (howto->rightshift > howto->bitpos)
371 check = relocation >> (howto->rightshift - howto->bitpos)
    [all...]
reloc.c 41 @* howto manager::
58 typedef arelent, howto manager, Relocations, Relocations
113 . reloc_howto_type *howto;
152 the howto. For example, on the 68k the code:
234 o <<howto>>
236 The <<howto>> field can be imagined as a
242 but it would be possible to create each howto field on demand.
374 The HOWTO Macro
377 The HOWTO macro fills in a reloc_howto_type (a typedef for
382 .#define HOWTO(type, right, size, bits, pcrel, left, ovf, func, name,
669 reloc_howto_type *howto = reloc_entry->howto; local
1009 reloc_howto_type *howto = reloc_entry->howto; local
    [all...]
elfxx-kvx.c 65 reloc_howto_type *howto,
72 size = bfd_get_reloc_size (howto);
79 if (howto->src_mask != 0xffffffff)
93 switch (howto->complain_on_overflow)
99 howto->bitsize + howto->rightshift);
103 howto->bitsize + howto->rightshift);
110 addend >>= howto->rightshift;
114 * existing content (insn) (howto's job) Not sure exactl
    [all...]
elf64-bpf.c 49 #define BPF_HOWTO(...) HOWTO(__VA_ARGS__),
118 /* Set the howto pointer for a bpf reloc. */
138 bfd_reloc->howto = &bpf_elf_howto_table [i];
195 reloc_howto_type * howto; local
212 howto = &bpf_elf_howto_table[howto_index];
244 rel, 1, relend, howto, 0, contents);
249 switch (howto->type)
261 addend = bfd_get (howto->bitsize, input_bfd,
263 + (howto->bitsize == 16 ? 2 : 4));
265 if ((addend & (((~howto->src_mask) >> 1) & howto->src_mask)) != 0
    [all...]
mach-o-arm.c 75 HOWTO (BFD_RELOC_32, 0, 4, 32, false, 0,
79 HOWTO (BFD_RELOC_16, 0, 2, 16, false, 0,
83 HOWTO (BFD_RELOC_8, 0, 1, 8, false, 0,
87 HOWTO (BFD_RELOC_32_PCREL, 0, 4, 32, true, 0,
92 HOWTO (BFD_RELOC_16_PCREL, 0, 2, 16, true, 0,
96 HOWTO (BFD_RELOC_MACH_O_SECTDIFF, 0, 4, 32, false, 0,
100 HOWTO (BFD_RELOC_MACH_O_LOCAL_SECTDIFF, 0, 4, 32, false, 0,
104 HOWTO (BFD_RELOC_MACH_O_PAIR, 0, 4, 32, false, 0,
109 HOWTO (BFD_RELOC_MACH_O_SECTDIFF, 0, 2, 16, false, 0,
113 HOWTO (BFD_RELOC_MACH_O_LOCAL_SECTDIFF, 0, 2, 16, false, 0
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
cpu-ns32k.c 161 reloc_howto_type *howto = reloc_entry->howto; local
196 if (output_bfd != NULL && ! howto->partial_inplace)
209 if (howto->pc_relative)
241 if (howto->pcrel_offset)
247 if (! howto->partial_inplace)
364 if (howto->complain_on_overflow != complain_overflow_dont)
370 if (howto->rightshift > howto->bitpos)
371 check = relocation >> (howto->rightshift - howto->bitpos)
    [all...]
reloc.c 41 @* howto manager::
58 typedef arelent, howto manager, Relocations, Relocations
113 . reloc_howto_type *howto;
152 the howto. For example, on the 68k the code:
234 o <<howto>>
236 The <<howto>> field can be imagined as a
242 but it would be possible to create each howto field on demand.
374 The HOWTO Macro
377 The HOWTO macro fills in a reloc_howto_type (a typedef for
382 .#define HOWTO(type, right, size, bits, pcrel, left, ovf, func, name,
669 reloc_howto_type *howto = reloc_entry->howto; local
1009 reloc_howto_type *howto = reloc_entry->howto; local
    [all...]
elfxx-kvx.c 65 reloc_howto_type *howto,
72 size = bfd_get_reloc_size (howto);
79 if (howto->src_mask != 0xffffffff)
93 switch (howto->complain_on_overflow)
99 howto->bitsize + howto->rightshift);
103 howto->bitsize + howto->rightshift);
110 addend >>= howto->rightshift;
114 * existing content (insn) (howto's job) Not sure exactl
    [all...]
elf64-bpf.c 49 #define BPF_HOWTO(...) HOWTO(__VA_ARGS__),
118 /* Set the howto pointer for a bpf reloc. */
138 bfd_reloc->howto = &bpf_elf_howto_table [i];
195 reloc_howto_type * howto; local
212 howto = &bpf_elf_howto_table[howto_index];
244 rel, 1, relend, howto, 0, contents);
249 switch (howto->type)
261 addend = bfd_get (howto->bitsize, input_bfd,
263 + (howto->bitsize == 16 ? 2 : 4));
265 if ((addend & (((~howto->src_mask) >> 1) & howto->src_mask)) != 0
    [all...]
mach-o-arm.c 75 HOWTO (BFD_RELOC_32, 0, 4, 32, false, 0,
79 HOWTO (BFD_RELOC_16, 0, 2, 16, false, 0,
83 HOWTO (BFD_RELOC_8, 0, 1, 8, false, 0,
87 HOWTO (BFD_RELOC_32_PCREL, 0, 4, 32, true, 0,
92 HOWTO (BFD_RELOC_16_PCREL, 0, 2, 16, true, 0,
96 HOWTO (BFD_RELOC_MACH_O_SECTDIFF, 0, 4, 32, false, 0,
100 HOWTO (BFD_RELOC_MACH_O_LOCAL_SECTDIFF, 0, 4, 32, false, 0,
104 HOWTO (BFD_RELOC_MACH_O_PAIR, 0, 4, 32, false, 0,
109 HOWTO (BFD_RELOC_MACH_O_SECTDIFF, 0, 2, 16, false, 0,
113 HOWTO (BFD_RELOC_MACH_O_LOCAL_SECTDIFF, 0, 2, 16, false, 0
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
cpu-ns32k.c 161 reloc_howto_type *howto = reloc_entry->howto; local
196 if (output_bfd != NULL && ! howto->partial_inplace)
209 if (howto->pc_relative)
241 if (howto->pcrel_offset)
247 if (! howto->partial_inplace)
364 if (howto->complain_on_overflow != complain_overflow_dont)
370 if (howto->rightshift > howto->bitpos)
371 check = relocation >> (howto->rightshift - howto->bitpos)
    [all...]
reloc.c 41 @* howto manager::
58 typedef arelent, howto manager, Relocations, Relocations
113 . reloc_howto_type *howto;
152 the howto. For example, on the 68k the code:
234 o <<howto>>
236 The <<howto>> field can be imagined as a
242 but it would be possible to create each howto field on demand.
374 The HOWTO Macro
377 The HOWTO macro fills in a reloc_howto_type (a typedef for
382 .#define HOWTO(type, right, size, bits, pcrel, left, ovf, func, name,
669 reloc_howto_type *howto = reloc_entry->howto; local
1009 reloc_howto_type *howto = reloc_entry->howto; local
    [all...]
elfxx-kvx.c 65 reloc_howto_type *howto,
72 size = bfd_get_reloc_size (howto);
79 if (howto->src_mask != 0xffffffff)
93 switch (howto->complain_on_overflow)
99 howto->bitsize + howto->rightshift);
103 howto->bitsize + howto->rightshift);
110 addend >>= howto->rightshift;
114 * existing content (insn) (howto's job) Not sure exactl
    [all...]
elf64-bpf.c 49 #define BPF_HOWTO(...) HOWTO(__VA_ARGS__),
118 /* Set the howto pointer for a bpf reloc. */
138 bfd_reloc->howto = &bpf_elf_howto_table [i];
195 reloc_howto_type * howto; local
212 howto = &bpf_elf_howto_table[howto_index];
244 rel, 1, relend, howto, 0, contents);
249 switch (howto->type)
261 addend = bfd_get (howto->bitsize, input_bfd,
263 + (howto->bitsize == 16 ? 2 : 4));
265 if ((addend & (((~howto->src_mask) >> 1) & howto->src_mask)) != 0
    [all...]
  /src/sys/arch/aarch64/aarch64/
aarch64_reboot.c 144 docpureset(int howto)
146 if ((howto & RB_POWERDOWN) == RB_POWERDOWN) {
155 if (howto & RB_HALT) {
210 cpu_reboot(int howto, char *bootstr)
219 docpureset(RB_HALT | howto);
229 if ((howto & RB_NOSYNC) == 0)
236 if ((howto & (RB_DUMP | RB_HALT)) == RB_DUMP)
252 docpureset(howto);
  /src/sys/arch/emips/emips/
machdep.h 34 void prom_halt (int howto) __attribute__((__noreturn__));
  /src/sys/arch/x68k/stand/libsa/
parseutils.c 74 parseopts(const char *opts, int *howto)
90 *howto = tmpopt;
95 parseboot(char *arg, char **filename, int *howto)
100 *howto = 0;
129 if (parseopts(opts, howto) == 0)
  /src/sys/arch/evbarm/iq31244/
iq31244_machdep.c 54 iq31244_reboot(int howto)
58 if ((howto & RB_HALT) == 0) {
  /src/sys/arch/luna68k/stand/boot/
boot.c 90 int i, howto; local
94 howto = 0;
99 BOOT_FLAG(c, howto);
107 if (howto != 0)
108 printf(" (howto 0x%x)", howto);
111 return bootnetbsd(line, howto);
115 bootnetbsd(char *line, int howto)
145 : "g" (howto), "g" (bootdev),

Completed in 37 milliseconds

1 2 3 4 5 6 7 8 91011>>