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/
COFF.h 124 virtual error_code getSectionSize(DataRefImpl Sec, uint64_t &Res) const;
MachO.h 74 virtual error_code getSectionSize(DataRefImpl Sec, uint64_t &Res) const;
ObjectFile.h 313 virtual error_code getSectionSize(DataRefImpl Sec, uint64_t &Res) const = 0;
487 return OwningObject->getSectionSize(SectionPimpl, Result);
ELF.h 673 virtual error_code getSectionSize(DataRefImpl Sec, uint64_t &Res) const;
    [all...]
  /external/llvm/lib/Object/
MachOObjectFile.cpp 238 getSectionSize(Sections[SectionIndex-1], Size);
542 error_code MachOObjectFile::getSectionSize(DataRefImpl DRI,
668 getSectionSize(Sec, SectEnd);
    [all...]
COFFObjectFile.cpp 320 error_code COFFObjectFile::getSectionSize(DataRefImpl Sec,

Completed in 59 milliseconds