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

  /external/oprofile/opjitconv/
debug_line.c 437 static struct growable_buffer b_debug_info; variable in typeref:struct:growable_buffer
446 init_buffer(&b_debug_info);
468 add_compilation_unit(&b_debug_info, b_line.size);
482 debug_info = create_section(abfd, ".debug_info", b_debug_info.size, 0,
515 fill_section_content(abfd, debug_info, b_debug_info.p,
516 0, b_debug_info.size);
522 free_buffer(&b_debug_info);

Completed in 158 milliseconds