File: SAMPLE_INPUT

package info (click to toggle)
fudgit 2.42-6
  • links: PTS
  • area: non-free
  • in suites: potato, woody
  • size: 2,468 kB
  • ctags: 2,375
  • sloc: ansic: 27,729; makefile: 793; yacc: 724; lex: 102; asm: 29; fortran: 15
file content (37 lines) | stat: -rw-r--r-- 619 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
dld hello.o
hello
dld print_arg.o
print_arg 1 2 arg3 blah blah blah
ul hello.o
hello
dld list-undefined.o
list_undefined
dld ../libdld.a
list_undefined
uls list_undefined
dld list-undefined.o
list_undefinded
dld ../libdld.a
list_undefined
dld need.o ../libdld.a
need rand
rand
list_undefined
dld /usr/lib/libc.a
rand
rand
uls rand
rand
dld get-sym.o ../libdld.a
get_symbol dld_undefined_sym_count
dld read-a.out.o
get_symbol dld_undefined_sym_count
list_undefined
dld /usr/lib/libc.a
read_a_out hello.o
dld test-define.o ../libdld.a
test_define
print_global
dld remove.o ../libdld.a
test_remove global_int
print_global