Home
last modified time | relevance | path

Searched refs:SecOff (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/cpan/Time-Local/lib/Time/
H A DLocal.pm30 my $SecOff = 0;
88 $SecOff = timelocal( localtime(0) ) - timelocal( gmtime(0) );
118 = $SecOff + $_[0]
177 $sec + $SecOff
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/ELF/
H A DELFObject.h517 uint64_t SecOff) { in OwnedDataSection() argument
522 OriginalOffset = SecOff; in OwnedDataSection()