Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/
H A DMachOLayoutBuilder.cpp29 const MachO::macho_load_command &MLC = LC.MachOLoadCommand; in computeSizeOfCmds() local
30 auto cmd = MLC.load_command_data.cmd; in computeSizeOfCmds()
68 void MachOLayoutBuilder::updateDySymTab(MachO::macho_load_command &MLC) { in updateDySymTab() argument
69 assert(MLC.load_command_data.cmd == MachO::LC_DYSYMTAB); in updateDySymTab()
102 MLC.dysymtab_command_data.ilocalsym = 0; in updateDySymTab()
103 MLC.dysymtab_command_data.nlocalsym = NumLocalSymbols; in updateDySymTab()
104 MLC.dysymtab_command_data.iextdefsym = NumLocalSymbols; in updateDySymTab()
105 MLC.dysymtab_command_data.nextdefsym = NumExtDefSymbols; in updateDySymTab()
106 MLC.dysymtab_command_data.iundefsym = NumLocalSymbols + NumExtDefSymbols; in updateDySymTab()
107 MLC.dysymtab_command_data.nundefsym = in updateDySymTab()
[all …]
H A DObject.cpp116 const MachO::macho_load_command &MLC = LC.MachOLoadCommand; in nextAvailableSegmentAddress() local
117 switch (MLC.load_command_data.cmd) { in nextAvailableSegmentAddress()
120 static_cast<uint64_t>(MLC.segment_command_data.vmaddr) + in nextAvailableSegmentAddress()
121 MLC.segment_command_data.vmsize); in nextAvailableSegmentAddress()
124 Addr = std::max(Addr, MLC.segment_command_64_data.vmaddr + in nextAvailableSegmentAddress()
125 MLC.segment_command_64_data.vmsize); in nextAvailableSegmentAddress()
171 const MachO::macho_load_command &MLC = MachOLoadCommand; in getSegmentName() local
172 switch (MLC.load_command_data.cmd) { in getSegmentName()
174 return extractSegmentName(MLC.segment_command_data.segname); in getSegmentName()
176 return extractSegmentName(MLC.segment_command_64_data.segname); in getSegmentName()
[all …]
H A DMachOWriter.cpp170 MachO::macho_load_command MLC = LC.MachOLoadCommand; in writeLoadCommands() local
171 switch (MLC.load_command_data.cmd) { in writeLoadCommands()
174 MachO::swapStruct(MLC.segment_command_data); in writeLoadCommands()
175 memcpy(Begin, &MLC.segment_command_data, sizeof(MachO::segment_command)); in writeLoadCommands()
183 MachO::swapStruct(MLC.segment_command_64_data); in writeLoadCommands()
184 memcpy(Begin, &MLC.segment_command_64_data, in writeLoadCommands()
196 MLC.load_command_data.cmdsize); \ in writeLoadCommands()
198 MachO::swapStruct(MLC.LCStruct##_data); \ in writeLoadCommands()
199 memcpy(Begin, &MLC.LCStruct##_data, sizeof(MachO::LCStruct)); \ in writeLoadCommands()
207 switch (MLC.load_command_data.cmd) { in writeLoadCommands()
[all …]
H A DMachOLayoutBuilder.h31 void updateDySymTab(MachO::macho_load_command &MLC);
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dsun5i-gr8-evb.dts239 /* MLC Support sucks for now */
H A Dlpc32xx.dtsi63 * Enable either SLC or MLC
/netbsd-src/share/misc/
H A Dacronyms.comp1042 MLC multi-level cell
H A Dairport4802 MLC:McAlester Regional Airport, OK, USA
/netbsd-src/sys/external/bsd/acpica/dist/
H A Dchanges.txt1917 that occur during execution of any module-level code (MLC) existing in
1923 load the ACPI tables. The most common MLC errors that have been seen in
2078 are in preparation for the eventual removal of the legacy MLC support
2079 (deferred execution), replaced by the new MLC architecture which executes
2080 the MLC as a table is loaded (DSDT/SSDTs).