Searched refs:getSectionSize (Results 1 - 8 of 8) sorted by relevance

/external/smali/dexlib/src/main/java/org/jf/dexlib/
H A DReadContext.java189 public int getSectionSize(ItemType itemType) { method in class:ReadContext
H A DDexFile.java429 int sectionSize = readContext.getSectionSize(section.ItemType);
/external/llvm/include/llvm/Object/
H A DObjectFile.h311 virtual error_code getSectionSize(DataRefImpl Sec, uint64_t &Res) const = 0;
486 return OwningObject->getSectionSize(SectionPimpl, Result);
H A DMachO.h81 virtual error_code getSectionSize(DataRefImpl Sec, uint64_t &Res) const;
H A DCOFF.h229 virtual error_code getSectionSize(DataRefImpl Sec, uint64_t &Res) const;
H A DELF.h693 virtual error_code getSectionSize(DataRefImpl Sec, uint64_t &Res) const;
1306 error_code ELFObjectFile<ELFT>::getSectionSize(DataRefImpl Sec, function in class:llvm::object::ELFObjectFile
/external/llvm/lib/Object/
H A DMachOObjectFile.cpp553 getSectionSize(Sec, Size);
695 MachOObjectFile::getSectionSize(DataRefImpl Sec, uint64_t &Res) const { function in class:llvm::object::MachOObjectFile
807 getSectionSize(Sec, SectEnd);
H A DCOFFObjectFile.cpp321 error_code COFFObjectFile::getSectionSize(DataRefImpl Sec, function in class:COFFObjectFile

Completed in 278 milliseconds