OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mach
(Results
126 - 150
of
595
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/lldb/include/lldb/Core/
ConnectionMachPort.h
15
#include <
mach
/
mach
.h>
/external/lldb/source/Plugins/Process/Utility/
RegisterContextMach_arm.cpp
15
#include <
mach
/mach_types.h>
16
#include <
mach
/thread_act.h>
StopInfoMachException.h
55
// Since some
mach
exceptions will be reported as breakpoints, signals,
56
// or trace, we use this static accessor which will translate the
mach
/external/lldb/tools/debugserver/source/
DNBError.h
18
#include <
mach
/
mach
.h>
DNBArch.cpp
16
#include <
mach
/
mach
.h>
DNBArch.h
20
#include <
mach
/
mach
.h>
/external/lldb/tools/debugserver/source/MacOSX/
MachVMMemory.h
19
#include <
mach
/
mach
.h>
MachVMRegion.h
19
#include <
mach
/
mach
.h>
MachTask.h
22
#include <
mach
/
mach
.h>
118
MachProcess * m_process; // The
mach
process that owns this MachTask
120
MachVMMemory m_vm_memory; // Special
mach
memory reading class that will take care of watching for page and region boundaries
MachThread.h
21
#include <
mach
/
mach
.h>
53
static bool MachPortNumberIsValid(thread_t thread); // The
mach
port # for this thread in debugserver namespace
124
thread_t m_mach_port_number; // The
mach
port # for this thread in debugserver namesp.
/external/llvm/include/llvm/CodeGen/
MachORelocation.h
1
//=== MachORelocation.h -
Mach
-O Relocation Info ----------------*- C++ -*-===//
24
/// see <
mach
-o/reloc.h>
/external/valgrind/coregrind/m_syswrap/
syscall-amd64-darwin.S
79
/* DO_SYSCALL
MACH
|MDEP|UNIX */
80
#define
MACH
1
203
DO_SYSCALL
MACH
224
ML_(blksys_setup_MACH): .quad MK_L_SCCLASS_N(
MACH
,1)
225
ML_(blksys_restart_MACH): .quad MK_L_SCCLASS_N(
MACH
,2)
226
ML_(blksys_complete_MACH): .quad MK_L_SCCLASS_N(
MACH
,3)
227
ML_(blksys_committed_MACH): .quad MK_L_SCCLASS_N(
MACH
,4)
228
ML_(blksys_finished_MACH): .quad MK_L_SCCLASS_N(
MACH
,5)
/external/valgrind/coregrind/m_debuginfo/
readmacho.c
3
/*--- Reading of syms & debug info from
Mach
-O files. ---*/
60
#include <
mach
-o/loader.h>
61
#include <
mach
-o/nlist.h>
62
#include <
mach
-o/fat.h>
84
/*---
Mach
-O file mapping/unmapping helpers ---*/
92
(2) the
Mach
-O object of interest, which is presumably somewhere inside
100
/* (JRS: the
Mach
-O headers might not be in this mapped data,
103
is in general a so-called fat header. The
Mach
-O object we're
108
begins with a fat header, or it's unadorned
Mach
-O, in which
146
slice is guaranteed to refer to a valid(ish)
Mach
-O image. *
[
all
...]
/external/compiler-rt/test/asan/TestCases/Darwin/
address-range-limit.mm
7
#import <
mach
-o/dyld.h>
/external/google-breakpad/src/common/mac/
macho_walker.h
30
// macho_walker.h: Iterate over the load commands in a
mach
-o file
37
#include <
mach
/machine.h>
38
#include <
mach
-o/loader.h>
62
// listed in /usr/include/
mach
/machine.h (e.g., CPU_TYPE_X86 or
macho_walker.cc
30
// macho_walker.cc: Iterate over the load commands in a
mach
-o file
39
#include <
mach
-o/arch.h>
40
#include <
mach
-o/loader.h>
41
#include <
mach
-o/swap.h>
134
// Read the magic bytes that's common amongst all
mach
-o files
/external/lldb/tools/lldb-perf/lib/
MemoryGauge.cpp
14
#include <
mach
/
mach
.h>
15
#include <
mach
/task.h>
16
#include <
mach
/mach_traps.h>
/external/v8/src/third_party/kernel/tools/perf/util/
jitdump.h
20
uint32_t elf_mach; /* elf
mach
target */
/external/lldb/tools/darwin-threads/
examine-threads.c
4
#include <
mach
/
mach
.h>
5
#include <
mach
/task_info.h>
156
/* Given a
mach
port # (in the examine-threads
mach
port namespace) for a thread,
157
find the
mach
port # in the inferior program's port namespace.
176
printf ("Error - unable to get
mach
port names for inferior.\n");
424
printf (" (examine-threads port namespace)
mach
port # 0x%4.4x\n", (int) thread_list[i]);
427
printf (" (inferior port namepsace)
mach
port # 0x%4.4x\n", (int) mach_port_inferior_namespace);
/external/llvm/tools/llvm-nm/
llvm-nm.cpp
90
ArchFlags("arch", cl::desc("architecture(s) from a
Mach
-O file to dump"),
147
"and section name,
Mach
-O only"));
150
"
Mach
-O only"));
268
// darwinPrintSymbol() is used to print a symbol from a
Mach
-O file when the
269
// the OutputFormat is darwin or we are printing
Mach
-O symbols in hex. For
271
// and when printing
Mach
-O symbols in hex it produces the same output as
307
// If we are printing
Mach
-O symbols in hex do that and return.
455
// Table that maps Darwin's
Mach
-O stab constants to strings to allow printing.
502
// a stab n_type value in a
Mach
-O file.
600
// If OutputFormat is darwin or we are printing
Mach
-O symbols in hex an
[
all
...]
/external/google-breakpad/src/client/mac/handler/
protected_memory_allocator.h
44
#include <
mach
/
mach
.h>
/external/lldb/tools/debugserver/scripts/
dbgnub-config.pl
10
TEST => "-e '$ENV{SDKROOT}/usr/include/
mach
/mach_exc.defs'",
11
COMMENT => "// Defined if we can use 64 bit
mach
exceptions",
/external/llvm/include/llvm/Object/
MachOUniversal.h
1
//===- MachOUniversal.h -
Mach
-O universal binaries -------------*- C++ -*-===//
10
// This file declares
Mach
-O fat/universal binaries.
/external/llvm/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.h
84
/// Construct an X86
Mach
-O object writer.
96
/// Construct X86-64
Mach
-O relocation info.
/external/llvm/test/CodeGen/PowerPC/
hello-reloc.s
2
; which is responsible for writing
mach
-o relocation entries for (PIC)
60
; DARWIN-G4-DUMP:Format:
Mach
-O 32-bit ppc
Completed in 371 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>