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

  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCSectionWasm.h 75 uint64_t getSectionOffset() const { return SectionOffset; }
  /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 {
  /src/external/bsd/elftosb/dist/common/
EncoreBootImage.h 901 uint32_t getSectionOffset(Section * section);
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/lib/MC/
WasmObjectWriter.cpp 625 return Section.getSectionOffset() + RelEntry.Addend;
709 RelEntry.FixupSection->getSectionOffset() +
1057 return (A.Offset + A.FixupSection->getSectionOffset()) <
1058 (B.Offset + B.FixupSection->getSectionOffset());
1068 RelEntry.Offset + RelEntry.FixupSection->getSectionOffset();

Completed in 64 milliseconds