代码搜索:sections
找到约 10,000 项符合「sections」的源代码
代码结果 10,000
www.eeworm.com/read/281739/9136902
lds clock.lds
SECTIONS {
. = 0x30004000;
.init : AT(0){
head.o
*.o
}
}
www.eeworm.com/read/273616/10908392
lds mmu.lds
SECTIONS {
. = 0x30004000;
.init : AT(0){
head.o
*.o
}
}
www.eeworm.com/read/273604/10908817
lds clock.lds
SECTIONS {
. = 0x30004000;
.init : AT(0){
head.o
*.o
}
}
www.eeworm.com/read/444618/7610432
ld os_x86.ld
SECTIONS
{
. = 0x7c00;
.text :
{
_ftext = .;
} = 0
}
www.eeworm.com/read/143189/12890235
lds mmu.lds
SECTIONS {
. = 0x30004000;
.init : AT(0){
head.o
*.o
}
}
www.eeworm.com/read/315316/13546083
lds clock.lds
SECTIONS {
. = 0x30004000;
.init : AT(0){
head.o
*.o
}
}
www.eeworm.com/read/230606/6327062
lds mmu.lds
SECTIONS {
. = 0x30004000;
.init : AT(0){
head.o
*.o
}
}
www.eeworm.com/read/230597/14280907
lds clock.lds
SECTIONS {
. = 0x30004000;
.init : AT(0){
head.o
*.o
}
}
www.eeworm.com/read/321827/13396932
inc defsects.inc
;***
;defsects.inc - defines sections.
;
; Copyright (c) 1989-1997, Microsoft Corporation. All rights reserved.
;
;Purpose:
; This file defines sections for the C and C++ libs.
;
; NOTE