Searched refs:getSectionSize (Results 1 - 8 of 8) sorted by relevance
/external/smali/dexlib/src/main/java/org/jf/dexlib/ |
H A D | ReadContext.java | 189 public int getSectionSize(ItemType itemType) { method in class:ReadContext
|
H A D | DexFile.java | 429 int sectionSize = readContext.getSectionSize(section.ItemType);
|
/external/llvm/include/llvm/Object/ |
H A D | ObjectFile.h | 311 virtual error_code getSectionSize(DataRefImpl Sec, uint64_t &Res) const = 0; 486 return OwningObject->getSectionSize(SectionPimpl, Result);
|
H A D | MachO.h | 81 virtual error_code getSectionSize(DataRefImpl Sec, uint64_t &Res) const;
|
H A D | COFF.h | 229 virtual error_code getSectionSize(DataRefImpl Sec, uint64_t &Res) const;
|
H A D | ELF.h | 693 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 D | MachOObjectFile.cpp | 553 getSectionSize(Sec, Size); 695 MachOObjectFile::getSectionSize(DataRefImpl Sec, uint64_t &Res) const { function in class:llvm::object::MachOObjectFile 807 getSectionSize(Sec, SectEnd);
|
H A D | COFFObjectFile.cpp | 321 error_code COFFObjectFile::getSectionSize(DataRefImpl Sec, function in class:COFFObjectFile
|
Completed in 278 milliseconds