Searched refs:headerAndLoadCommandsSize (Results 1 – 3 of 3) sorted by relevance
291 size_t headerAndLoadCommandsSize(const NormalizedFile &file);
118 size_t headerAndLoadCommandsSize() const;235 size_t headerAndLoadCommandsSize(const NormalizedFile &file) { in headerAndLoadCommandsSize() function237 return layout.headerAndLoadCommandsSize(); in headerAndLoadCommandsSize()249 size_t MachOFileLayout::headerAndLoadCommandsSize() const { in headerAndLoadCommandsSize() function in lld::mach_o::normalized::MachOFileLayout
591 size_t hlcSize = headerAndLoadCommandsSize(file); in assignAddressesToSections()