OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:S_ATTR_EXT_RELOC
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/MC/
MCSectionMachO.h
129
///
S_ATTR_EXT_RELOC
- Section has external relocation entries.
130
S_ATTR_EXT_RELOC
= 1U << 9,
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/
macho-objfmt.c
183
#define
S_ATTR_EXT_RELOC
0x00000200 /* section has external
765
msd->flags |=
S_ATTR_EXT_RELOC
;
[
all
...]
Completed in 51 milliseconds