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

1234567891011>>

/openbsd-current/sys/dev/pci/drm/include/drm/
H A Di915_pciids.h38 #define INTEL_VGA_DEVICE(id, info) { \
42 (unsigned long) info }
44 #define INTEL_QUANTA_VGA_DEVICE(info) { \
48 (unsigned long) info }
50 #define INTEL_I810_IDS(info) \
51 INTEL_VGA_DEVICE(0x7121, info), /* I810 */ \
52 INTEL_VGA_DEVICE(0x7123, info), /* I810_DC100 */ \
53 INTEL_VGA_DEVICE(0x7125, info) /* I810_E */
55 #define INTEL_I815_IDS(info) \
56 INTEL_VGA_DEVICE(0x1132, info) /* I81
[all...]
H A Ddrm_fourcc.h147 * drm_format_info_is_yuv_packed - check that the format info matches a YUV
149 * @info: format info
152 * A boolean indicating whether the format info matches a packed YUV format.
155 drm_format_info_is_yuv_packed(const struct drm_format_info *info) argument
157 return info->is_yuv && info->num_planes == 1;
161 * drm_format_info_is_yuv_semiplanar - check that the format info matches a YUV
163 * @info: format info
169 drm_format_info_is_yuv_semiplanar(const struct drm_format_info *info) argument
183 drm_format_info_is_yuv_planar(const struct drm_format_info *info) argument
198 drm_format_info_is_yuv_sampling_410(const struct drm_format_info *info) argument
213 drm_format_info_is_yuv_sampling_411(const struct drm_format_info *info) argument
228 drm_format_info_is_yuv_sampling_420(const struct drm_format_info *info) argument
243 drm_format_info_is_yuv_sampling_422(const struct drm_format_info *info) argument
258 drm_format_info_is_yuv_sampling_444(const struct drm_format_info *info) argument
273 drm_format_info_plane_width(const struct drm_format_info *info, int width, int plane) argument
295 drm_format_info_plane_height(const struct drm_format_info *info, int height, int plane) argument
[all...]
/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A Ddis-init.c25 init_disassemble_info (struct disassemble_info *info, void *stream, argument
28 memset (info, 0, sizeof (*info));
30 info->flavour = bfd_target_unknown_flavour;
31 info->arch = bfd_arch_unknown;
32 info->endian = BFD_ENDIAN_UNKNOWN;
33 info->octets_per_byte = 1;
34 info->fprintf_func = fprintf_func;
35 info->stream = stream;
36 info
[all...]
H A Dvax-dis.c46 (p += 1, FETCH_DATA (info, p), \
52 (p += 2, FETCH_DATA (info, p), \
58 (p += 4, FETCH_DATA (info, p), \
78 #define FETCH_DATA(info, addr) \
79 ((addr) <= ((struct private *)(info->private_data))->max_fetched \
80 ? 1 : fetch_data ((info), (addr)))
83 fetch_data (info, addr)
84 struct disassemble_info *info;
88 struct private *priv = (struct private *) info->private_data;
91 status = (*info
219 (*info->print_address_func) (addr + 1 + NEXTBYTE (p), info); local
221 (*info->print_address_func) (addr + 2 + NEXTWORD (p), info); local
313 (*info->print_address_func) (addr + 2 + NEXTBYTE (p), info); local
322 (*info->print_address_func) (addr + 3 + NEXTWORD (p), info); local
331 (*info->print_address_func) (addr + 5 + NEXTLONG (p), info); local
[all...]
H A Da29k-dis.c43 print_general (num, info)
45 struct disassemble_info *info;
48 (*info->fprintf_func) (info->stream, "gr%d", num);
50 (*info->fprintf_func) (info->stream, "lr%d", num - 128);
59 print_special (num, info)
61 struct disassemble_info *info;
85 (*info->fprintf_func) (info
[all...]
H A Dtic80-dis.c48 print_operand_integer (info, value)
49 struct disassemble_info *info;
54 (*info->fprintf_func) (info->stream, "%#lx", value);
58 (*info->fprintf_func) (info->stream, "%ld", value);
68 print_operand_float (info, value)
69 struct disassemble_info *info;
75 (*info->fprintf_func) (info
[all...]
H A Dd10v-dis.c29 struct disassemble_info *info, int order));
31 struct disassemble_info *info));
37 print_insn_d10v (memaddr, info)
39 struct disassemble_info *info;
45 status = (*info->read_memory_func) (memaddr, buffer, 4, info);
48 (*info->memory_error_func) (status, memaddr, info);
57 dis_2_short (insn, memaddr, info, 2);
60 dis_2_short (insn, memaddr, info,
166 (*info->print_address_func) (num & PC_MASK, info); local
170 (*info->print_address_func) ((memaddr - num) & PC_MASK, info); local
172 (*info->print_address_func) ((memaddr + num) & PC_MASK, info); local
[all...]
H A Dhppa-dis.c172 #define fputs_filtered(STR,F) (*info->fprintf_func) (info->stream, "%s", STR)
175 fput_reg (reg, info)
177 disassemble_info *info;
179 (*info->fprintf_func) (info->stream, reg ? reg_names[reg] : "r0");
183 fput_fp_reg (reg, info)
185 disassemble_info *info;
187 (*info->fprintf_func) (info
540 fput_const (extract_5_load (insn), info); local
908 fput_const (extract_5_store (insn), info); local
911 fput_const (extract_5r_store (insn), info); local
914 fput_const (extract_5R_store (insn), info); local
917 fput_const (extract_10U_store (insn), info); local
921 fput_const (extract_5Q_store (insn), info); local
924 fput_const (extract_11 (insn), info); local
927 fput_const (extract_14 (insn), info); local
930 fput_const (extract_21 (insn), info); local
935 fput_const (extract_16 (insn), info); local
964 fput_const (extract_17 (insn), info); local
1109 fput_const (extract_14 (insn), info); local
[all...]
H A Dv850-dis.c49 disassemble (memaddr, info, insn)
51 struct disassemble_info *info;
71 switch (info->mach)
98 (*info->fprintf_func) (info->stream, "%s\t", op->name);
162 if (memop && opnum == memop + 1) info->fprintf_func (info->stream, "[");
163 else if (memop && opnum == memop + 2) info->fprintf_func (info->stream, "],");
166 info
[all...]
H A Dxtensa-dis.c340 PARAMS ((struct disassemble_info *info, bfd_vma memaddr));
351 fetch_data (info, memaddr)
352 struct disassemble_info *info;
356 struct dis_private *priv = (struct dis_private *) info->private_data;
366 status = (*info->read_memory_func) (memaddr, priv->byte_buf, length,
367 info);
371 (*info->memory_error_func) (status, memaddr, info);
378 print_xtensa_operand (memaddr, info, opnd, operand_val, print_sr_name)
380 struct disassemble_info *info;
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Ddis-init.c25 init_disassemble_info (struct disassemble_info *info, void *stream, argument
28 memset (info, 0, sizeof (*info));
30 info->flavour = bfd_target_unknown_flavour;
31 info->arch = bfd_arch_unknown;
32 info->endian = BFD_ENDIAN_UNKNOWN;
33 info->octets_per_byte = 1;
34 info->fprintf_func = fprintf_func;
35 info->stream = stream;
36 info
[all...]
H A Dvax-dis.c53 (p += 1, FETCH_DATA (info, p), \
59 (p += 2, FETCH_DATA (info, p), \
65 (p += 4, FETCH_DATA (info, p), \
83 #define FETCH_DATA(info, addr) \
84 ((addr) <= ((struct private *)(info->private_data))->max_fetched \
85 ? 1 : fetch_data ((info), (addr)))
88 fetch_data (struct disassemble_info *info, bfd_byte *addr) argument
91 struct private *priv = (struct private *) info->private_data;
94 status = (*info->read_memory_func) (start,
97 info);
179 is_function_entry(struct disassemble_info *info, bfd_vma addr) argument
199 print_insn_mode(const char *d, int size, unsigned char *p0, bfd_vma addr, disassemble_info *info) argument
281 (*info->print_address_func) (addr + 2 + NEXTBYTE (p), info); local
290 (*info->print_address_func) (addr + 3 + NEXTWORD (p), info); local
299 (*info->print_address_func) (addr + 5 + NEXTLONG (p), info); local
314 print_insn_arg(const char *d, unsigned char *p0, bfd_vma addr, disassemble_info *info) argument
342 (*info->print_address_func) (addr + 1 + NEXTBYTE (p), info); local
344 (*info->print_address_func) (addr + 2 + NEXTWORD (p), info); local
356 print_insn_vax(bfd_vma memaddr, disassemble_info *info) argument
[all...]
H A Dm10300-dis.c27 #define HAVE_AM33_2 (info->mach == AM33_2)
28 #define HAVE_AM33 (info->mach == AM33 || HAVE_AM33_2)
29 #define HAVE_AM30 (info->mach == AM30)
33 struct disassemble_info *info,
115 status = (*info->read_memory_func) (memaddr + 1, buffer, 2, info);
118 (*info->memory_error_func) (status, memaddr, info);
139 status = (*info->read_memory_func) (memaddr + 2, buffer, 2, info);
32 disassemble(bfd_vma memaddr, struct disassemble_info *info, unsigned long insn, unsigned int size) argument
497 (*info->print_address_func) ((long) value + memaddr, info); local
584 print_insn_mn10300(bfd_vma memaddr, struct disassemble_info *info) argument
[all...]
H A Dtic80-dis.c35 print_operand_integer (struct disassemble_info *info, long value)
38 (*info->fprintf_func) (info->stream, "%#lx", value);
40 (*info->fprintf_func) (info->stream, "%ld", value);
49 print_operand_float (struct disassemble_info *info, long value)
54 (*info->fprintf_func) (info->stream, "%g", fval.f);
58 print_operand_control_register (struct disassemble_info *info, long value)
64 (*info
34 print_operand_integer(struct disassemble_info *info, long value) argument
47 print_operand_float(struct disassemble_info *info, long value) argument
56 print_operand_control_register(struct disassemble_info *info, long value) argument
68 print_operand_condition_code(struct disassemble_info *info, long value) argument
80 print_operand_bitnum(struct disassemble_info *info, long value) argument
100 print_operand(struct disassemble_info *info, long value, unsigned long insn, const struct tic80_operand *operand, bfd_vma memaddr) argument
118 (*info->print_address_func) (memaddr + 4 * value, info); local
151 fill_instruction(struct disassemble_info *info, bfd_vma memaddr, unsigned long *insnp) argument
186 print_one_instruction(struct disassemble_info *info, bfd_vma memaddr, unsigned long insn, const struct tic80_opcode *opcode) argument
257 print_instruction(struct disassemble_info *info, bfd_vma memaddr, unsigned long insn, const struct tic80_opcode *vec_opcode) argument
302 print_insn_tic80(bfd_vma memaddr, struct disassemble_info *info) argument
[all...]
H A Dhppa-dis.c172 #define fputs_filtered(STR,F) (*info->fprintf_func) (info->stream, "%s", STR)
175 fput_reg (unsigned reg, disassemble_info *info) argument
177 (*info->fprintf_func) (info->stream, reg ? reg_names[reg] : "r0");
181 fput_fp_reg (unsigned reg, disassemble_info *info) argument
183 (*info->fprintf_func) (info->stream, reg ? fp_reg_names[reg] : "fr0");
187 fput_fp_reg_r (unsigned reg, disassemble_info *info) argument
191 (*info
198 fput_creg(unsigned reg, disassemble_info *info) argument
206 fput_const(unsigned num, disassemble_info *info) argument
357 print_insn_hppa(bfd_vma memaddr, disassemble_info *info) argument
525 fput_const (extract_5_load (insn), info); local
893 fput_const (extract_5_store (insn), info); local
896 fput_const (extract_5r_store (insn), info); local
899 fput_const (extract_5R_store (insn), info); local
902 fput_const (extract_10U_store (insn), info); local
906 fput_const (extract_5Q_store (insn), info); local
909 fput_const (extract_11 (insn), info); local
912 fput_const (extract_14 (insn), info); local
916 fput_const (extract_21 (insn), info); local
921 fput_const (extract_16 (insn), info); local
950 fput_const (extract_17 (insn), info); local
1095 fput_const (extract_14 (insn), info); local
[all...]
H A Dd10v-dis.c34 struct disassemble_info *info)
40 (*info->fprintf_func) (info->stream, "@-");
45 (*info->fprintf_func) (info->stream, "-");
50 (*info->fprintf_func) (info->stream, "+");
55 (*info->fprintf_func) (info->stream, "@");
60 (*info
30 print_operand(struct d10v_operand *oper, unsigned long insn, struct d10v_opcode *op, bfd_vma memaddr, struct disassemble_info *info) argument
124 (*info->print_address_func) (num & PC_MASK, info); local
128 (*info->print_address_func) ((memaddr - num) & PC_MASK, info); local
130 (*info->print_address_func) ((memaddr + num) & PC_MASK, info); local
150 dis_long(unsigned long insn, bfd_vma memaddr, struct disassemble_info *info) argument
192 dis_2_short(unsigned long insn, bfd_vma memaddr, struct disassemble_info *info, int order) argument
265 print_insn_d10v(bfd_vma memaddr, struct disassemble_info *info) argument
[all...]
H A Dm68k-dis.c61 #define NEXTBYTE(p) (p += 2, FETCH_DATA (info, p), COERCE_SIGNED_CHAR(p[-1]))
66 (p += 2, FETCH_DATA (info, p), \
72 (p += 4, FETCH_DATA (info, p), \
77 (p += 4, FETCH_DATA (info, p), \
82 (p += 4, FETCH_DATA (info, p), \
87 (p += 8, FETCH_DATA (info, p), \
92 (p += 12, FETCH_DATA (info, p), \
100 (p += 12, FETCH_DATA (info, p), 0.0)
120 #define FETCH_DATA(info, addr) \
121 ((addr) <= ((struct private *) (info
124 fetch_data(struct disassemble_info *info, bfd_byte *addr) argument
165 fetch_arg(unsigned char *buffer, int code, int bits, disassemble_info *info) argument
442 print_base(int regno, bfd_vma disp, disassemble_info *info) argument
470 print_indexed(int basereg, unsigned char *p, bfd_vma addr, disassemble_info *info) argument
570 print_insn_arg(const char *d, unsigned char *buffer, unsigned char *p0, bfd_vma addr, disassemble_info *info) argument
820 (*info->print_address_func) (addr + disp, info); local
1205 match_insn_m68k(bfd_vma memaddr, disassemble_info * info, const struct m68k_opcode * best) argument
1350 m68k_scan_mask(bfd_vma memaddr, disassemble_info *info, unsigned int arch_mask) argument
1465 print_insn_m68k(bfd_vma memaddr, disassemble_info *info) argument
[all...]
H A Dv850-dis.c48 struct disassemble_info * info,
68 switch (info->mach)
95 (*info->fprintf_func) (info->stream, "%s\t", op->name);
159 info->fprintf_func (info->stream, "[");
161 info->fprintf_func (info->stream, "],");
164 info->fprintf_func (info
47 disassemble(bfd_vma memaddr, struct disassemble_info * info, unsigned long insn) argument
367 print_insn_v850(bfd_vma memaddr, struct disassemble_info * info) argument
[all...]
/openbsd-current/gnu/usr.bin/gcc/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...]
/openbsd-current/bin/stty/
H A Dextern.h37 int csearch(char ***, struct info *);
40 int ksearch(char ***, struct info *);
41 int msearch(char ***, struct info *);
/openbsd-current/gnu/llvm/lldb/scripts/
H A Ddisasm-gdb-remote.pl37 { name => 'eax', info => $reg32_href },
38 { name => 'ecx', info => $reg32_href },
39 { name => 'edx', info => $reg32_href },
40 { name => 'ebx', info => $reg32_href },
41 { name => 'esp', info => $reg32_href },
42 { name => 'ebp', info => $reg32_href },
43 { name => 'esi', info => $reg32_href },
44 { name => 'edi', info => $reg32_href },
45 { name => 'eip', info => $reg32_href },
46 { name => 'eflags', info
[all...]
/openbsd-current/gnu/usr.bin/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...]
/openbsd-current/gnu/llvm/libcxxabi/src/
H A Dprivate_typeinfo.cpp235 __dynamic_cast_info info = {thrown_class_type, 0, this, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,};
236 info.number_of_dst_type = 1;
237 thrown_class_type->has_unambiguous_public_base(&info, adjustedPtr, public_path);
238 if (info.path_dst_ptr_to_static_ptr == public_path)
240 adjustedPtr = const_cast<void*>(info.dst_ptr_leading_to_static_ptr);
251 __class_type_info::process_found_base_class(__dynamic_cast_info* info, argument
255 if (info->dst_ptr_leading_to_static_ptr == 0)
258 info->dst_ptr_leading_to_static_ptr = adjustedPtr;
259 info->path_dst_ptr_to_static_ptr = path_below;
260 info
279 has_unambiguous_public_base(__dynamic_cast_info* info, void* adjustedPtr, int path_below) const argument
288 has_unambiguous_public_base(__dynamic_cast_info* info, void* adjustedPtr, int path_below) const argument
299 has_unambiguous_public_base(__dynamic_cast_info* info, void* adjustedPtr, int path_below) const argument
320 has_unambiguous_public_base(__dynamic_cast_info* info, void* adjustedPtr, int path_below) const argument
654 __dynamic_cast_info info = {dst_type, static_ptr, static_type, src2dst_offset, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,}; local
749 process_static_type_above_dst(__dynamic_cast_info* info, const void* dst_ptr, const void* current_ptr, int path_below) const argument
796 process_static_type_below_dst(__dynamic_cast_info* info, const void* current_ptr, int path_below) const argument
863 search_below_dst(__dynamic_cast_info* info, const void* current_ptr, int path_below, bool use_strcmp) const argument
1036 search_below_dst(__dynamic_cast_info* info, const void* current_ptr, int path_below, bool use_strcmp) const argument
1113 search_below_dst(__dynamic_cast_info* info, const void* current_ptr, int path_below, bool use_strcmp) const argument
1182 search_above_dst(__dynamic_cast_info* info, const void* dst_ptr, const void* current_ptr, int path_below, bool use_strcmp) const argument
1256 search_above_dst(__dynamic_cast_info* info, const void* dst_ptr, const void* current_ptr, int path_below, bool use_strcmp) const argument
1271 search_above_dst(__dynamic_cast_info* info, const void* dst_ptr, const void* current_ptr, int path_below, bool use_strcmp) const argument
1286 search_above_dst(__dynamic_cast_info* info, const void* dst_ptr, const void* current_ptr, int path_below, bool use_strcmp) const argument
1307 search_below_dst(__dynamic_cast_info* info, const void* current_ptr, int path_below, bool use_strcmp) const argument
[all...]
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Dieee.c295 ieee_error (struct ieee_info *info, const bfd_byte *p, const char *s) argument
298 fprintf (stderr, "%s: 0x%lx: %s (0x%x)\n", bfd_get_filename (info->abfd),
299 (unsigned long) (p - info->bytes), s, *p);
301 fprintf (stderr, "%s: %s\n", bfd_get_filename (info->abfd), s);
307 ieee_eof (struct ieee_info *info) argument
309 ieee_error (info, (const bfd_byte *) NULL,
329 ieee_read_number (struct ieee_info *info, const bfd_byte **pp, bfd_vma *pv) argument
331 return ieee_read_optional_number (info, pp, pv, (bfd_boolean *) NULL);
338 ieee_read_optional_number (struct ieee_info *info, const bfd_byte **pp, argument
343 if (*pp >= info
404 ieee_read_id(struct ieee_info *info, const bfd_byte **pp, const char **pname, unsigned long *pnamlen) argument
414 ieee_read_optional_id(struct ieee_info *info, const bfd_byte **pp, const char **pname, unsigned long *pnamlen, bfd_boolean *ppresent) argument
477 ieee_read_expression(struct ieee_info *info, const bfd_byte **pp, bfd_vma *pv) argument
587 ieee_builtin_type(struct ieee_info *info, const bfd_byte *p, unsigned int indx) argument
776 ieee_alloc_type(struct ieee_info *info, unsigned int indx, bfd_boolean ref) argument
824 ieee_read_type_index(struct ieee_info *info, const bfd_byte **pp, debug_type *ptype) argument
858 struct ieee_info info; local
944 parse_ieee_bb(struct ieee_info *info, const bfd_byte **pp) argument
1223 parse_ieee_be(struct ieee_info *info, const bfd_byte **pp) argument
1326 parse_ieee_nn(struct ieee_info *info, const bfd_byte **pp) argument
1372 parse_ieee_ty(struct ieee_info *info, const bfd_byte **pp) argument
2069 parse_ieee_atn(struct ieee_info *info, const bfd_byte **pp) argument
2436 ieee_read_cxx_misc(struct ieee_info *info, const bfd_byte **pp, unsigned long count) argument
2522 ieee_read_cxx_class(struct ieee_info *info, const bfd_byte **pp, unsigned long count) argument
3187 ieee_read_cxx_defaults(struct ieee_info *info, const bfd_byte **pp, unsigned long count) argument
3292 ieee_read_reference(struct ieee_info *info, const bfd_byte **pp) argument
3463 ieee_require_asn(struct ieee_info *info, const bfd_byte **pp, bfd_vma *pv) argument
3497 ieee_require_atn65(struct ieee_info *info, const bfd_byte **pp, const char **pname, unsigned long *pnamlen) argument
4056 ieee_change_buffer(struct ieee_handle *info, struct ieee_buflist *buflist) argument
4102 ieee_real_write_byte(struct ieee_handle *info, int b) argument
4128 ieee_write_2bytes(struct ieee_handle *info, int i) argument
4137 ieee_write_number(struct ieee_handle *info, bfd_vma v) argument
4179 ieee_write_id(struct ieee_handle *info, const char *s) argument
4217 ieee_write_asn(struct ieee_handle *info, unsigned int indx, bfd_vma val) argument
4227 ieee_write_atn65(struct ieee_handle *info, unsigned int indx, const char *s) argument
4239 ieee_push_type(struct ieee_handle *info, unsigned int indx, unsigned int size, bfd_boolean unsignedp, bfd_boolean localp) argument
4261 ieee_pop_type(struct ieee_handle *info) argument
4269 ieee_pop_unused_type(struct ieee_handle *info) argument
4277 ieee_pop_type_used(struct ieee_handle *info, bfd_boolean used) argument
4333 ieee_add_range(struct ieee_handle *info, bfd_boolean global, bfd_vma low, bfd_vma high) argument
4389 ieee_start_range(struct ieee_handle *info, bfd_vma low) argument
4404 ieee_end_range(struct ieee_handle *info, bfd_vma high) argument
4420 ieee_define_type(struct ieee_handle *info, unsigned int size, bfd_boolean unsignedp, bfd_boolean localp) argument
4431 ieee_define_named_type(struct ieee_handle *info, const char *name, unsigned int indx, unsigned int size, bfd_boolean unsignedp, bfd_boolean localp, struct ieee_buflist *buflist) argument
4514 ieee_get_modified_info(struct ieee_handle *info, unsigned int indx) argument
4586 struct ieee_handle info; local
4731 struct ieee_handle *info = (struct ieee_handle *) p; local
4811 struct ieee_handle *info = (struct ieee_handle *) p; local
4880 ieee_finish_compilation_unit(struct ieee_handle *info) argument
5031 struct ieee_handle *info = (struct ieee_handle *) data; local
5071 ieee_add_bb11(struct ieee_handle *info, asection *sec, bfd_vma low, bfd_vma high) argument
5164 struct ieee_handle *info = (struct ieee_handle *) p; local
5174 struct ieee_handle *info = (struct ieee_handle *) p; local
5184 struct ieee_handle *info = (struct ieee_handle *) p; local
5217 struct ieee_handle *info = (struct ieee_handle *) p; local
5248 struct ieee_handle *info = (struct ieee_handle *) p; local
5303 struct ieee_handle *info = (struct ieee_handle *) p; local
5431 struct ieee_handle *info = (struct ieee_handle *) p; local
5474 struct ieee_handle *info = (struct ieee_handle *) p; local
5558 struct ieee_handle *info = (struct ieee_handle *) p; local
5574 struct ieee_handle *info = (struct ieee_handle *) p; local
5596 struct ieee_handle *info = (struct ieee_handle *) p; local
5661 struct ieee_handle *info = (struct ieee_handle *) p; local
5681 struct ieee_handle *info = (struct ieee_handle *) p; local
5703 struct ieee_handle *info = (struct ieee_handle *) p; local
5720 struct ieee_handle *info = (struct ieee_handle *) p; local
5759 struct ieee_handle *info = (struct ieee_handle *) p; local
5820 struct ieee_handle *info = (struct ieee_handle *) p; local
5923 struct ieee_handle *info = (struct ieee_handle *) p; local
6032 struct ieee_handle *info = (struct ieee_handle *) p; local
6094 struct ieee_handle *info = (struct ieee_handle *) p; local
6163 struct ieee_handle *info = (struct ieee_handle *) p; local
6197 struct ieee_handle *info = (struct ieee_handle *) p; local
6266 struct ieee_handle *info = (struct ieee_handle *) p; local
6280 ieee_class_method_var(struct ieee_handle *info, const char *physname, enum debug_visibility visibility, bfd_boolean staticp, bfd_boolean constp, bfd_boolean volatilep, bfd_vma voffset, bfd_boolean context) argument
6354 struct ieee_handle *info = (struct ieee_handle *) p; local
6367 struct ieee_handle *info = (struct ieee_handle *) p; local
6378 struct ieee_handle *info = (struct ieee_handle *) p; local
6394 struct ieee_handle *info = (struct ieee_handle *) p; local
6470 struct ieee_handle *info = (struct ieee_handle *) p; local
6501 struct ieee_handle *info = (struct ieee_handle *) p; local
6592 struct ieee_handle *info = (struct ieee_handle *) p; local
6828 struct ieee_handle *info = (struct ieee_handle *) p; local
6863 struct ieee_handle *info = (struct ieee_handle *) p; local
6876 struct ieee_handle *info = (struct ieee_handle *) p; local
6995 struct ieee_handle *info = (struct ieee_handle *) p; local
7078 struct ieee_handle *info = (struct ieee_handle *) p; local
7109 ieee_output_pending_parms(struct ieee_handle *info) argument
7200 struct ieee_handle *info = (struct ieee_handle *) p; local
7236 struct ieee_handle *info = (struct ieee_handle *) p; local
7262 struct ieee_handle *info = (struct ieee_handle *) p; local
7309 struct ieee_handle *info = (struct ieee_handle *) p; local
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Dieee.c296 ieee_error (struct ieee_info *info, const bfd_byte *p, const char *s) argument
299 fprintf (stderr, "%s: 0x%lx: %s (0x%x)\n", bfd_get_filename (info->abfd),
300 (unsigned long) (p - info->bytes), s, *p);
302 fprintf (stderr, "%s: %s\n", bfd_get_filename (info->abfd), s);
308 ieee_eof (struct ieee_info *info) argument
310 ieee_error (info, (const bfd_byte *) NULL,
330 ieee_read_number (struct ieee_info *info, const bfd_byte **pp, bfd_vma *pv) argument
332 return ieee_read_optional_number (info, pp, pv, (bfd_boolean *) NULL);
339 ieee_read_optional_number (struct ieee_info *info, const bfd_byte **pp, argument
344 if (*pp >= info
405 ieee_read_id(struct ieee_info *info, const bfd_byte **pp, const char **pname, unsigned long *pnamlen) argument
415 ieee_read_optional_id(struct ieee_info *info, const bfd_byte **pp, const char **pname, unsigned long *pnamlen, bfd_boolean *ppresent) argument
478 ieee_read_expression(struct ieee_info *info, const bfd_byte **pp, bfd_vma *pv) argument
588 ieee_builtin_type(struct ieee_info *info, const bfd_byte *p, unsigned int indx) argument
777 ieee_alloc_type(struct ieee_info *info, unsigned int indx, bfd_boolean ref) argument
825 ieee_read_type_index(struct ieee_info *info, const bfd_byte **pp, debug_type *ptype) argument
859 struct ieee_info info; local
945 parse_ieee_bb(struct ieee_info *info, const bfd_byte **pp) argument
1224 parse_ieee_be(struct ieee_info *info, const bfd_byte **pp) argument
1327 parse_ieee_nn(struct ieee_info *info, const bfd_byte **pp) argument
1373 parse_ieee_ty(struct ieee_info *info, const bfd_byte **pp) argument
2070 parse_ieee_atn(struct ieee_info *info, const bfd_byte **pp) argument
2437 ieee_read_cxx_misc(struct ieee_info *info, const bfd_byte **pp, unsigned long count) argument
2523 ieee_read_cxx_class(struct ieee_info *info, const bfd_byte **pp, unsigned long count) argument
3188 ieee_read_cxx_defaults(struct ieee_info *info, const bfd_byte **pp, unsigned long count) argument
3293 ieee_read_reference(struct ieee_info *info, const bfd_byte **pp) argument
3464 ieee_require_asn(struct ieee_info *info, const bfd_byte **pp, bfd_vma *pv) argument
3498 ieee_require_atn65(struct ieee_info *info, const bfd_byte **pp, const char **pname, unsigned long *pnamlen) argument
4057 ieee_change_buffer(struct ieee_handle *info, struct ieee_buflist *buflist) argument
4103 ieee_real_write_byte(struct ieee_handle *info, int b) argument
4129 ieee_write_2bytes(struct ieee_handle *info, int i) argument
4138 ieee_write_number(struct ieee_handle *info, bfd_vma v) argument
4180 ieee_write_id(struct ieee_handle *info, const char *s) argument
4218 ieee_write_asn(struct ieee_handle *info, unsigned int indx, bfd_vma val) argument
4228 ieee_write_atn65(struct ieee_handle *info, unsigned int indx, const char *s) argument
4240 ieee_push_type(struct ieee_handle *info, unsigned int indx, unsigned int size, bfd_boolean unsignedp, bfd_boolean localp) argument
4262 ieee_pop_type(struct ieee_handle *info) argument
4270 ieee_pop_unused_type(struct ieee_handle *info) argument
4278 ieee_pop_type_used(struct ieee_handle *info, bfd_boolean used) argument
4334 ieee_add_range(struct ieee_handle *info, bfd_boolean global, bfd_vma low, bfd_vma high) argument
4390 ieee_start_range(struct ieee_handle *info, bfd_vma low) argument
4405 ieee_end_range(struct ieee_handle *info, bfd_vma high) argument
4421 ieee_define_type(struct ieee_handle *info, unsigned int size, bfd_boolean unsignedp, bfd_boolean localp) argument
4432 ieee_define_named_type(struct ieee_handle *info, const char *name, unsigned int indx, unsigned int size, bfd_boolean unsignedp, bfd_boolean localp, struct ieee_buflist *buflist) argument
4515 ieee_get_modified_info(struct ieee_handle *info, unsigned int indx) argument
4587 struct ieee_handle info; local
4734 struct ieee_handle *info = (struct ieee_handle *) p; local
4814 struct ieee_handle *info = (struct ieee_handle *) p; local
4883 ieee_finish_compilation_unit(struct ieee_handle *info) argument
5034 struct ieee_handle *info = (struct ieee_handle *) data; local
5074 ieee_add_bb11(struct ieee_handle *info, asection *sec, bfd_vma low, bfd_vma high) argument
5167 struct ieee_handle *info = (struct ieee_handle *) p; local
5177 struct ieee_handle *info = (struct ieee_handle *) p; local
5187 struct ieee_handle *info = (struct ieee_handle *) p; local
5220 struct ieee_handle *info = (struct ieee_handle *) p; local
5251 struct ieee_handle *info = (struct ieee_handle *) p; local
5306 struct ieee_handle *info = (struct ieee_handle *) p; local
5434 struct ieee_handle *info = (struct ieee_handle *) p; local
5477 struct ieee_handle *info = (struct ieee_handle *) p; local
5561 struct ieee_handle *info = (struct ieee_handle *) p; local
5577 struct ieee_handle *info = (struct ieee_handle *) p; local
5599 struct ieee_handle *info = (struct ieee_handle *) p; local
5664 struct ieee_handle *info = (struct ieee_handle *) p; local
5684 struct ieee_handle *info = (struct ieee_handle *) p; local
5706 struct ieee_handle *info = (struct ieee_handle *) p; local
5723 struct ieee_handle *info = (struct ieee_handle *) p; local
5762 struct ieee_handle *info = (struct ieee_handle *) p; local
5823 struct ieee_handle *info = (struct ieee_handle *) p; local
5926 struct ieee_handle *info = (struct ieee_handle *) p; local
6035 struct ieee_handle *info = (struct ieee_handle *) p; local
6097 struct ieee_handle *info = (struct ieee_handle *) p; local
6166 struct ieee_handle *info = (struct ieee_handle *) p; local
6200 struct ieee_handle *info = (struct ieee_handle *) p; local
6269 struct ieee_handle *info = (struct ieee_handle *) p; local
6283 ieee_class_method_var(struct ieee_handle *info, const char *physname, enum debug_visibility visibility, bfd_boolean staticp, bfd_boolean constp, bfd_boolean volatilep, bfd_vma voffset, bfd_boolean context) argument
6357 struct ieee_handle *info = (struct ieee_handle *) p; local
6370 struct ieee_handle *info = (struct ieee_handle *) p; local
6381 struct ieee_handle *info = (struct ieee_handle *) p; local
6397 struct ieee_handle *info = (struct ieee_handle *) p; local
6473 struct ieee_handle *info = (struct ieee_handle *) p; local
6504 struct ieee_handle *info = (struct ieee_handle *) p; local
6595 struct ieee_handle *info = (struct ieee_handle *) p; local
6831 struct ieee_handle *info = (struct ieee_handle *) p; local
6866 struct ieee_handle *info = (struct ieee_handle *) p; local
6879 struct ieee_handle *info = (struct ieee_handle *) p; local
6998 struct ieee_handle *info = (struct ieee_handle *) p; local
7081 struct ieee_handle *info = (struct ieee_handle *) p; local
7112 ieee_output_pending_parms(struct ieee_handle *info) argument
7203 struct ieee_handle *info = (struct ieee_handle *) p; local
7239 struct ieee_handle *info = (struct ieee_handle *) p; local
7265 struct ieee_handle *info = (struct ieee_handle *) p; local
7312 struct ieee_handle *info = (struct ieee_handle *) p; local
[all...]

Completed in 519 milliseconds

1234567891011>>