llvm::object::ObjectFile::getRelocationOffset

Byte offset of relocation Rel within its section.

Synopsis

Declared in <llvm/Object/ObjectFile.h>

virtual
uint64_t
getRelocationOffset(DataRefImpl Rel) const = 0;

Return Value

The byte offset of the relocation within its section.

Parameters

NameDescription
RelOpaque relocation handle.