Lines Matching defs:current
62 * libdisasm callback data. Keeps track of current data (function or section)
66 dis_tgt_t *db_tgt; /* current dis target */
77 * formatted symbol, based on the offset and current setttings.
201 * based on the maximum width that the current symbol can be.
302 * in order, so update our current offset within the buffer appropriately.
303 * We only support reading from within the current object; libdisasm should
354 * Print out data in two-byte chunks. If the current address
475 dis_tgt_t *tgt, *current;
494 for (current = tgt; current != NULL; current = dis_tgt_next(current)) {
495 dis_tgt_ehdr(current, &ehdr);
596 if (!g_quiet && dis_tgt_member(current) != NULL)
598 dis_tgt_member(current));
603 if ((dhp = dis_handle_create(g_flags, current, do_lookup,
613 dis_tgt_section_iter(current, dis_text_section, dhp);
617 ca.ca_tgt = current;
626 current);
628 current);