Home | History | Annotate | Download | only in Mach-O

Lines Matching refs:m_length

1028                     if (m_length != 0 && load_cmd.filesize != 0)
1030 if (load_cmd.fileoff > m_length)
1042 m_length);
1048 if (load_cmd.fileoff + load_cmd.filesize > m_length)
1060 m_length);
1063 load_cmd.filesize = m_length - load_cmd.fileoff;