Searched refs:getSectionSize (Results 1 – 6 of 6) sorted by relevance
213 virtual uint64_t getSectionSize(DataRefImpl Sec) const = 0;370 return OwningObject->getSectionSize(SectionPimpl); in getSize()
661 uint64_t getSectionSize(DataRefImpl Sec) const override;772 uint64_t getSectionSize(const coff_section *Sec) const;
217 uint64_t getSectionSize(DataRefImpl Sec) const override;560 uint64_t ELFObjectFile<ELFT>::getSectionSize(DataRefImpl Sec) const { in getSectionSize() function
221 uint64_t getSectionSize(DataRefImpl Sec) const override;
278 uint64_t COFFObjectFile::getSectionSize(DataRefImpl Ref) const { in getSectionSize() function in COFFObjectFile279 return getSectionSize(toSec(Ref)); in getSectionSize()931 uint64_t COFFObjectFile::getSectionSize(const coff_section *Sec) const { in getSectionSize() function in COFFObjectFile958 uint32_t SectionSize = getSectionSize(Sec); in getSectionContents()
488 uint64_t MachOObjectFile::getSectionSize(DataRefImpl Sec) const { in getSectionSize() function in MachOObjectFile