Home
last modified time | relevance | path

Searched refs:allocated_sizes_are_fixed (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/gold/
Doutput.h380 { Output_data::allocated_sizes_are_fixed = true; } in layout_complete()
385 { return Output_data::allocated_sizes_are_fixed; } in is_layout_complete()
580 static bool allocated_sizes_are_fixed; variable
Doutput.cc160 bool Output_data::allocated_sizes_are_fixed; member in gold::Output_data