OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MH_EXECUTE
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/build/mac/
change_mach_o_flags.py
91
MH_EXECUTE
= 0x2
180
does not have a known magic number or is not of type
MH_EXECUTE
. The
199
if filetype !=
MH_EXECUTE
:
201
'Mach-O file at offset %d is type 0x%x, expected
MH_EXECUTE
' % \
/external/llvm/include/llvm/Support/
MachO.h
39
MH_EXECUTE
= 0x2u,
[
all
...]
Completed in 61 milliseconds