OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:S_ZEROFILL
(Results
1 - 6
of
6
) sorted by null
/external/llvm/include/llvm/MC/
MCSectionMachO.h
53
///
S_ZEROFILL
- Zero fill on demand section.
54
S_ZEROFILL
= 0x01U,
/external/llvm/lib/MC/
MCSectionMachO.cpp
23
{ 0, "
S_ZEROFILL
" }, // 0x01
162
return (getType() == MCSectionMachO::
S_ZEROFILL
||
MCMachOStreamer.cpp
336
MCSectionMachO::
S_ZEROFILL
,
MCObjectFileInfo.cpp
111
MCSectionMachO::
S_ZEROFILL
,
114
= Ctx->getMachOSection("__DATA","__bss", MCSectionMachO::
S_ZEROFILL
,
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/
macho-objfmt.c
162
#define
S_ZEROFILL
0x1 /* zerofill, in-memory only */
635
if (!(msd->flags &
S_ZEROFILL
)) {
759
if ((msd->flags & SECTION_TYPE) !=
S_ZEROFILL
) {
[
all
...]
/external/llvm/lib/MC/MCParser/
DarwinAsmParser.cpp
719
Segment, Section, MCSectionMachO::
S_ZEROFILL
,
777
Segment, Section, MCSectionMachO::
S_ZEROFILL
,
Completed in 207 milliseconds