OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:S_ZEROFILL
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/MC/
MCSectionMachO.h
53
///
S_ZEROFILL
- Zero fill on demand section.
54
S_ZEROFILL
= 0x01U,
/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
...]
Completed in 24 milliseconds