Home
last modified time | relevance | path

Searched refs:getSectionOffset (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCSectionWasm.h75 uint64_t getSectionOffset() const { return SectionOffset; } in getSectionOffset() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DELFObjectFile.h70 virtual uint64_t getSectionOffset(DataRefImpl Sec) const = 0;
120 return getObject()->getSectionOffset(getRawDataRefImpl()); in getOffset()
308 uint64_t getSectionOffset(DataRefImpl Sec) const override;
529 uint64_t ELFObjectFile<ELFT>::getSectionOffset(DataRefImpl Sec) const { in getSectionOffset() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DWasmObjectWriter.cpp625 return Section.getSectionOffset() + RelEntry.Addend; in getProvisionalValue()
709 RelEntry.FixupSection->getSectionOffset() + in applyRelocations()
1057 return (A.Offset + A.FixupSection->getSectionOffset()) < in writeRelocSection()
1058 (B.Offset + B.FixupSection->getSectionOffset()); in writeRelocSection()
1068 RelEntry.Offset + RelEntry.FixupSection->getSectionOffset(); in writeRelocSection()
/netbsd-src/external/bsd/elftosb/dist/common/
H A DEncoreBootImage.cpp428 uint32_t EncoreBootImage::getSectionOffset(Section * section) in getSectionOffset() function in EncoreBootImage
1135 header.m_offset = ENDIAN_HOST_TO_LITTLE_U32(m_image->getSectionOffset(this)); in fillSectionHeader()
H A DEncoreBootImage.h901 uint32_t getSectionOffset(Section * section);