Lines Matching full:info
115 INFO is a pointer to this struct.
119 struct disassemble_info *info);
123 MEMADDR is the address that we were trying to read. INFO is a
126 (int status, bfd_vma memaddr, struct disassemble_info *info);
130 (bfd_vma addr, struct disassemble_info *info);
140 (bfd_vma addr, struct disassemble_info * info);
146 (asymbol *, struct disassemble_info * info);
187 this information. This info is set each time an instruction is
193 char insn_info_valid; /* Branch info has been set. */
301 Should only be called after initialising the info->arch field. */
302 extern void disassemble_init_for_target (struct disassemble_info * info);
318 It prints a message using info->fprintf_func and info->stream. */
338 extern void init_disassemble_info (struct disassemble_info *info, void *stream,
342 #define INIT_DISASSEMBLE_INFO(INFO, STREAM, FPRINTF_FUNC) \
343 init_disassemble_info (&(INFO), (STREAM), (fprintf_ftype) (FPRINTF_FUNC))
344 #define INIT_DISASSEMBLE_INFO_NO_ARCH(INFO, STREAM, FPRINTF_FUNC) \
345 init_disassemble_info (&(INFO), (STREAM), (fprintf_ftype) (FPRINTF_FUNC))