BFD exports a "bfd_set_private_flags" method for accessing whatever private flags field the back end wants to expose. It's generally used by the assembler. But I notice that there is no "bfd_get_private_flags" method. I've recently come across a situation where that would be helpful, and I'd like to try to implement it. Would that be considered a good thing?