Searched refs:getSectionSize (Results 1 – 14 of 14) sorted by relevance
215 virtual uint64_t getSectionSize(DataRefImpl Sec) const = 0;376 return OwningObject->getSectionSize(SectionPimpl); in getSize()
734 uint64_t getSectionSize(DataRefImpl Sec) const override;856 uint64_t getSectionSize(const coff_section *Sec) const;
226 uint64_t getSectionSize(DataRefImpl Sec) const override;579 uint64_t ELFObjectFile<ELFT>::getSectionSize(DataRefImpl Sec) const { in getSectionSize() function
221 uint64_t getSectionSize(DataRefImpl Sec) const override;
229 virtual uint64_t getSectionSize(DataRefImpl Sec) const = 0;413 return OwningObject->getSectionSize(SectionPimpl); in getSize()
167 uint64_t getSectionSize(DataRefImpl Sec) const override;
252 uint64_t getSectionSize(DataRefImpl Sec) const override;678 uint64_t ELFObjectFile<ELFT>::getSectionSize(DataRefImpl Sec) const { in getSectionSize() function
902 uint64_t getSectionSize(DataRefImpl Sec) const override;1030 uint64_t getSectionSize(const coff_section *Sec) const;
303 uint64_t getSectionSize(DataRefImpl Sec) const override;
277 uint64_t COFFObjectFile::getSectionSize(DataRefImpl Ref) const { in getSectionSize() function in COFFObjectFile278 return getSectionSize(toSec(Ref)); in getSectionSize()1016 uint64_t COFFObjectFile::getSectionSize(const coff_section *Sec) const { in getSectionSize() function in COFFObjectFile1043 uint32_t SectionSize = getSectionSize(Sec); in getSectionContents()
614 uint64_t MachOObjectFile::getSectionSize(DataRefImpl Sec) const { in getSectionSize() function in MachOObjectFile
293 uint64_t COFFObjectFile::getSectionSize(DataRefImpl Ref) const { in getSectionSize() function in COFFObjectFile294 return getSectionSize(toSec(Ref)); in getSectionSize()1082 uint64_t COFFObjectFile::getSectionSize(const coff_section *Sec) const { in getSectionSize() function in COFFObjectFile1109 uint32_t SectionSize = getSectionSize(Sec); in getSectionContents()
1169 uint64_t WasmObjectFile::getSectionSize(DataRefImpl Sec) const { in getSectionSize() function in WasmObjectFile
1881 uint64_t MachOObjectFile::getSectionSize(DataRefImpl Sec) const { in getSectionSize() function in MachOObjectFile