Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Object/
H A DMachOObjectFile.cpp322 BigSize += s.size; in parseSegmentLoadCommand()
347 BigSize = s.addr; in parseSegmentLoadCommand()
348 BigSize += s.size; in parseSegmentLoadCommand()
368 BigSize = s.nreloc; in parseSegmentLoadCommand()
437 if (BigSize > FileSize) in checkSymtabCommand()
451 if (BigSize > FileSize) in checkSymtabCommand()
488 if (BigSize > FileSize) in checkDysymtabCommand()
514 if (BigSize > FileSize) in checkDysymtabCommand()
530 if (BigSize > FileSize) in checkDysymtabCommand()
845 BigSize += Nt.size; in checkNoteCommand()
[all …]