ff4ff35918
Red Bear OS is a full fork. All sources must be available from git clone with zero network access. Removed gitignore rules that excluded fetched source trees under recipes/*/source/, local/recipes/kde/*/source/, local/recipes/qt/*/source/, and vendor source trees. Build artifacts (target/, build/, source.tar, *.o, *.so) remain excluded. 127291 files added — kernel, relibc, base, bootloader, pkgar, all KDE/Qt frameworks, mesa, wayland, DRM drivers, and every other recipe source.
27 lines
1.1 KiB
D
27 lines
1.1 KiB
D
#name: C6X common symbols
|
|
#as: -mlittle-endian
|
|
#ld: -melf32_tic6x_le -Tcommon.ld
|
|
#source: common.s
|
|
#readelf: -Ss
|
|
|
|
There are 6 section headers, starting at offset .*:
|
|
|
|
Section Headers:
|
|
\[Nr\] Name Type Addr Off Size ES Flg Lk Inf Al
|
|
\[ 0\] NULL 00000000 000000 000000 00 0 0 0
|
|
\[ 1\] \.far NOBITS 00000080 000080 000008 00 WA 0 0 4
|
|
\[ 2\] \.bss NOBITS 00000100 000080 000004 00 WA 0 0 4
|
|
\[ 3\] \.symtab SYMTAB 00000000 [0-9a-f]+ 000050 10 4 3 4
|
|
\[ 4\] \.strtab STRTAB 00000000 [0-9a-f]+ 000005 00 0 0 1
|
|
\[ 5\] \.shstrtab STRTAB 00000000 [0-9a-f]+ 000025 00 0 0 1
|
|
Key to Flags:
|
|
#...
|
|
|
|
Symbol table '\.symtab' contains 5 entries:
|
|
Num: Value Size Type Bind Vis Ndx Name
|
|
0: 00000000 0 NOTYPE LOCAL DEFAULT UND
|
|
1: 00000080 0 SECTION LOCAL DEFAULT 1.*
|
|
2: 00000100 0 SECTION LOCAL DEFAULT 2.*
|
|
3: 00000100 4 OBJECT GLOBAL DEFAULT 2 x
|
|
4: 00000080 8 OBJECT GLOBAL DEFAULT 1 y
|