Searched refs:so (Results 1 - 25 of 119) sorted by relevance

12345

/haiku-fatelf/src/system/libroot/posix/stdio/
H A Dputchar.c48 register FILE *so = stdout; local
50 return (__sputc(c, so));
/haiku-fatelf/src/bin/gdb/readline/shlib/
H A DMakefile.in93 .SUFFIXES: .so
95 .c.so:
127 SHARED_HISTOBJ = history.so histexpand.so histfile.so histsearch.so shell.so \
128 mbutil.so
129 SHARED_TILDEOBJ = tilde.so
130 SHARED_OBJ = readline.so vi_mod
[all...]
/haiku-fatelf/src/bin/gdb/gdb/
H A Dsolib.c205 static int solib_map_sections (struct so_list *so)
227 struct so_list *so = (struct so_list *) arg; /* catch_errors bogon */ local
235 filename = tilde_expand (so->so_name);
255 so->abfd = abfd;
258 /* copy full path name into so_name, so that later symbol_file_add
262 strcpy (so->so_name, scratch_pathname);
269 if (build_section_table (abfd, &so->sections, &so->sections_end))
275 for (p = so->sections; p < so
315 free_so(struct so_list *so) argument
352 struct so_list *so = (struct so_list *) arg; /* catch_errs bogon */ local
645 struct so_list *so = NULL; /* link map state variable */ local
720 struct so_list *so = 0; /* link map state variable */ local
767 struct so_list *so = so_list_head; local
[all...]
H A Dsolib-osf.c198 /* Sort LMI->secs so that osf_relocate_section_addresses() can binary-search
236 osf_relocate_section_addresses (struct so_list *so, argument
242 /* Fetch SO's section names if we haven't done so already. */
243 lmi = so->lm_info;
260 osf_free_so (struct so_list *so) argument
265 for (i = 0; i < so->lm_info->nsecs; i++)
267 name = so->lm_info->secs[i].name;
271 xfree (so->lm_info);
368 routines, so we use that. */
395 init_so (struct so_list *so, cha argument
425 init_sec(struct so_list *so, int secidx, CORE_ADDR nameaddr, const char *name, CORE_ADDR vaddr, CORE_ADDR mapaddr) argument
441 read_map(struct read_map_ctxt *ctxt, struct so_list *so) argument
524 struct so_list *head = NULL, *tail, *newtail, so; local
568 struct so_list so; local
[all...]
H A Dpa64solib.c219 pa64_solib_add_solib_objfile (struct so_list *so, char *name, int from_tty, argument
228 /* We need the BFD so that we can look at its sections. We open up the
276 so->objfile = symbol_file_add (name, from_tty, section_addrs, 0, OBJF_SHARED);
277 so->abfd = so->objfile->obfd;
280 so->objfile->flags |= OBJF_SHARED;
283 objfile_data (so->objfile, hppa_objfile_priv_data);
287 obstack_alloc (&so->objfile->objfile_obstack,
289 set_objfile_data (so->objfile, hppa_objfile_priv_data, obj_private);
294 obj_private->so_info = so;
303 pa64_solib_load_symbols(struct so_list *so, char *name, int from_tty, CORE_ADDR text_addr, struct target_ops *target) argument
830 struct so_list *so = so_list_head; local
926 so_lib_thread_start_addr(struct so_list *so) argument
[all...]
/haiku-fatelf/src/tests/system/runtime_loader/test_suite/
H A Dload_lookup_next14 # <- liba.so
5 # <- libb.so
6 # <- libd.so
8 # Expected: dlsym(RTLD_NEXT) finds symbol in order liba.so, libb.so, libd.so
14 # create libd.so
20 compile_lib -o libd.so libd.c
23 # create libb.so
37 compile_lib_dl -o libb.so lib
[all...]
H A Dload_resolve_order14 # <- liba.so
5 # <- libb.so
6 # <- libb_dependency.so
8 # Expected: Undefined symbol in program resolves to symbol in liba.so,
9 # not to symbol in libb_dependency.so.
15 # create liba.so
21 compile_lib -o liba.so liba.c
24 # create libb_dependency.so
30 compile_lib -o libb_dependency.so libb_dependency.c
33 # create libb.so
[all...]
H A Dload_resolve_order24 # <- libb.so
5 # <- libb_dependency.so
6 # <- liba.so
8 # Expected: Undefined symbol in program resolves to symbol in liba.so,
9 # not to symbol in libb_dependency.so.
15 # create liba.so
21 compile_lib -o liba.so liba.c
24 # create libb_dependency.so
30 compile_lib -o libb_dependency.so libb_dependency.c
33 # create libb.so
[all...]
H A Dload_resolve_order34 # <- liba.so
5 # <- libb.so
6 # <- libb_dependency.so
8 # Expected: Undefined symbol in libb.so resolves to symbol in liba.so,
9 # not to symbol in libb_dependency.so.
15 # create liba.so
21 compile_lib -o liba.so liba.c
24 # create libb_dependency.so
30 compile_lib -o libb_dependency.so libb_dependenc
[all...]
H A Dload_resolve_order44 # <- libb.so
5 # <- libb_dependency.so
7 # Expected: Undefined symbol in libb.so resolves to symbol in program,
8 # not to symbol in libb_dependency.so.
14 # create libb_dependency.so
20 compile_lib -o libb_dependency.so libb_dependency.c
23 # create libb.so
30 compile_lib -o libb.so libb.c ./libb_dependency.so
48 compile_program -o program program.c ./libb.so
[all...]
H A Ddlopen_resolve_order56 # liba.so
7 # <- libb.so
8 # <- libb_dependency.so
9 # <- libd.so
10 # libe.so
12 # Expected: Undefined symbol in libe.so resolves to symbol in
13 # libd.so, not to symbol in libb_dependency.so.
19 # create libb_dependency.so
25 compile_lib -o libb_dependency.so libb_dependenc
[all...]
H A Ddlopen_resolve_basic36 # liba.so
7 # <- libb.so
8 # <- libb_dependency.so
10 # Expected: Undefined symbol in liba.so resolves to symbol in
11 # libb_dependency.so.
17 # create libb_dependency.so
23 compile_lib -o libb_dependency.so libb_dependency.c
26 # create libb.so
32 compile_lib -o libb.so libb.c ./libb_dependency.so
[all...]
H A Ddlopen_lookup_order36 # liba.so
7 # <- libb.so
8 # <- libb_dependency.so
9 # <- libd.so
11 # Expected: liba.so lookup: Symbol in libd.so supersedes symbol in
12 # libb_dependency.so.
18 # create libb_dependency.so
24 compile_lib -o libb_dependency.so libb_dependency.c
27 # create libb.so
[all...]
H A Ddlopen_resolve_order26 # liba.so
7 # <- libb.so
8 # <- libb_dependency.so
9 # <- libd.so
11 # Expected: Undefined symbol in liba.so resolves to symbol in
12 # libd.so, not to symbol in libb_dependency.so.
18 # create libb_dependency.so
24 compile_lib -o libb_dependency.so libb_dependency.c
27 # create libb.so
[all...]
H A Ddlopen_resolve_order66 # liba.so
7 # <- libb.so
8 # <- libb_dependency.so
9 # libd.so
10 # libe.so
12 # Expected: Undefined symbol in libe.so resolves to symbol in
13 # libb_dependency.so, not to symbol in libd.so.
19 # create libb_dependency.so
25 compile_lib -o libb_dependency.so libb_dependenc
[all...]
H A Dload_resolve_basic14 # <- liba.so
6 # Expected: Undefined symbol in liba.so resolves to symbol in program.
12 # create liba.so
19 compile_lib -o liba.so liba.c
40 compile_program -o program program.c ./liba.so
H A Ddlopen_lookup_next16 # libe.so
7 # liba.so
8 # <- libb.so
9 # <- libd.so
11 # Expected: dlsym(RTLD_NEXT) finds symbol in order libe.so, liba.so, libb.so,
12 # libd.so
18 # create libd.so
24 compile_lib -o libd.so lib
[all...]
H A Ddlopen_resolve_order46 # libd.so
7 # liba.so
8 # <- libb.so
9 # <- libb_dependency.so
11 # Expected: Undefined symbol in liba.so resolves to symbol in libd.so,
12 # not to symbol in libb_dependency.so.
18 # create libb_dependency.so
24 compile_lib -o libb_dependency.so libb_dependency.c
27 # create libb.so
[all...]
H A Ddlopen_resolve_basic24 # <- libb.so
7 # liba.so
9 # Expected: Undefined symbol in liba.so resolves to symbol in libb.so.
15 # create liba.so
22 compile_lib -o liba.so liba.c
25 # create libb.so
31 compile_lib -o libb.so libb.c
46 liba = dlopen("./liba.so", RTLD_NOW | RTLD_GLOBAL);
48 fprintf(stderr, "Error opening liba.so
[all...]
H A Ddlopen_lookup_order16 # liba.so
7 # libb.so
8 # <- libb_dependency.so
10 # Expected: Global lookup: symbol in liba.so supersedes symbol in
11 # libb_dependency.so.
17 # create liba.so
23 compile_lib -o liba.so liba.c
26 # create libb_dependency.so
32 compile_lib -o libb_dependency.so libb_dependency.c
35 # create libb.so
[all...]
H A Ddlopen_lookup_order26 # libb.so
7 # <- libb_dependency.so
8 # liba.so
10 # Expected: Global lookup: Symbol in libb_dependency.so supersedes symbol in
11 # liba.so.
17 # create liba.so
23 compile_lib -o liba.so liba.c
26 # create libb_dependency.so
32 compile_lib -o libb_dependency.so libb_dependency.c
35 # create libb.so
[all...]
H A Ddlopen_lookup_order46 # libb.so (local)
7 # <- libb_dependency.so
8 # liba.so
10 # Expected: Global lookup: Symbol in libb_dependency.so does not supersede
11 # symbol in liba.so, since libb.so is loaded RTLD_LOCAL.
17 # create liba.so
23 compile_lib -o liba.so liba.c
26 # create libb_dependency.so
32 compile_lib -o libb_dependency.so libb_dependenc
[all...]
H A Ddlopen_resolve_order36 # libd.so
7 # liba.so
8 # <- libb.so
10 # Expected: Undefined symbol in liba.so resolves to symbol in libd.so,
11 # not to symbol in libb.so.
17 # create libb.so
23 compile_lib -o libb.so libb.c
26 # create liba.so
33 compile_lib -o liba.so lib
[all...]
/haiku-fatelf/src/bin/rc/
H A DMakefile8 all: rc librdef.so
17 librdef.so: compile.cpp decompile.cpp lexer.cpp parser.cpp rdef.cpp
21 rc: rc.cpp librdef.so
26 rm -f *.o rc librdef.so lexer.cpp parser.cpp parser.hpp
30 cp librdef.so ~/config/lib
/haiku-fatelf/src/bin/network/tcpdump/libpcap/packaging/
H A Dpcap.spec40 ln -sf libpcap.so.0.9.4 libpcap.so.$V1
42 ln -sf libpcap.so.$V1 libpcap.so.$V2
43 ln -sf libpcap.so.$V2 libpcap.so
45 ln -sf libpcap.so.$V1 libpcap.so
65 /usr/lib/libpcap.so*

Completed in 81 milliseconds

12345