OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:note_command
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
MachOYAML.cpp
572
void MappingTraits<MachO::
note_command
>::mapping(
573
IO &IO, MachO::
note_command
&LoadCommand) {
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/darwin/mach/
loader.d
2553
struct
note_command
2558
/// Sizeof(struct
note_command
).
3418
struct
note_command
/src/external/apache2/llvm/dist/llvm/include/llvm/Object/
MachO.h
505
MachO::
note_command
/src/external/apache2/llvm/dist/llvm/lib/Object/
MachOObjectFile.cpp
829
if (Load.C.cmdsize != sizeof(MachO::
note_command
))
832
auto NoteCmdOrErr = getStructOrErr<MachO::
note_command
>(Obj, Load.Ptr);
835
MachO::
note_command
Nt = NoteCmdOrErr.get();
4322
MachO::
note_command
4324
return getStruct<MachO::
note_command
>(*this, L.Ptr);
/src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
MachO.h
842
struct
note_command
{
struct
844
uint32_t cmdsize; // sizeof(struct
note_command
)
1303
inline void swapStruct(
note_command
&C) {
/src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
MachODump.cpp
9131
static void PrintNoteLoadCommand(MachO::
note_command
Nt) {
9134
if (Nt.cmdsize != sizeof(struct MachO::
note_command
))
10140
MachO::
note_command
Nt = Obj->getNoteLoadCommand(Command);
Completed in 77 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026