HomeSort by relevance Sort by last modified time
    Searched defs:debug_abbrev (Results 1 - 3 of 3) sorted by null

  /external/oprofile/opjitconv/
debug_line.c 442 asection * line_section, * debug_info, * debug_abbrev; local
487 debug_abbrev = create_section(abfd, ".debug_abbrev",
490 if (!debug_abbrev)
499 asection * line_section, * debug_info, * debug_abbrev; local
510 debug_abbrev = bfd_get_section_by_name(abfd, ".debug_abbrev");
511 if (!debug_abbrev)
517 fill_section_content(abfd, debug_abbrev, b_debug_abbrev.p, 0,
  /art/runtime/
elf_file.cc 1577 const Elf32_Shdr* debug_abbrev = all.FindSectionByName(".debug_abbrev"); local
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
dwarf2-info.c 269 yasm_section *debug_abbrev = local
270 yasm_object_get_general(object, ".debug_abbrev", 4, 0, 0, &new, 0);
274 yasm_section_set_align(debug_abbrev, 0, 0);
286 yasm_dwarf2__append_bc(debug_abbrev, abc);
289 head = yasm_dwarf2__add_head(dbgfmt_dwarf2, debug_info, debug_abbrev, 1, 0);
358 yasm_dwarf2__append_bc(debug_abbrev, abc);

Completed in 606 milliseconds