Searched defs:EndOffset (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Object/
H A DMachOObjectFile.cpp170 uint64_t EndOffset = 0; local
195 if (!EndOffset || Entry->Value < EndOffset)
196 EndOffset = Entry->Value;
223 if (!EndOffset || Entry->Value < EndOffset)
224 EndOffset = Entry->Value;
229 if (!EndOffset) {
232 getSectionAddress(Sections[SectionIndex-1], EndOffset);
233 EndOffset
[all...]

Completed in 30 milliseconds