Searched refs:headerAndLoadCommandsSize (Results 1 – 3 of 3) sorted by relevance
290 size_t headerAndLoadCommandsSize(const NormalizedFile &file,
117 size_t headerAndLoadCommandsSize() const;235 size_t headerAndLoadCommandsSize(const NormalizedFile &file, in headerAndLoadCommandsSize() function238 return layout.headerAndLoadCommandsSize(); in headerAndLoadCommandsSize()250 size_t MachOFileLayout::headerAndLoadCommandsSize() const { in headerAndLoadCommandsSize() function in lld::mach_o::normalized::MachOFileLayout
590 size_t hlcSize = headerAndLoadCommandsSize(file, in assignAddressesToSections()