HomeSort by relevance Sort by last modified time
    Searched full:debug_sections (Results 1 - 8 of 8) sorted by null

  /external/swiftshader/third_party/subzero/bloat/
bloat.py 314 debug_sections = []
325 debug_sections.append((name, int(size, 16)))
329 return sections, debug_sections
352 sections, debug_sections = parse_objdump(objdump)
354 debug_sections = jsonify_sections('debug', debug_sections)
355 size = sections['data']['$area'] + debug_sections['data']['$area']
359 'children': [ debug_sections, sections ]})
  /toolchain/binutils/binutils-2.25/bfd/
dwarf2.c 93 const struct dwarf_debug_section *debug_sections; member in struct:dwarf2_debug
636 if (! read_section (unit->abfd, &stash->debug_sections[debug_str],
689 stash->debug_sections + debug_str_alt,
735 stash->debug_sections + debug_info_alt,
817 if (! read_section (abfd, &stash->debug_sections[debug_abbrev],
    [all...]
ChangeLog-2011 768 * dwarf2.c (struct dwarf2_debug): Add field debug_sections.
776 (find_debug_info): Add debug_sections parameter. Use it instead
779 (find_line): Add debug_sections argument. Initialize
780 debug_sections field of stash from it.
782 (_bfd_dwarf2_find_nearest_line): Add debug_sections argument.
790 (_bfd_dwarf2_find_nearest_line): Add debug_sections argument.
    [all...]
coffgen.c     [all...]
  /external/elfutils/src/
readelf.c 8337 } debug_sections[] = local
    [all...]
ChangeLog     [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
obj-macho.c 736 static const char * const debug_sections[] = variable
767 section = obj_mach_o_segT_from_bfd_name (debug_sections[sect_index], 1);
    [all...]
  /toolchain/binutils/binutils-2.25/gas/
ChangeLog-2011 96 (debug_sections): New.
    [all...]

Completed in 189 milliseconds