代码搜索:sections
找到约 10,000 项符合「sections」的源代码
代码结果 10,000
www.eeworm.com/read/347503/3168526
exp dynamic-sections.exp
# Check for bug introduced on 2002-06-10. See dynamic-sections.t for
# more details
if ![is_elf_format] {
return
}
run_dump_test dynamic-sections
www.eeworm.com/read/347503/3168528
d dynamic-sections.d
# nm: -C
# ld: -T dynamic-sections.t
# name: dynamic sections
# source: dynamic-sections-1.s
# source: dynamic-sections-2.s
#pass
www.eeworm.com/read/347503/3168533
t dynamic-sections.t
SECTIONS
{
.data : { *(.data) }
.rodata : { *(.rodata) }
/* The .rel* sections are typically placed here, because of the way
elf32.em handles orphaned sections. A bug introduced on 2002-0
www.eeworm.com/read/343453/3219997
c test_sections.c
/* test_sections.c - Test for section filters.
* usage: DEMUX=/dev/dvb/adapterX/demuxX test_sections [PID [TID]]
*
* Copyright (C) 2002 convergence GmbH
* Johannes Stezenbach
www.eeworm.com/read/340665/3265658
exp dynamic-sections.exp
# Check for bug introduced on 2002-06-10. See dynamic-sections.t for
# more details
if ![is_elf_format] {
return
}
run_dump_test dynamic-sections