Home
last modified time | relevance | path

Searched refs:LoadCmd (Results 1 – 1 of 1) sorted by relevance

/external/llvm/tools/obj2yaml/
Dmacho2yaml.cpp26 const llvm::object::MachOObjectFile::LoadCommandInfo &LoadCmd);
45 memcpy((void *) & (LC.Data.LCStruct##_data), LoadCmd.Ptr, \
49 EndPtr = processLoadCommandData<MachO::LCStruct>(LC, LoadCmd); \
87 extractSections(const llvm::object::MachOObjectFile::LoadCommandInfo &LoadCmd, in extractSections() argument
90 auto End = LoadCmd.Ptr + LoadCmd.C.cmdsize; in extractSections()
92 reinterpret_cast<const SectionType *>(LoadCmd.Ptr + sizeof(SegmentType)); in extractSections()
109 const llvm::object::MachOObjectFile::LoadCommandInfo &LoadCmd) { in processLoadCommandData() argument
110 return LoadCmd.Ptr + sizeof(StructType); in processLoadCommandData()
116 const llvm::object::MachOObjectFile::LoadCommandInfo &LoadCmd) { in processLoadCommandData() argument
118 LoadCmd, LC.Sections, Obj.isLittleEndian()); in processLoadCommandData()
[all …]