Searched refs:after_write_object_contents (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/binutils/bfd/
H A Dlibcoff-in.h134 bfd_boolean (*after_write_object_contents) (bfd *); member in struct:pe_tdata::__anon157
H A Dlibcoff.h138 bfd_boolean (*after_write_object_contents) (bfd *); member in struct:pe_tdata::__anon158
H A Delf-bfd.h1678 bfd_boolean (*after_write_object_contents) (bfd *);
1676 bfd_boolean (*after_write_object_contents) (bfd *); member in struct:output_elf_obj_tdata::__anon43
H A Dcoffcode.h4371 if (pe->build_id.after_write_object_contents != NULL)
4372 (*pe->build_id.after_write_object_contents) (abfd);
H A Delf.c6270 if (t->o->build_id.after_write_object_contents != NULL)
6271 return (*t->o->build_id.after_write_object_contents) (abfd);

Completed in 145 milliseconds