Searched refs:b_debug_info (Results 1 - 1 of 1) sorted by relevance

/external/oprofile/opjitconv/
H A Ddebug_line.c437 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 115 milliseconds