HomeSort by: relevance | last modified time | path
    Searched defs:is_mainfile (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/binutils/
objdump.c 4480 bool is_mainfile = *(bool *) arg;
4485 if (!is_mainfile && !process_links
4528 dump_dwarf (bfd *abfd, bool is_mainfile)
4554 bfd_map_over_sections (abfd, dump_dwarf_section, (void *) &is_mainfile);
4990 dump_sframe_section (bfd *abfd, const char *sect_name, bool is_mainfile)
5016 dump_dwarf (abfd, is_mainfile);
5680 might_need_separate_debug_info (bool is_mainfile)
5683 if (! is_mainfile)
5702 dump_bfd (bfd *abfd, bool is_mainfile)
5714 if (byte_get != NULL && might_need_separate_debug_info (is_mainfile))
4474 bool is_mainfile = *(bool *) arg; local
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
objdump.c 4493 bool is_mainfile = *(bool *) arg;
4498 if (!is_mainfile && !process_links
4540 dump_dwarf (bfd *abfd, bool is_mainfile)
4566 bfd_map_over_sections (abfd, dump_dwarf_section, (void *) &is_mainfile);
5002 dump_sframe_section (bfd *abfd, const char *sect_name, bool is_mainfile)
5027 dump_dwarf (abfd, is_mainfile);
5691 might_need_separate_debug_info (bool is_mainfile)
5694 if (! is_mainfile)
5713 dump_bfd (bfd *abfd, bool is_mainfile)
5725 if (byte_get != NULL && might_need_separate_debug_info (is_mainfile))
4487 bool is_mainfile = *(bool *) arg; local
    [all...]

Completed in 31 milliseconds