Searched refs:info (Results 1 - 25 of 2308) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/opcodes/
H A Ddis-init.c27 init_disassemble_info (struct disassemble_info *info, void *stream, argument
30 memset (info, 0, sizeof (*info));
32 info->flavour = bfd_target_unknown_flavour;
33 info->arch = bfd_arch_unknown;
34 info->endian = BFD_ENDIAN_UNKNOWN;
35 info->endian_code = info->endian;
36 info->octets_per_byte = 1;
37 info
[all...]
H A Dvax-dis.c55 (p += 1, FETCH_DATA (info, p), \
61 (p += 2, FETCH_DATA (info, p), \
67 (p += 4, FETCH_DATA (info, p), \
85 #define FETCH_DATA(info, addr) \
86 ((addr) <= ((struct private *)(info->private_data))->max_fetched \
87 ? 1 : fetch_data ((info), (addr)))
90 fetch_data (struct disassemble_info *info, bfd_byte *addr) argument
93 struct private *priv = (struct private *) info->private_data;
96 status = (*info->read_memory_func) (start,
99 info);
184 is_function_entry(struct disassemble_info *info, bfd_vma addr) argument
208 is_plt_tail(struct disassemble_info *info, bfd_vma addr) argument
220 print_insn_mode(const char *d, int size, unsigned char *p0, bfd_vma addr, disassemble_info *info) argument
302 (*info->print_address_func) (addr + 2 + NEXTBYTE (p), info); local
311 (*info->print_address_func) (addr + 3 + NEXTWORD (p), info); local
320 (*info->print_address_func) (addr + 5 + NEXTLONG (p), info); local
335 print_insn_arg(const char *d, unsigned char *p0, bfd_vma addr, disassemble_info *info) argument
363 (*info->print_address_func) (addr + 1 + NEXTBYTE (p), info); local
365 (*info->print_address_func) (addr + 2 + NEXTWORD (p), info); local
377 print_insn_vax(bfd_vma memaddr, disassemble_info *info) argument
[all...]
H A Dm10300-dis.c29 #define HAVE_AM33_2 (info->mach == AM33_2)
30 #define HAVE_AM33 (info->mach == AM33 || HAVE_AM33_2)
31 #define HAVE_AM30 (info->mach == AM30)
35 struct disassemble_info *info,
117 status = (*info->read_memory_func) (memaddr + 1, buffer, 2, info);
120 (*info->memory_error_func) (status, memaddr, info);
141 status = (*info->read_memory_func) (memaddr + 2, buffer, 2, info);
34 disassemble(bfd_vma memaddr, struct disassemble_info *info, unsigned long insn, unsigned int size) argument
499 (*info->print_address_func) ((long) value + memaddr, info); local
586 print_insn_mn10300(bfd_vma memaddr, struct disassemble_info *info) argument
[all...]
H A Ddis-buf.c27 /* Get LENGTH bytes from info's buffer, at target address memaddr.
33 struct disassemble_info *info)
35 unsigned int opb = info->octets_per_byte;
37 unsigned int max_addr_offset = info->buffer_length / opb;
38 unsigned int octets = (memaddr - info->buffer_vma) * opb;
40 if (memaddr < info->buffer_vma
41 || memaddr - info->buffer_vma > max_addr_offset
42 || memaddr - info->buffer_vma + end_addr_offset > max_addr_offset)
45 memcpy (myaddr, info->buffer + octets, length);
56 struct disassemble_info *info)
30 buffer_read_memory(bfd_vma memaddr, bfd_byte *myaddr, unsigned int length, struct disassemble_info *info) argument
54 perror_memory(int status, bfd_vma memaddr, struct disassemble_info *info) argument
81 generic_print_address(bfd_vma addr, struct disassemble_info *info) argument
[all...]
H A Dtic80-dis.c37 print_operand_integer (struct disassemble_info *info, long value)
40 (*info->fprintf_func) (info->stream, "%#lx", value);
42 (*info->fprintf_func) (info->stream, "%ld", value);
51 print_operand_float (struct disassemble_info *info, long value)
56 (*info->fprintf_func) (info->stream, "%g", fval.f);
60 print_operand_control_register (struct disassemble_info *info, long value)
66 (*info
36 print_operand_integer(struct disassemble_info *info, long value) argument
49 print_operand_float(struct disassemble_info *info, long value) argument
58 print_operand_control_register(struct disassemble_info *info, long value) argument
70 print_operand_condition_code(struct disassemble_info *info, long value) argument
82 print_operand_bitnum(struct disassemble_info *info, long value) argument
102 print_operand(struct disassemble_info *info, long value, unsigned long insn, const struct tic80_operand *operand, bfd_vma memaddr) argument
120 (*info->print_address_func) (memaddr + 4 * value, info); local
153 fill_instruction(struct disassemble_info *info, bfd_vma memaddr, unsigned long *insnp) argument
188 print_one_instruction(struct disassemble_info *info, bfd_vma memaddr, unsigned long insn, const struct tic80_opcode *opcode) argument
259 print_instruction(struct disassemble_info *info, bfd_vma memaddr, unsigned long insn, const struct tic80_opcode *vec_opcode) argument
304 print_insn_tic80(bfd_vma memaddr, struct disassemble_info *info) argument
[all...]
H A Dhppa-dis.c174 #define fputs_filtered(STR,F) (*info->fprintf_func) (info->stream, "%s", STR)
177 fput_reg (unsigned reg, disassemble_info *info) argument
179 (*info->fprintf_func) (info->stream, reg ? reg_names[reg] : "r0");
183 fput_fp_reg (unsigned reg, disassemble_info *info) argument
185 (*info->fprintf_func) (info->stream, reg ? fp_reg_names[reg] : "fr0");
189 fput_fp_reg_r (unsigned reg, disassemble_info *info) argument
193 (*info
200 fput_creg(unsigned reg, disassemble_info *info) argument
208 fput_const(unsigned num, disassemble_info *info) argument
359 print_insn_hppa(bfd_vma memaddr, disassemble_info *info) argument
527 fput_const (extract_5_load (insn), info); local
895 fput_const (extract_5_store (insn), info); local
898 fput_const (extract_5r_store (insn), info); local
901 fput_const (extract_5R_store (insn), info); local
904 fput_const (extract_10U_store (insn), info); local
908 fput_const (extract_5Q_store (insn), info); local
911 fput_const (extract_11 (insn), info); local
914 fput_const (extract_14 (insn), info); local
918 fput_const (extract_21 (insn), info); local
923 fput_const (extract_16 (insn), info); local
952 fput_const (extract_17 (insn), info); local
1097 fput_const (extract_14 (insn), info); local
[all...]
H A Dd10v-dis.c37 struct disassemble_info *info)
43 (*info->fprintf_func) (info->stream, "@-");
48 (*info->fprintf_func) (info->stream, "-");
53 (*info->fprintf_func) (info->stream, "+");
58 (*info->fprintf_func) (info->stream, "@");
63 (*info
33 print_operand(struct d10v_operand *oper, unsigned long insn, struct d10v_opcode *op, bfd_vma memaddr, struct disassemble_info *info) argument
127 (*info->print_address_func) (num & PC_MASK, info); local
131 (*info->print_address_func) ((memaddr - num) & PC_MASK, info); local
133 (*info->print_address_func) ((memaddr + num) & PC_MASK, info); local
153 dis_long(unsigned long insn, bfd_vma memaddr, struct disassemble_info *info) argument
195 dis_2_short(unsigned long insn, bfd_vma memaddr, struct disassemble_info *info, int order) argument
268 print_insn_d10v(bfd_vma memaddr, struct disassemble_info *info) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/opcodes/
H A Ddis-init.c27 init_disassemble_info (struct disassemble_info *info, void *stream, argument
30 memset (info, 0, sizeof (*info));
32 info->flavour = bfd_target_unknown_flavour;
33 info->arch = bfd_arch_unknown;
34 info->endian = BFD_ENDIAN_UNKNOWN;
35 info->endian_code = info->endian;
36 info->octets_per_byte = 1;
37 info
[all...]
H A Dvax-dis.c55 (p += 1, FETCH_DATA (info, p), \
61 (p += 2, FETCH_DATA (info, p), \
67 (p += 4, FETCH_DATA (info, p), \
85 #define FETCH_DATA(info, addr) \
86 ((addr) <= ((struct private *)(info->private_data))->max_fetched \
87 ? 1 : fetch_data ((info), (addr)))
90 fetch_data (struct disassemble_info *info, bfd_byte *addr) argument
93 struct private *priv = (struct private *) info->private_data;
96 status = (*info->read_memory_func) (start,
99 info);
184 is_function_entry(struct disassemble_info *info, bfd_vma addr) argument
208 is_plt_tail(struct disassemble_info *info, bfd_vma addr) argument
220 print_insn_mode(const char *d, int size, unsigned char *p0, bfd_vma addr, disassemble_info *info) argument
302 (*info->print_address_func) (addr + 2 + NEXTBYTE (p), info); local
311 (*info->print_address_func) (addr + 3 + NEXTWORD (p), info); local
320 (*info->print_address_func) (addr + 5 + NEXTLONG (p), info); local
335 print_insn_arg(const char *d, unsigned char *p0, bfd_vma addr, disassemble_info *info) argument
363 (*info->print_address_func) (addr + 1 + NEXTBYTE (p), info); local
365 (*info->print_address_func) (addr + 2 + NEXTWORD (p), info); local
377 print_insn_vax(bfd_vma memaddr, disassemble_info *info) argument
[all...]
H A Dm10300-dis.c29 #define HAVE_AM33_2 (info->mach == AM33_2)
30 #define HAVE_AM33 (info->mach == AM33 || HAVE_AM33_2)
31 #define HAVE_AM30 (info->mach == AM30)
35 struct disassemble_info *info,
117 status = (*info->read_memory_func) (memaddr + 1, buffer, 2, info);
120 (*info->memory_error_func) (status, memaddr, info);
141 status = (*info->read_memory_func) (memaddr + 2, buffer, 2, info);
34 disassemble(bfd_vma memaddr, struct disassemble_info *info, unsigned long insn, unsigned int size) argument
499 (*info->print_address_func) ((long) value + memaddr, info); local
586 print_insn_mn10300(bfd_vma memaddr, struct disassemble_info *info) argument
[all...]
H A Ddis-buf.c27 /* Get LENGTH bytes from info's buffer, at target address memaddr.
33 struct disassemble_info *info)
35 unsigned int opb = info->octets_per_byte;
37 unsigned int max_addr_offset = info->buffer_length / opb;
38 unsigned int octets = (memaddr - info->buffer_vma) * opb;
40 if (memaddr < info->buffer_vma
41 || memaddr - info->buffer_vma > max_addr_offset
42 || memaddr - info->buffer_vma + end_addr_offset > max_addr_offset)
45 memcpy (myaddr, info->buffer + octets, length);
56 struct disassemble_info *info)
30 buffer_read_memory(bfd_vma memaddr, bfd_byte *myaddr, unsigned int length, struct disassemble_info *info) argument
54 perror_memory(int status, bfd_vma memaddr, struct disassemble_info *info) argument
81 generic_print_address(bfd_vma addr, struct disassemble_info *info) argument
[all...]
H A Dtic80-dis.c37 print_operand_integer (struct disassemble_info *info, long value)
40 (*info->fprintf_func) (info->stream, "%#lx", value);
42 (*info->fprintf_func) (info->stream, "%ld", value);
51 print_operand_float (struct disassemble_info *info, long value)
56 (*info->fprintf_func) (info->stream, "%g", fval.f);
60 print_operand_control_register (struct disassemble_info *info, long value)
66 (*info
36 print_operand_integer(struct disassemble_info *info, long value) argument
49 print_operand_float(struct disassemble_info *info, long value) argument
58 print_operand_control_register(struct disassemble_info *info, long value) argument
70 print_operand_condition_code(struct disassemble_info *info, long value) argument
82 print_operand_bitnum(struct disassemble_info *info, long value) argument
102 print_operand(struct disassemble_info *info, long value, unsigned long insn, const struct tic80_operand *operand, bfd_vma memaddr) argument
120 (*info->print_address_func) (memaddr + 4 * value, info); local
153 fill_instruction(struct disassemble_info *info, bfd_vma memaddr, unsigned long *insnp) argument
188 print_one_instruction(struct disassemble_info *info, bfd_vma memaddr, unsigned long insn, const struct tic80_opcode *opcode) argument
259 print_instruction(struct disassemble_info *info, bfd_vma memaddr, unsigned long insn, const struct tic80_opcode *vec_opcode) argument
304 print_insn_tic80(bfd_vma memaddr, struct disassemble_info *info) argument
[all...]
H A Dhppa-dis.c174 #define fputs_filtered(STR,F) (*info->fprintf_func) (info->stream, "%s", STR)
177 fput_reg (unsigned reg, disassemble_info *info) argument
179 (*info->fprintf_func) (info->stream, reg ? reg_names[reg] : "r0");
183 fput_fp_reg (unsigned reg, disassemble_info *info) argument
185 (*info->fprintf_func) (info->stream, reg ? fp_reg_names[reg] : "fr0");
189 fput_fp_reg_r (unsigned reg, disassemble_info *info) argument
193 (*info
200 fput_creg(unsigned reg, disassemble_info *info) argument
208 fput_const(unsigned num, disassemble_info *info) argument
359 print_insn_hppa(bfd_vma memaddr, disassemble_info *info) argument
527 fput_const (extract_5_load (insn), info); local
895 fput_const (extract_5_store (insn), info); local
898 fput_const (extract_5r_store (insn), info); local
901 fput_const (extract_5R_store (insn), info); local
904 fput_const (extract_10U_store (insn), info); local
908 fput_const (extract_5Q_store (insn), info); local
911 fput_const (extract_11 (insn), info); local
914 fput_const (extract_14 (insn), info); local
918 fput_const (extract_21 (insn), info); local
923 fput_const (extract_16 (insn), info); local
952 fput_const (extract_17 (insn), info); local
1097 fput_const (extract_14 (insn), info); local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A D20061127-1.c13 char *info = l_info; local
14 info[tag - 0x100000000 + 1] = 1;
20 char *info = l_info; local
21 info[tag - 0x700000000 + 2] = 2;
27 char *info = l_info; local
28 info[tag - 0x100000000 + 1] = 3;
H A Dpr33692.c6 typedef struct { snd_pcm_info_t info; } snd_pcm_shm_ctrl_t; member in struct:__anon6021
10 snd_pcm_info((snd_pcm_info_t *) &ctrl->info);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A D20061127-1.c12 char *info = l_info; local
13 info[tag - 0x100000000 + 1] = 1;
19 char *info = l_info; local
20 info[tag - 0x700000000 + 2] = 2;
26 char *info = l_info; local
27 info[tag - 0x100000000 + 1] = 3;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D20000605-1.c12 render_image_rgb_a (RenderInfo * info) argument
18 y = info->y;
21 step = 1.0 / info->scaley;
28 info->src_y += (int) error;
34 return info->src_y;
39 RenderInfo info; local
41 info.y = 0;
42 info.src_y = 0;
43 info.scaley = 1.0;
45 if (render_image_rgb_a(&info) !
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A D20000605-1.c12 render_image_rgb_a (RenderInfo * info) argument
18 y = info->y;
21 step = 1.0 / info->scaley;
28 info->src_y += (int) error;
34 return info->src_y;
39 RenderInfo info; local
41 info.y = 0;
42 info.src_y = 0;
43 info.scaley = 1.0;
45 if (render_image_rgb_a(&info) !
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/hpcmips/stand/pbsdboot/
H A Dsysteminfo.c44 SYSTEM_INFO info; local
48 GetSystemInfo(&info);
51 vr41xx_init(&info);
54 tx39xx_init(&info);
56 dump_archinfo(&info);
60 dump_archinfo(&info);
65 switch (info.wProcessorArchitecture) {
67 dump_archinfo(&info);
71 switch (info.wProcessorLevel) {
73 dump_archinfo(&info);
123 dump_archinfo(SYSTEM_INFO *info) argument
[all...]
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/global/
H A Ddelivered_hdr.c16 /* int delivered_hdr_find(info, address)
17 /* DELIVERED_HDR_INFO *info;
20 /* void delivered_hdr_free(info)
21 /* DELIVERED_HDR_INFO *info;
55 /* .IP info
117 DELIVERED_HDR_INFO *info; local
123 info = (DELIVERED_HDR_INFO *) mymalloc(sizeof(*info));
124 info->flags = flags;
125 info
165 delivered_hdr_find(DELIVERED_HDR_INFO *info, const char *address) argument
183 delivered_hdr_free(DELIVERED_HDR_INFO *info) argument
[all...]
H A Dmail_stream.c33 /* void mail_stream_cleanup(info)
34 /* MAIL_STREAM *info;
36 /* int mail_stream_finish(info, why)
37 /* MAIL_STREAM *info;
40 /* void mail_stream_ctl(info, op, ...)
41 /* MAIL_STREAM *info;
151 void mail_stream_cleanup(MAIL_STREAM *info) argument
153 FREE_AND_WIPE(info->close, info->stream);
154 FREE_AND_WIPE(myfree, info
215 mail_stream_finish_file(MAIL_STREAM *info, VSTRING *unused_why) argument
373 mail_stream_finish_ipc(MAIL_STREAM *info, VSTRING *why) argument
398 mail_stream_finish(MAIL_STREAM *info, VSTRING *why) argument
409 MAIL_STREAM *info; local
437 MAIL_STREAM *info; local
465 MAIL_STREAM *info; local
515 mail_stream_ctl(MAIL_STREAM *info, int op,...) argument
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/m4/lib/
H A Dohash_init.c23 ohash_init(struct ohash *h, unsigned int size, struct ohash_info *info) argument
32 /* Copy info so that caller may free it. */
33 h->info.key_offset = info->key_offset;
34 h->info.halloc = info->halloc;
35 h->info.hfree = info->hfree;
36 h->info.alloc = info
[all...]
/netbsd-6-1-5-RELEASE/lib/libc/sys/
H A Dsigqueue.c50 siginfo_t info; local
52 (void)memset(&info, 0, sizeof(info));
54 info.si_signo = signo;
55 info.si_code = SI_QUEUE;
56 info.si_pid = getpid();
57 info.si_uid = geteuid();
58 info.si_value = value;
60 return sigqueueinfo(pid, &info);
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/util/
H A DMakefile.am13 bin_PROGRAMS = ginstall-info texindex
16 # Use `ginstall-info' in the definition of PROGRAMS and in dependencies
17 # because automake generates an install-info target in every Makefile (a
19 ginstall_info_SOURCES = install-info.c
21 # Transform `ginstall-info' to `install-info' before applying any
23 transform = s/ginstall-info/install-info/; $(program_transform_name)
40 EXTRA_DIST = README deref.c dir-example fix-info-dir fixfonts \
42 install-info
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/audio/ctl/
H A Daudioctl.h29 extern audio_info_t info;

Completed in 262 milliseconds

1234567891011>>