Lines Matching defs:sections
49 int g_doall; /* true if no functions or sections were given */
52 dis_namelist_t *g_seclist; /* list of sections to disassemble, if any */
395 * is called for all sections when no other flags are specified. We ignore any
396 * data sections, and print out only those sections containing text.
403 /* ignore data sections */
468 * appropriate for the file. We then resolve any named sections or functions
469 * against the file, and iterate over the results (or all sections if no flags
476 dis_scnlist_t *sections;
610 * With no arguments, iterate over all sections and
621 * If sections or functions were explicitly specified,
625 sections = dis_namelist_resolve_sections(g_seclist,
630 dis_scnlist_iter(sections, dis_named_section, &ca);
633 dis_scnlist_destroy(sections);
710 * No compiler has emitted these sections in many years,