Home
last modified time | relevance | path

Searched refs:Visitor (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/gold/
Dobject.h293 class Visitor
296 Visitor() in Visitor() function
300 ~Visitor() in ~Visitor()
309 for_all_got_offsets(Visitor* v) const in for_all_got_offsets()
718 for_all_local_got_entries(Got_offset_list::Visitor* v) const in for_all_local_got_entries()
952 do_for_all_local_got_entries(Got_offset_list::Visitor* v) const = 0;
2070 do_for_all_local_got_entries(Got_offset_list::Visitor* v) const;
Ddynobj.h207 do_for_all_local_got_entries(Got_offset_list::Visitor* v) const;
Dplugin.h546 do_for_all_local_got_entries(Got_offset_list::Visitor* v) const;
Dincremental.cc1843 class Local_got_offset_visitor : public Got_offset_list::Visitor
1880 class Global_got_offset_visitor : public Got_offset_list::Visitor
2855 Got_offset_list::Visitor*) const in do_for_all_local_got_entries()
Dincremental.h2114 do_for_all_local_got_entries(Got_offset_list::Visitor* v) const;
Ddynobj.cc826 Got_offset_list::Visitor*) const in do_for_all_local_got_entries()
Dplugin.cc1545 Got_offset_list::Visitor*) const in do_for_all_local_got_entries()
Dobject.cc425 Got_offset_list::Visitor* v) const in do_for_all_local_got_entries()
DChangeLog-08157805 (class Local_got_offset_visitor): Derive from Got_offset_list::Visitor;