/prebuilts/go/darwin-x86/src/os/ |
stat_netbsd.go | 45 return time.Unix(ts.Sec, int64(ts.Nsec))
|
stat_openbsd.go | 45 return time.Unix(ts.Sec, int64(ts.Nsec))
|
/prebuilts/go/darwin-x86/src/syscall/ |
syscall_linux_amd64.go | 83 *t = Time_t(tv.Sec) 85 return Time_t(tv.Sec), nil 88 func setTimespec(sec, nsec int64) Timespec { 89 return Timespec{Sec: sec, Nsec: nsec} 92 func setTimeval(sec, usec int64) Timeval { 93 return Timeval{Sec: sec, Usec: usec}
|
syscall_linux_mips64x.go | 78 *t = Time_t(tv.Sec) 80 return Time_t(tv.Sec), nil 83 func setTimespec(sec, nsec int64) Timespec { 84 return Timespec{Sec: sec, Nsec: nsec} 87 func setTimeval(sec, usec int64) Timeval { 88 return Timeval{Sec: sec, Usec: usec}
|
/prebuilts/go/linux-x86/src/os/ |
stat_darwin.go | 45 return time.Unix(int64(ts.Sec), int64(ts.Nsec))
|
stat_freebsd.go | 45 return time.Unix(int64(ts.Sec), int64(ts.Nsec))
|
stat_linux.go | 45 return time.Unix(int64(ts.Sec), int64(ts.Nsec))
|
stat_netbsd.go | 45 return time.Unix(ts.Sec, int64(ts.Nsec))
|
stat_openbsd.go | 45 return time.Unix(ts.Sec, int64(ts.Nsec))
|
/prebuilts/go/linux-x86/src/syscall/ |
syscall_linux_amd64.go | 83 *t = Time_t(tv.Sec) 85 return Time_t(tv.Sec), nil 88 func setTimespec(sec, nsec int64) Timespec { 89 return Timespec{Sec: sec, Nsec: nsec} 92 func setTimeval(sec, usec int64) Timeval { 93 return Timeval{Sec: sec, Usec: usec}
|
syscall_linux_mips64x.go | 78 *t = Time_t(tv.Sec) 80 return Time_t(tv.Sec), nil 83 func setTimespec(sec, nsec int64) Timespec { 84 return Timespec{Sec: sec, Nsec: nsec} 87 func setTimeval(sec, usec int64) Timeval { 88 return Timeval{Sec: sec, Usec: usec}
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
X86MachObjectWriter.cpp | 220 const MCSection &Sec = Symbol->getSection(); 221 if (!Asm.getContext().getAsmInfo()->isSectionAtomizableBySymbols(Sec)) 585 const MCSection &Sec = A->getSection(); 586 Index = Sec.getOrdinal() + 1; 587 FixedValue += Writer->getSectionAddress(&Sec);
|
/external/llvm/tools/llvm-objdump/ |
MachODump.cpp | 407 MachO::section_64 Sec = O->getSection64(Load, J); 408 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; 416 stride = Sec.reserved2; 420 outs() << "Can't print indirect symbols for (" << Sec.segname << "," 421 << Sec.sectname << ") " 425 uint32_t count = Sec.size / stride; 426 outs() << "Indirect symbols for (" << Sec.segname << "," 427 << Sec.sectname << ") " << count << " entries"; 428 uint32_t n = Sec.reserved1; 429 PrintIndirectSymbolTable(O, verbose, n, count, stride, Sec.addr) [all...] |
/external/llvm/include/llvm/MC/ |
MCContext.h | 412 /// Gets or creates a section equivalent to Sec that is associated with the 415 /// as Sec and the function symbol as KeySym. 417 getAssociativeCOFFSection(MCSectionCOFF *Sec, const MCSymbol *KeySym, 514 bool addGenDwarfSection(MCSection *Sec) { 515 return SectionsForRanges.insert(Sec);
|
MCObjectStreamer.h | 162 bool mayHaveInstructions(MCSection &Sec) const override;
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
ARMMachObjectWriter.cpp | 431 const MCSection &Sec = A->getSection(); 432 Index = Sec.getOrdinal() + 1; 433 FixedValue += Writer->getSectionAddress(&Sec);
|
/device/linaro/bootloader/OpenPlatformPkg/Platforms/ARM/VExpress/ |
ArmVExpress-RTSM-A15_MPCore.dsc | 49 [LibraryClasses.common.SEC] 192 # SEC 194 ArmPlatformPkg/Sec/Sec.inf {
|
/external/llvm/include/llvm/ExecutionEngine/ |
RuntimeDyld.h | 88 getSectionLoadAddress(const object::SectionRef &Sec) const override;
|
/external/llvm/tools/llvm-rtdyld/ |
llvm-rtdyld.cpp | 371 object::section_iterator Sec = *SecOrErr; 373 Sec->getName(SecName); 375 LoadedObjInfo->getSectionLoadAddress(*Sec); 377 Addr += SectionLoadAddress - Sec->getAddress();
|
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ExecutionEngine/ |
RuntimeDyld.h | 80 getSectionLoadAddress(const object::SectionRef &Sec) const override;
|
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/ |
MCObjectStreamer.h | 170 bool mayHaveInstructions(MCSection &Sec) const override;
|
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ExecutionEngine/ |
RuntimeDyld.h | 80 getSectionLoadAddress(const object::SectionRef &Sec) const override;
|
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/ |
MCObjectStreamer.h | 170 bool mayHaveInstructions(MCSection &Sec) const override;
|
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ExecutionEngine/ |
RuntimeDyld.h | 80 getSectionLoadAddress(const object::SectionRef &Sec) const override;
|
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/ |
MCObjectStreamer.h | 170 bool mayHaveInstructions(MCSection &Sec) const override;
|