Lines Matching defs:sections

114   { "section-headers", 'S', NULL, 0, N_("Display the sections' headers"), 0 },
115 { "sections", 'S', NULL, OPTION_ALIAS | OPTION_HIDDEN, NULL, 0 },
117 N_("Display the symbol table sections"), 0 },
126 N_("Display sections for exception handling"), 0 },
136 N_("Print string contents of sections"), 0 },
151 N_("Show compression information for compressed sections (when used with -S); decompress section before dumping data (when used with -p or -x)"), 0 },
245 /* True if we want to show more information about compressed sections. */
251 /* Select printing of debugging sections. */
276 /* Select hex dumping of sections. */
280 /* Select string dumping of sections. */
291 /* Numbers of sections and program headers in the file. */
654 error (0, 0, _("cannot determine number of sections: %s"),
939 /* Check whether there are any compressed sections in the ELF file. */
978 /* Determine the number of sections. */
980 error_exit (0, _("cannot determine number of sections: %s"),
989 may have applied relocation to some sections. If there are any
990 compressed sections, any pass (or libdw/libdwfl) might have
1251 size_t sections;
1252 if (unlikely (elf_getshdrnum (ebl->elf, &sections) < 0))
1253 error_exit (0, _("cannot get number of sections: %s"),
1259 sections, ehdr->e_shoff);
1459 size_t sections;
1460 if (unlikely (elf_getshdrnum (ebl->elf, &sections) < 0))
1461 error_exit (0, _("cannot get number of sections: %s"),
1464 if (sections == 0)
1465 /* No sections in the file. Punt. */
1487 /* Iterate over the sections. */
1506 /* Compare allocated sections by VMA, unallocated
1507 sections by file offset. */
1663 /* Find all relocation sections and handle them. */
2024 /* Find all relocation sections and handle them. */
2491 /* Find out whether we have other sections we might need. */
2723 /* Find the version information sections. For this we have to
3589 /* Find the library list sections. For this we have to search
3658 /* Find the object attributes sections. For this we have to search
3700 /* Loop over the sections. */
11586 section. Various other sections depend on the CU DIEs being
11621 /* Look through all the sections for the debugging sections to print. */
12765 /* If we have section headers, just look for SHT_NOTE sections.
12804 sections. There can be more than one. */