reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
85 LOAD_COMMAND_STRUCT(dysymtab_command)
31 HANDLE_LOAD_COMMAND(LC_DYSYMTAB, 0x0000000Bu, dysymtab_command)
tools/llvm-objcopy/MachO/MachOLayoutBuilder.cpp91 MLC.dysymtab_command_data.ilocalsym = 0; 92 MLC.dysymtab_command_data.nlocalsym = NumLocalSymbols; 93 MLC.dysymtab_command_data.iextdefsym = NumLocalSymbols; 94 MLC.dysymtab_command_data.nextdefsym = NumExtDefSymbols; 95 MLC.dysymtab_command_data.iundefsym = NumLocalSymbols + NumExtDefSymbols; 96 MLC.dysymtab_command_data.nundefsym = 272 if (MLC.dysymtab_command_data.ntoc != 0 || 273 MLC.dysymtab_command_data.nmodtab != 0 || 274 MLC.dysymtab_command_data.nextrefsyms != 0 || 275 MLC.dysymtab_command_data.nlocrel != 0 || 276 MLC.dysymtab_command_data.nextrel != 0) 281 MLC.dysymtab_command_data.indirectsymoff = StartOfIndirectSymbols; 282 MLC.dysymtab_command_data.nindirectsyms =tools/llvm-objcopy/MachO/MachOWriter.cpp
85 .MachOLoadCommand.dysymtab_command_data; 370 .MachOLoadCommand.dysymtab_command_data; 441 .MachOLoadCommand.dysymtab_command_data;