Home | History | Annotate | Download | only in opjitconv

Lines Matching full:abfd

440 int init_debug_line_info(bfd * abfd)
477 line_section = create_section(abfd, ".debug_line", b_line.size, 0,
482 debug_info = create_section(abfd, ".debug_info", b_debug_info.size, 0,
487 debug_abbrev = create_section(abfd, ".debug_abbrev",
497 int finalize_debug_line_info(bfd * abfd)
501 line_section = bfd_get_section_by_name(abfd, ".debug_line");
505 debug_info = bfd_get_section_by_name(abfd, ".debug_info");
510 debug_abbrev = bfd_get_section_by_name(abfd, ".debug_abbrev");
514 fill_section_content(abfd, line_section, b_line.p, 0, b_line.size);
515 fill_section_content(abfd, debug_info, b_debug_info.p,
517 fill_section_content(abfd, debug_abbrev, b_debug_abbrev.p, 0,