HomeSort by: relevance | last modified time | path
    Searched defs:getSectionOffset (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCSectionWasm.h 75 uint64_t getSectionOffset() const { return SectionOffset; }
  /src/external/bsd/elftosb/dist/common/
EncoreBootImage.cpp 428 uint32_t EncoreBootImage::getSectionOffset(Section * section)
1135 header.m_offset = ENDIAN_HOST_TO_LITTLE_U32(m_image->getSectionOffset(this));
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
ELFObjectFile.h 70 virtual uint64_t getSectionOffset(DataRefImpl Sec) const = 0;
120 return getObject()->getSectionOffset(getRawDataRefImpl());
308 uint64_t getSectionOffset(DataRefImpl Sec) const override;
529 uint64_t ELFObjectFile<ELFT>::getSectionOffset(DataRefImpl Sec) const {

Completed in 21 milliseconds