代码搜索结果
找到约 10,000 项符合
G 的代码
g.c
foo (a, b)
long long a, b;
{
if (a == b)
return 0;
else
return 1;
}
tlsexetoc.g
#source: tlstoc.s
#as: -a64
#ld: -melf64ppc tmpdir/libtlslib.so
#objdump: -sj.got
#target: powerpc64*-*-*
.*: +file format elf64-powerpc
Contents of section \.got:
10010580 00000000 10018580 000000
tlsso.g
#source: tls.s
#as: -a64
#ld: -shared -melf64ppc
#objdump: -sj.got
#target: powerpc64*-*-*
.*: +file format elf64-powerpc
Contents of section \.got:
10850 00000000 00018850 00000000 00000000 .*
1
tlstocso.g
#source: tlstoc.s
#as: -a64
#ld: -shared -melf64ppc
#objdump: -sj.got
#target: powerpc64*-*-*
.*: +file format elf64-powerpc
Contents of section \.got:
10798 00000000 00018798 00000000 00000000 .*
tls.g
#source: tls.s
#source: tlslib.s
#as: -a64
#ld: -melf64ppc
#objdump: -sj.got
#target: powerpc64*-*-*
.*: +file format elf64-powerpc
Contents of section \.got:
100101e0 00000000 100181e0 ffffffff ff
tlstoc.g
#source: tlslib.s
#source: tlstoc.s
#as: -a64
#ld: -melf64ppc
#objdump: -sj.got
#target: powerpc64*-*-*
.*: +file format elf64-powerpc
Contents of section \.got:
100101a0 00000000 00000001 00000000
tlsexe.g
#source: tls.s
#as: -a64
#ld: -melf64ppc tmpdir/libtlslib.so
#objdump: -sj.got
#target: powerpc64*-*-*
.*: +file format elf64-powerpc
Contents of section \.got:
100105f0 00000000 100185f0 ffffffff
validwhenparser.g
header {
/*
* $Id: ValidWhenParser.g 504715 2007-02-07 22:10:26Z bayard $
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOT
g++.exp
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 2000, 2001, 2002
# Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of th
g.c
foo (a, b)
long long a, b;
{
if (a == b)
return 0;
else
return 1;
}