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

/freebsd-9.3-release/contrib/binutils/binutils/
H A Ddwarf.c36 static debug_info *debug_information = NULL; variable
1569 debug_information = cmalloc (num_units,
1570 sizeof (* debug_information));
1571 if (debug_information == NULL)
1637 debug_information [unit].cu_offset = cu_offset;
1638 debug_information [unit].pointer_size
1640 debug_information [unit].base_address = 0;
1641 debug_information [unit].loc_offsets = NULL;
1642 debug_information [unit].have_frame_base = NULL;
1643 debug_information [uni
[all...]

Completed in 78 milliseconds