Searched refs:sectionStartOffset (Results 1 - 4 of 4) sorted by last modified time

/frameworks/compile/mclinker/include/mcld/Target/
H A DGNULDBackend.h99 size_t sectionStartOffset() const;
H A DTargetLDBackend.h90 virtual size_t sectionStartOffset() const = 0;
/frameworks/compile/mclinker/lib/Script/
H A DNullaryOp.cpp23 res->setValue(pBackend.sectionStartOffset());
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp132 size_t GNULDBackend::sectionStartOffset() const function in class:GNULDBackend
2041 uint64_t size = sectionStartOffset();
2195 offset = sectionStartOffset();
2268 vma = getSegmentStartAddr(script) + sectionStartOffset();
2320 offset = sectionStartOffset();

Completed in 119 milliseconds