initial commit
[pfinal.git] / Routix / tareas / stress / tarea.map
blobc52b0216bc164ddff60699a22d88330d9202e4c0
1 Archive member included because of file (symbol)
3 ../lib/routstd.a(routix.o)    tarea.o (usleep)
4 ../lib/routstd.a(string.o)    ../lib/routstd.a(routix.o) (strlen)
6 Allocating common symbols
7 Common symbol       size              file
9 msg                 0x30              tarea.o
11 Memory Configuration
13 Name             Origin             Length             Attributes
14 *default*        0x00000000         0xffffffff
16 Linker script and memory map
19 .text           0x80000000      0xb00
20  *.o(.text)
21  .text          0x80000000      0x110 tarea.o
22                 0x80000000                main
23  .text          0x80000110      0x7a0 ../lib/routstd.a(routix.o)
24                 0x8000012d                usleep
25                 0x8000034f                putchar
26                 0x80000596                sprintf
27                 0x800001c3                free_mem
28                 0x80000110                sleep
29                 0x80000285                renice
30                 0x8000037b                puts
31                 0x80000871                setvar
32                 0x8000014a                proc_dump
33                 0x80000227                exec
34                 0x8000078f                printn_
35                 0x80000891                getvar
36                 0x8000017c                timer_dump
37                 0x80000244                gets
38                 0x80000191                malloc_page
39                 0x8000032c                waitpid
40                 0x800001a6                free_page
41                 0x8000015f                proc_dump_v
42                 0x80000312                wait
43                 0x800002f8                show
44                 0x800001d8                perror
45                 0x800002b4                get_pid
46                 0x8000084a                getascii
47                 0x8000025e                fork
48                 0x800002c9                get_ppid
49                 0x800007ea                printn_s
50                 0x800001f2                kill
51                 0x800002de                exit
52                 0x80000273                voido
53                 0x800003c4                printf
54                 0x800003af                clrscr
55  .text          0x800008b0      0x250 ../lib/routstd.a(string.o)
56                 0x80000940                strcat
57                 0x800008b0                strcmp
58                 0x800009b0                strncpy
59                 0x80000a97                atoi
60                 0x80000a79                memcpy
61                 0x800009ea                str_to_upper
62                 0x80000981                strcpy
63                 0x80000a27                memcmp
64                 0x80000913                strlen
65                 0x00000b00                __code_size = SIZEOF (.text)
67 .data           0x88000000      0x100 load address 0x80000b00
68  *.o(.data)
69  .data          0x88000000       0xe0 tarea.o
70  .data          0x880000e0       0x20 ../lib/routstd.a(routix.o)
71                 0x880000f6                sposicion
72                 0x00000100                __data_size = SIZEOF (.data)
74 .bss            0x88000100       0x30
75  *.o(.bss)
76  COMMON         0x88000100       0x30 tarea.o
77                                   0x0 (size before relaxing)
78                 0x88000100                msg
80 .comment
81  *(.comment)
82 TARGET(coff-go32)
83 LOAD tarea.o
84 LOAD ../lib/routstd.a
85 OUTPUT(stress2.bin coff-go32)