代码搜索:LABEL
找到约 10,000 项符合「LABEL」的源代码
代码结果 10,000
www.eeworm.com/read/162614/5521620
c label1.c
// { dg-do run }
// { dg-options "" }
// Origin: Mark Mitchell
int main ()
{
int i = 0;
int j = 0;
int k = 0;
l:
if (j)
return 0;
({
__label__ l;
k =
www.eeworm.com/read/162614/5529377
c label-1.c
/* Test various diagnostics of ill-formed constructs involving labels. */
/* { dg-do compile } */
/* { dg-options "-Wunused" } */
extern void dummy(void);
/* labels must be defined */
void a(void)
www.eeworm.com/read/347503/3170638
s label-debug.s
# labels should be aligned on 8-byte boundries
.text
bra.s/tx _abc || nop
nop || nop
.word 0x0e000004
_abc:
nop
nop
nop
nop
www.eeworm.com/read/347503/3170645
d label-debug.d
#objdump: -ldr
#name: D30V debug (-g) test
#as: -g
.*: +file format elf32-d30v
Disassembly of section .text:
00000000 :
.*label-debug.s:4
0: 10080003 00f00000 bra.s\/tx 18 \(18
www.eeworm.com/read/347503/3172296
d label-001.d
#objdump: -D
#source: label-001.s
#as: -O
.*: file format elf32-d10v
Disassembly of section .text:
00000000 :
0: 2f 00 5e 00 nop || nop
00000004 :
4: 2f 00 5e 00 nop
www.eeworm.com/read/347503/3172305
s label-001.s
.text
.align 2
L0:
nop
nop
.align 2
L1:
nop
nop
.align 2
L2:
nop
nop
.align 2
L3:
nop
nop
.align 2
L4:
nop
nop
.align 2
L5:
nop
nop
.align 2
L6:
nop
nop
.align 2
L7:
nop
nop