HomeSort by relevance Sort by last modified time
    Searched refs:getSectionSize (Results 1 - 8 of 8) sorted by null

  /external/smali/dexlib/src/main/java/org/jf/dexlib/
ReadContext.java 189 public int getSectionSize(ItemType itemType) {
DexFile.java 429 int sectionSize = readContext.getSectionSize(section.ItemType);
    [all...]
  /external/llvm/include/llvm/Object/
ObjectFile.h 311 virtual error_code getSectionSize(DataRefImpl Sec, uint64_t &Res) const = 0;
486 return OwningObject->getSectionSize(SectionPimpl, Result);
MachO.h 81 virtual error_code getSectionSize(DataRefImpl Sec, uint64_t &Res) const;
COFF.h 229 virtual error_code getSectionSize(DataRefImpl Sec, uint64_t &Res) const;
ELF.h 693 virtual error_code getSectionSize(DataRefImpl Sec, uint64_t &Res) const;
    [all...]
  /external/llvm/lib/Object/
MachOObjectFile.cpp 553 getSectionSize(Sec, Size);
695 MachOObjectFile::getSectionSize(DataRefImpl Sec, uint64_t &Res) const {
807 getSectionSize(Sec, SectEnd);
    [all...]
COFFObjectFile.cpp 321 error_code COFFObjectFile::getSectionSize(DataRefImpl Sec,

Completed in 490 milliseconds