initial commit
[pfinal.git] / Routix / tareas / stress1 / tarea.map
blob628f4dc24854cfc53d4203a04495dabeb71fe59f
1 Archive member included because of file (symbol)
3 ../lib/routstd.a(routix.o)    stress1.o (sleep)
4 ../lib/routstd.a(string.o)    ../lib/routstd.a(routix.o) (strlen)
6 Allocating common symbols
7 Common symbol       size              file
9 pides               0x10              stress1.o
10 msg                 0x30              stress1.o
12 Memory Configuration
14 Name             Origin             Length             Attributes
15 *default*        0x00000000         0xffffffff
17 Linker script and memory map
20 .text           0x80000000      0xc90
21  *.o(.text)
22  .text          0x80000000      0x1f0 stress1.o
23                 0x800001c4                child_handler
24                 0x800001df                usr_handler
25                 0x80000000                main
26  .text          0x800001f0      0x850 ../lib/routstd.a(routix.o)
27                 0x80000271                read_debug
28                 0x8000020d                usleep
29                 0x80000383                getpid
30                 0x800004cf                putchar
31                 0x80000716                sprintf
32                 0x800002c0                free_mem
33                 0x8000039a                getppid
34                 0x800001f0                sleep
35                 0x80000354                renice
36                 0x800004fb                puts
37                 0x800009f1                setvar
38                 0x8000022a                proc_dump
39                 0x8000090f                printn_
40                 0x80000474                sigaction
41                 0x80000a11                getvar
42                 0x800004ac                sigprocmask
43                 0x8000025c                timer_dump
44                 0x80000312                gets
45                 0x8000028e                malloc_page
46                 0x80000400                waitpid
47                 0x800002a3                free_page
48                 0x8000023f                proc_dump_v
49                 0x800003e5                wait
50                 0x800003cb                show
51                 0x80000454                signal
52                 0x800002ef                execve
53                 0x800002d5                perror
54                 0x800009ca                getascii
55                 0x8000032c                fork
56                 0x80000a2e                sched_yield
57                 0x8000096a                printn_s
58                 0x8000042c                kill
59                 0x800003b1                exit
60                 0x80000342                voido
61                 0x80000544                printf
62                 0x8000052f                clrscr
63                 0x80000497                signal_check
64  .text          0x80000a40      0x250 ../lib/routstd.a(string.o)
65                 0x80000ad0                strcat
66                 0x80000a40                strcmp
67                 0x80000b40                strncpy
68                 0x80000c27                atoi
69                 0x80000c09                memcpy
70                 0x80000b7a                str_to_upper
71                 0x80000b11                strcpy
72                 0x80000bb7                memcmp
73                 0x80000aa3                strlen
74                 0x00000c90                __code_size = SIZEOF (.text)
76 .data           0x88000000      0x150 load address 0x80000c90
77  *.o(.data)
78  .data          0x88000000      0x140 stress1.o
79                 0x88000000                num_sigusr
80  .data          0x88000140       0x10 ../lib/routstd.a(routix.o)
81                 0x88000140                sposicion
82                 0x00000150                __data_size = SIZEOF (.data)
84 .bss            0x88000150       0x40
85  *.o(.bss)
86  COMMON         0x88000150       0x40 stress1.o
87                                   0x0 (size before relaxing)
88                 0x88000150                pides
89                 0x88000160                msg
91 .comment
92  *(.comment)
93 TARGET(coff-go32)
94 LOAD stress1.o
95 LOAD ../lib/routstd.a
96 OUTPUT(stress1.bin coff-go32)