What are BFD targets?
A BFD target is a file that has been loaded using libbfd, part of the GNU binutils distribution. BFD targets have many advantages: the target architecture is automatically detected, memory maps are not required, and elements of the object file structure such as sections and symbols are available. Use of BFD targets is recommended when the target is supported by libbfd.