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

1234567891011>>

/macosx-10.10/cxxfilt-11/cxxfilt/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 Dspu-dis.c92 print_insn_spu (bfd_vma memaddr, struct disassemble_info *info) argument
102 status = (*info->read_memory_func) (memaddr, buffer, 4, info);
105 (*info->memory_error_func) (status, memaddr, info);
115 (*info->fprintf_func) (info->stream, ".long 0x%x", insn);
122 (*info->fprintf_func) (info->stream, "%s", index->mnemonic);
129 (*info
[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
823 (*info->print_address_func) (addr + disp, info); local
1208 match_insn_m68k(bfd_vma memaddr, disassemble_info * info, const struct m68k_opcode * best) argument
1355 m68k_scan_mask(bfd_vma memaddr, disassemble_info *info, unsigned int arch_mask) argument
1470 print_insn_m68k(bfd_vma memaddr, disassemble_info *info) argument
[all...]
H A Dppc-dis.c40 powerpc_dialect (struct disassemble_info *info) argument
47 if (info->disassembler_options
48 && strstr (info->disassembler_options, "booke") != NULL)
50 else if ((info->mach == bfd_mach_ppc_e500)
51 || (info->disassembler_options
52 && strstr (info->disassembler_options, "e500") != NULL))
58 else if (info->disassembler_options
59 && strstr (info->disassembler_options, "efs") != NULL)
61 else if (info->disassembler_options
62 && strstr (info
107 print_insn_big_powerpc(bfd_vma memaddr, struct disassemble_info *info) argument
116 print_insn_little_powerpc(bfd_vma memaddr, struct disassemble_info *info) argument
125 print_insn_rs6000(bfd_vma memaddr, struct disassemble_info *info) argument
133 print_insn_powerpc(bfd_vma memaddr, struct disassemble_info *info, int bigendian, int dialect) argument
253 (*info->print_address_func) (memaddr + value, info); local
255 (*info->print_address_func) ((bfd_vma) value & 0xffffffff, info); local
[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...]
H A Ddis-buf.c25 /* Get LENGTH bytes from info's buffer, at target address memaddr.
31 struct disassemble_info *info)
33 unsigned int opb = info->octets_per_byte;
35 unsigned int max_addr_offset = info->buffer_length / opb;
36 unsigned int octets = (memaddr - info->buffer_vma) * opb;
38 if (memaddr < info->buffer_vma
39 || memaddr - info->buffer_vma + end_addr_offset > max_addr_offset)
42 memcpy (myaddr, info->buffer + octets, length);
53 struct disassemble_info *info)
57 info
28 buffer_read_memory(bfd_vma memaddr, bfd_byte *myaddr, unsigned int length, struct disassemble_info *info) argument
51 perror_memory(int status, bfd_vma memaddr, struct disassemble_info *info) argument
78 generic_print_address(bfd_vma addr, struct disassemble_info *info) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/win/
H A DContextMenuItemWin.cpp45 ContextMenuItem::ContextMenuItem(const MENUITEMINFO& info) argument
47 if (info.fMask & MIIM_FTYPE)
48 m_type = info.fType == MFT_SEPARATOR ? SeparatorType : ActionType;
52 if (m_type == ActionType && info.fMask & MIIM_STRING)
53 m_title = String(info.dwTypeData, info.cch);
55 if ((info.fMask & MIIM_SUBMENU) && info.hSubMenu) {
57 ContextMenu::getContextMenuItems(info.hSubMenu, m_subMenuItems);
60 if (info
80 MENUITEMINFO info = {0}; local
[all...]
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/gtk/
H A DWebKitMimeInfo.cpp45 WebKitMimeInfo* info = g_slice_new(WebKitMimeInfo); local
46 new (info) WebKitMimeInfo(mimeInfo);
47 return info;
52 * @info: a #WebKitMimeInfo
54 * Atomically increments the reference count of @info by one. This
59 WebKitMimeInfo* webkit_mime_info_ref(WebKitMimeInfo* info) argument
61 g_atomic_int_inc(&info->referenceCount);
62 return info;
67 * @info: a #WebKitMimeInfo
69 * Atomically decrements the reference count of @info b
74 webkit_mime_info_unref(WebKitMimeInfo* info) argument
88 webkit_mime_info_get_mime_type(WebKitMimeInfo* info) argument
106 webkit_mime_info_get_description(WebKitMimeInfo* info) argument
128 webkit_mime_info_get_extensions(WebKitMimeInfo* info) argument
[all...]
H A DWebKitCertificateInfo.cpp45 const CertificateInfo& webkitCertificateInfoGetCertificateInfo(WebKitCertificateInfo* info) argument
47 ASSERT(info);
48 return info->certificateInfo;
53 * @info: a #WebKitCertificateInfo
61 WebKitCertificateInfo* webkit_certificate_info_copy(WebKitCertificateInfo* info) argument
63 g_return_val_if_fail(info, 0);
66 new (copy) WebKitCertificateInfo(info);
72 * @info: a #WebKitCertificateInfo
78 void webkit_certificate_info_free(WebKitCertificateInfo* info) argument
80 g_return_if_fail(info);
97 webkit_certificate_info_get_tls_certificate(WebKitCertificateInfo *info) argument
115 webkit_certificate_info_get_tls_errors(WebKitCertificateInfo *info) argument
[all...]
/macosx-10.10/tcl-105/tk/tk/xlib/
H A Dxutil.c75 XVisualInfo *info = (XVisualInfo *) ckalloc(sizeof(XVisualInfo));
76 info->visual = DefaultVisual(display, 0);
77 info->visualid = info->visual->visualid;
78 info->screen = 0;
79 info->depth = info->visual->bits_per_rgb;
80 info->class = info->visual->class;
81 info
73 XVisualInfo *info = (XVisualInfo *) ckalloc(sizeof(XVisualInfo)); local
[all...]
/macosx-10.10/tcl-105/tk84/tk/xlib/
H A Dxutil.c81 XVisualInfo *info = (XVisualInfo *)ckalloc(sizeof(XVisualInfo));
82 info->visual = DefaultVisual(display, 0);
83 info->visualid = info->visual->visualid;
84 info->screen = 0;
85 info->depth = info->visual->bits_per_rgb;
86 info->class = info->visual->class;
87 info
79 XVisualInfo *info = (XVisualInfo *)ckalloc(sizeof(XVisualInfo)); local
[all...]
/macosx-10.10/postfix-255/postfix/src/global/
H A Ddelivered_hdr.c14 /* int delivered_hdr_find(info, address)
15 /* DELIVERED_HDR_INFO *info;
18 /* void delivered_hdr_free(info)
19 /* DELIVERED_HDR_INFO *info;
53 /* .IP info
115 DELIVERED_HDR_INFO *info; local
121 info = (DELIVERED_HDR_INFO *) mymalloc(sizeof(*info));
122 info->flags = flags;
123 info
163 delivered_hdr_find(DELIVERED_HDR_INFO *info, const char *address) argument
181 delivered_hdr_free(DELIVERED_HDR_INFO *info) argument
[all...]
H A Dmail_stream.c31 /* void mail_stream_cleanup(info)
32 /* MAIL_STREAM *info;
34 /* int mail_stream_finish(info, why)
35 /* MAIL_STREAM *info;
38 /* void mail_stream_ctl(info, op, ...)
39 /* MAIL_STREAM *info;
150 void mail_stream_cleanup(MAIL_STREAM *info) argument
152 FREE_AND_WIPE(info->close, info->stream);
153 FREE_AND_WIPE(myfree, info
214 mail_stream_finish_file(MAIL_STREAM *info, VSTRING *unused_why) argument
372 mail_stream_finish_ipc(MAIL_STREAM *info, VSTRING *why) argument
397 mail_stream_finish(MAIL_STREAM *info, VSTRING *why) argument
408 MAIL_STREAM *info; local
436 MAIL_STREAM *info; local
464 MAIL_STREAM *info; local
514 mail_stream_ctl(MAIL_STREAM *info, int op,...) argument
[all...]
/macosx-10.10/xnu-2782.1.97/libsyscall/wrappers/libproc/
H A Dproc_listpidspath.c64 fdOpenInfoRef info; local
67 info = malloc(sizeof(*info));
68 if (!info)
71 info->pids = NULL;
72 info->pids_count = 0;
73 info->pids_size = 0;
75 info->threads = NULL;
76 info->thr_count = 0;
77 info
103 check_free(fdOpenInfoRef info) argument
133 check_file(fdOpenInfoRef info, struct vinfo_stat *sb) argument
166 check_process_vnodes(fdOpenInfoRef info, int pid) argument
212 check_process_text(fdOpenInfoRef info, int pid) argument
279 check_process_fds(fdOpenInfoRef info, int pid) argument
382 check_process_threads(fdOpenInfoRef info, int pid) argument
479 check_process_phase1(fdOpenInfoRef info, int pid) argument
517 check_process_phase2(fdOpenInfoRef info, int pid) argument
556 fdOpenInfoRef info; local
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/inspector/remote/
H A DRemoteInspectorDebuggable.cpp67 RemoteInspectorDebuggableInfo RemoteInspectorDebuggable::info() const function in class:Inspector::RemoteInspectorDebuggable
69 RemoteInspectorDebuggableInfo info; local
70 info.identifier = identifier();
71 info.type = type();
72 info.name = name();
73 info.url = url();
74 info.hasLocalDebugger = hasLocalDebugger();
75 info.remoteDebuggingAllowed = remoteDebuggingAllowed();
76 return info;
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/dladdr/
H A Dmain.c52 Dl_info info; local
53 if ( dladdr(&bar, &info) == 0 ) {
57 if ( strcmp(info.dli_sname, "bar") != 0 ) {
58 if ( strcmp(info.dli_sname, "_bar") == 0 ) {
59 XFAIL("dladdr()->dli_sname is \"%s\" instead of \"bar\"", info.dli_sname);
62 FAIL("dladdr()->dli_sname is \"%s\" instead of \"bar\"", info.dli_sname);
66 if ( info.dli_saddr != &bar) {
71 if ( info.dli_fbase != _dyld_get_image_header_containing_address(&bar) ) {
81 Dl_info info; local
82 if ( dladdr(&foo, &info)
105 Dl_info info; local
[all...]
/macosx-10.10/kext_tools-384.1.4/
H A Dkextd_mig_server.h32 void * info);
/macosx-10.10/cxxfilt-11/cxxfilt/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...]
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOBootFramebuffer.cpp107 IODisplayModeInformation * info )
113 bzero( info, sizeof( *info));
115 info->maxDepthIndex = 0;
116 info->nominalWidth = bootDisplay.v_width;
117 info->nominalHeight = bootDisplay.v_height;
118 info->refreshRate = 75 << 16;
131 IOPixelAperture aperture, IOPixelInformation * info )
140 bzero( info, sizeof( *info));
199 IOPixelInformation info; local
[all...]
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/dladdr-stripped/
H A Dmain.c39 Dl_info info; local
40 if ( dladdr(&main, &info) == 0 ) {
45 if ( info.dli_sname != NULL ){
46 FAIL("dladdr() returned: \"%s\" instead of NULL", info.dli_sname);

Completed in 175 milliseconds

1234567891011>>