Home
last modified time | relevance | path

Searched refs:after_write_object_contents (Results 1 – 12 of 12) sorted by relevance

/dragonfly/contrib/binutils-2.27/bfd/
H A Dlibcoff.h138 bfd_boolean (*after_write_object_contents) (bfd *); member
H A Delf-bfd.h1639 bfd_boolean (*after_write_object_contents) (bfd *); member
H A Dcoffcode.h4362 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()
H A Delf.c6097 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()
/dragonfly/contrib/binutils-2.34/bfd/
H A Dlibcoff.h142 bfd_boolean (*after_write_object_contents) (bfd *); member
H A Delf-bfd.h1801 bfd_boolean (*after_write_object_contents) (bfd *); member
H A Dcoffcode.h4063 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()
H A Delf.c6678 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()
/dragonfly/contrib/gdb-7/bfd/
H A Delf-bfd.h1546 bfd_boolean (*after_write_object_contents) (bfd *); member
H A Delf.c5340 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()
/dragonfly/contrib/binutils-2.34/ld/
H A Dldelf.c1390 t->o->build_id.after_write_object_contents = &write_build_id; in ldelf_setup_build_id()
/dragonfly/contrib/binutils-2.27/ld/emultempl/
H A Delf32.em1003 t->o->build_id.after_write_object_contents = &write_build_id;