Searched refs:after_write_object_contents (Results 1 – 12 of 12) sorted by relevance
138 bfd_boolean (*after_write_object_contents) (bfd *); member
1639 bfd_boolean (*after_write_object_contents) (bfd *); member
4362 if (pe->build_id.after_write_object_contents != NULL) in coff_write_object_contents()4363 (*pe->build_id.after_write_object_contents) (abfd); in coff_write_object_contents()
6097 if (t->o->build_id.after_write_object_contents != NULL) in _bfd_elf_write_object_contents()6098 return (*t->o->build_id.after_write_object_contents) (abfd); in _bfd_elf_write_object_contents()
142 bfd_boolean (*after_write_object_contents) (bfd *); member
1801 bfd_boolean (*after_write_object_contents) (bfd *); member
4063 if (pe->build_id.after_write_object_contents != NULL) in coff_write_object_contents()4064 (*pe->build_id.after_write_object_contents) (abfd); in coff_write_object_contents()
6678 if (t->o->build_id.after_write_object_contents != NULL) in _bfd_elf_write_object_contents()6679 return (*t->o->build_id.after_write_object_contents) (abfd); in _bfd_elf_write_object_contents()
1546 bfd_boolean (*after_write_object_contents) (bfd *); member
5340 if (t->o->build_id.after_write_object_contents != NULL) in _bfd_elf_write_object_contents()5341 return (*t->o->build_id.after_write_object_contents) (abfd); in _bfd_elf_write_object_contents()
1390 t->o->build_id.after_write_object_contents = &write_build_id; in ldelf_setup_build_id()
1003 t->o->build_id.after_write_object_contents = &write_build_id;