Searched refs:notice (Results 1 - 7 of 7) sorted by relevance

/haiku-fatelf/src/bin/gdb/bfd/
H A Dcoff-aux.c102 if (! (*info->callbacks->notice) (info, name, abfd, section, value))
H A Dlinker.c1539 if (! (*info->callbacks->notice) (info, h->root.string, abfd, section,
/haiku-fatelf/headers/os/app/
H A DHandler.h80 virtual void SendNotices(uint32 what, const BMessage* notice = NULL);
/haiku-fatelf/src/kits/app/
H A DHandler.cpp98 status_t SendNotices(uint32 what, const BMessage* notice);
110 void _SendNotices(uint32 what, BMessage* notice);
675 const BMessage* notice)
677 handler->BHandler::SendNotices(what, notice);
674 _ReservedHandler1__8BHandler(BHandler* handler, uint32 what, const BMessage* notice) argument
/haiku-fatelf/src/apps/diskprobe/
H A DDataEditor.cpp1202 BMessage *notice;
1204 notice = new BMessage(*message);
1205 notice->what = what;
1207 notice = new BMessage(what);
1211 messenger->SendMessage(notice);
1214 delete notice;
/haiku-fatelf/src/bin/gdb/include/
H A Dbfdlink.h271 /* TRUE if every symbol should be reported back via the notice
352 /* Hash table of symbols to report back via the notice callback. If
519 bfd_boolean (*notice)
517 bfd_boolean (*notice) member in struct:bfd_link_callbacks
/haiku-fatelf/src/bin/gdb/gdb/
H A DChangeLog-3.x320 * hp300bsd-dep.c: Fix copyright notice.
865 * sparc-opcode.h, sparc-pinsn.c: Correct copyright notice.
2665 * *.*: Changed copyright notice to use new GNU General Public

Completed in 90 milliseconds