On Sat, Jan 20, 2024 at 7:44 PM Frederick Virchanza Gotham wrote: > > Am I right in thinking that I should be looking in the file "bfd/linker.c", Line 1382, at the function "_bfd_generic_link_add_one_symbol" I'm still a bit clueless here, but here's what I've got so far, I'm able to print out a list of all the classes that have both a vtable and a typeinfo: Here's the link to Github showing the changes I've made so far, I've created two new files 'polymorphism.h' and 'polymorphism.c'. https://github.com/bminor/binutils-gdb/compare/5a75433a122ea1037ccb4e948332f4886e242911...healytpk:linker-vtable:master