Searched refs:inputSectionOffset (Results 1 – 2 of 2) sorted by relevance
77 uint32_t getInputSectionOffset() const { return inputSectionOffset; } in getInputSectionOffset()88 uint32_t inputSectionOffset = 0; variable138 inputSectionOffset = segment.SectionOffset; in InputSegment()176 inputSectionOffset = seg.SectionOffset; in MergeInputChunk()257 inputSectionOffset = function->CodeSectionOffset; in InputFunction()259 file->codeSection->Content.slice(inputSectionOffset, function->Size); in InputFunction()
109 int32_t inputSectionOffset = getInputSectionOffset(); in relocate() local113 uint8_t *loc = buf + rel.Offset - inputSectionOffset; in relocate()