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

  /external/oprofile/opjitconv/
create_bfd.c 75 asection * create_section(bfd * abfd, char const * section_name, function
80 verbprintf(debug, "create_section() %s\n", section_name);
122 section = create_section(cur_bfd, section_name, size, vma_start,
debug_line.c 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",
opjitconv.h 102 asection * create_section(bfd * abfd, char const * section_name,

Completed in 107 milliseconds