OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:S_ATTR_LOC_RELOC
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/MC/
MCSectionMachO.h
131
///
S_ATTR_LOC_RELOC
- Section has local relocation entries.
132
S_ATTR_LOC_RELOC
= 1U << 8
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/
macho-objfmt.c
185
#define
S_ATTR_LOC_RELOC
0x00000100 /* section has local
763
msd->flags |=
S_ATTR_LOC_RELOC
;
[
all
...]
Completed in 23 milliseconds