Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:mach_header
(Results
1 - 11
of
11
) sorted by relevance
/third_party/python/Modules/_ctypes/darwin/
H
A
D
dlfcn_simple.c
161
/* Now see if the handle is a struch
mach_header
* or not, use NSLookupSymbol in image
in dlsymIntern()
166
if ((((struct
mach_header
*)handle)->magic == MH_MAGIC) ||
in dlsymIntern()
167
(((struct
mach_header
*)handle)->magic == MH_CIGAM))
in dlsymIntern()
169
if (NSIsSymbolNameDefinedInImage((struct
mach_header
*)handle, symbol))
in dlsymIntern()
171
nssym = NSLookupSymbolInImage((struct
mach_header
*)handle,
in dlsymIntern()
198
if ((((struct
mach_header
*)handle)->magic == MH_MAGIC) ||
in darwin_dlclose()
199
(((struct
mach_header
*)handle)->magic == MH_CIGAM))
in darwin_dlclose()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/
H
A
D
Magic.cpp
132
MinSize = sizeof(MachO::
mach_header
);
in identify_magic()
142
MinSize = sizeof(MachO::
mach_header
);
in identify_magic()
/third_party/node/deps/v8/src/base/platform/
H
A
D
platform-darwin.cc
49
const
mach_header
* header = _dyld_get_image_header(i);
in GetSharedLibraryAddresses()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H
A
D
MachO.h
545
const MachO::
mach_header
&getHeader() const;
659
MachO::
mach_header
Header;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H
A
D
MachObjectWriter.cpp
142
// struct
mach_header
(28 bytes) or
in writeHeader()
161
: sizeof(MachO::
mach_header
)));
in writeHeader()
815
sizeof(MachO::
mach_header
)) + LoadCommandsSize;
in writeObject()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H
A
D
Path.cpp
1071
MinSize = sizeof(MachO::
mach_header
);
1081
MinSize = sizeof(MachO::
mach_header
);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H
A
D
MachOEmitter.cpp
86
is64Bit ? sizeof(MachO::mach_header_64) : sizeof(MachO::
mach_header
);
in writeHeader()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H
A
D
MachOObjectFile.cpp
204
: sizeof(MachO::
mach_header
);
in getFirstLoadCommandInfo()
215
: sizeof(MachO::
mach_header
);
in getNextLoadCommandInfo()
1272
SizeOfHeaders = sizeof(MachO::
mach_header
);
in MachOObjectFile()
1684
MachO::
mach_header
H = MachOObjectFile::getHeader();
in checkSymbolTable()
4439
const MachO::
mach_header
&MachOObjectFile::getHeader() const {
in getHeader()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H
A
D
MachO.h
25
// Constants for the "magic" field in llvm::MachO::
mach_header
and
38
// Constants for the "filetype" field in llvm::MachO::
mach_header
and
54
// Constant bits for the "flags" field in llvm::MachO::
mach_header
and
492
struct
mach_header
{
struct
993
inline void swapStruct(
mach_header
&mh) {
in swapStruct()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H
A
D
MachO.h
24
// Constants for the "magic" field in llvm::MachO::
mach_header
and
37
// Constants for the "filetype" field in llvm::MachO::
mach_header
and
53
// Constant bits for the "flags" field in llvm::MachO::
mach_header
and
501
struct
mach_header
{
struct
1024
inline void swapStruct(
mach_header
&mh) {
in swapStruct()
/third_party/rust/crates/libc/src/unix/bsd/apple/
H
A
D
mod.rs
560
pub struct
mach_header
{
structure names
5495
pub fn _dyld_get_image_header(image_index: u32) -> *const
mach_header
;
in _dyld_get_image_header()
Completed in 59 milliseconds