Home
last modified time | relevance | path

Searched refs:stub_list (Results 1 – 2 of 2) sorted by relevance

/openbsd/usr.sbin/pkg_add/OpenBSD/
H A DOldLibs.pm198 ($o->{plist}, my $stub_list) = split_libs($o->plist, $libs);
199 my $stub_name = $stub_list->pkgname;
207 $state->shlibs->add_libs_from_plist($stub_list);
208 $stub_list->to_cache;
215 my $f = OpenBSD::PackingElement::FDESC->add($stub_list, DESC);
218 $stub_list->to_installation;
223 OpenBSD::PkgCfl::register($stub_list, $state);
225 adjust_depends_closure($oldname, $stub_list, $state);
/openbsd/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Drs6000.c12860 static tree stub_list = 0; variable
12873 TREE_CHAIN (stub) = stub_list;
12874 stub_list = stub;
12893 for (stub = stub_list; stub; stub = TREE_CHAIN (stub)) in output_compiler_stub()
12926 stub_list = 0; in output_compiler_stub()
12937 for (stub = stub_list; stub; stub = TREE_CHAIN (stub))
12951 for (stub = stub_list; stub; stub = TREE_CHAIN (stub))