Home
last modified time | relevance | path

Searched refs:sectionStartOffset (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/mclinker/lib/Script/
DNullaryOp.cpp23 res->setValue(pBackend.sectionStartOffset()); in eval()
/frameworks/compile/mclinker/include/mcld/Target/
DTargetLDBackend.h94 virtual size_t sectionStartOffset() const = 0;
DGNULDBackend.h97 size_t sectionStartOffset() const;
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp130 size_t GNULDBackend::sectionStartOffset() const { in sectionStartOffset() function in mcld::GNULDBackend
1945 uint64_t size = sectionStartOffset(); in setupProgramHdrs()
2091 offset = sectionStartOffset(); in setOutputSectionOffset()
2165 vma = getSegmentStartAddr(script) + sectionStartOffset(); in setOutputSectionAddress()
2222 offset = sectionStartOffset(); in setOutputSectionAddress()