代码搜索:defined
找到约 10,000 项符合「defined」的源代码
代码结果 10,000
www.eeworm.com/read/347503/3168516
d defined3.d
#ld: -Tdefined3.t
#nm: -B
#source: phdrs.s
#source: defined.s
# Check that DEFINED matches only symbols defined before its location.
# The ellipsis account for target-specific symbols. Matching both
www.eeworm.com/read/316872/3606089
c user_defined.c
/* user_defined.c: user defined key type
*
* Copyright (C) 2004 Red Hat, Inc. All Rights Reserved.
* Written by David Howells (dhowells@redhat.com)
*
* This program is free software; you can redi
www.eeworm.com/read/447738/1694584
t defined2.t
SECTIONS {
.text : { *(.text) sym1 = 3 - DEFINED (x); }
.data : { *(.data) }
.bss : { *(.bss) *(COMMON) }
}
defined1 = !DEFINED (x);
defined2 = DEFINED (defined1) + 16;
defined3 = DEFINED (defined2
www.eeworm.com/read/447738/1694596
t defined3.t
defined6 = DEFINED (sym2) ? 1 : 0;
SECTIONS {
.text : { *(.text) sym2 = .; }
.data : { *(.data) }
.bss : { *(.bss) *(COMMON) }
}
defined4 = DEFINED (sym1) ? 1 : 0;
sym1 = 42;
defined3 = DEFINED (de
www.eeworm.com/read/447738/1694602
d defined2.d
#ld: -Tdefined2.t
#nm: -B
#source: phdrs.s
# Check that arithmetic on DEFINED works.
# Matching both A and T accounts for formats that can't tell a .text
# symbol from an absolute symbol (mmo), but m
www.eeworm.com/read/447738/1694622
d defined3.d
#ld: -Tdefined3.t
#nm: -B
#source: phdrs.s
#source: defined.s
# Check that DEFINED matches only symbols defined before its location.
# The ellipsis account for target-specific symbols. Matching both
www.eeworm.com/read/375190/2735141
qbk user_defined.qbk
[/
Copyright 2007 John Maddock.
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt).
]
[section
www.eeworm.com/read/375190/2736572
cpp user_defined.cpp
// (C) Copyright Eric Niebler 2005.
// Use, modification and distribution are subject to the
// Boost Software License, Version 1.0. (See accompanying file
// LICENSE_1_0.txt or copy at http://www
www.eeworm.com/read/183326/9169016
3x key_defined.3x
.\"***************************************************************************
.\" Copyright (c) 2003,2004 Free Software Foundation, Inc. *
.\"