HomeSort by relevance Sort by last modified time
    Searched refs:Sec (Results 51 - 75 of 387) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/swiftshader/third_party/LLVM/lib/Object/
COFFObjectFile.cpp 72 const coff_section *COFFObjectFile::toSec(DataRefImpl Sec) const {
73 const coff_section *addr = reinterpret_cast<const coff_section*>(Sec.p);
278 error_code COFFObjectFile::getSectionNext(DataRefImpl Sec,
280 const coff_section *sec = toSec(Sec); local
281 sec += 1;
282 Sec.p = reinterpret_cast<uintptr_t>(sec);
283 Result = SectionRef(Sec, this);
287 error_code COFFObjectFile::getSectionName(DataRefImpl Sec,
289 const coff_section *sec = toSec(Sec); local
312 const coff_section *sec = toSec(Sec); local
319 const coff_section *sec = toSec(Sec); local
326 const coff_section *sec = toSec(Sec); local
341 const coff_section *sec = toSec(Sec); local
350 const coff_section *sec = toSec(Sec); local
357 const coff_section *sec = toSec(Sec); local
364 const coff_section *sec = toSec(Sec); local
372 const coff_section *sec = toSec(Sec); local
384 const coff_section *sec = toSec(Sec); local
396 const coff_section *sec = toSec(Sec); local
    [all...]
  /external/llvm/lib/MC/
MCFragment.cpp 34 for (MCSection &Sec : Asm)
35 if (!Sec.isVirtualSection())
36 SectionOrder.push_back(&Sec);
37 for (MCSection &Sec : Asm)
38 if (Sec.isVirtualSection())
39 SectionOrder.push_back(&Sec);
43 const MCSection *Sec = F->getParent();
44 const MCFragment *LastValid = LastValidFragment.lookup(Sec);
47 assert(LastValid->getParent() == Sec);
62 MCSection *Sec = F->getParent()
    [all...]
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp 178 void LoadVersionDefs(const Elf_Shdr *sec) const;
348 bool checkTLSSections(const Elf_Phdr &Phdr, const Elf_Shdr &Sec);
349 bool checkoffsets(const Elf_Phdr &Phdr, const Elf_Shdr &Sec);
350 bool checkVMA(const Elf_Phdr &Phdr, const Elf_Shdr &Sec);
351 bool checkPTDynamic(const Elf_Phdr &Phdr, const Elf_Shdr &Sec);
363 void printRelocations(const Elf_Shdr *Sec, const ELFO *Obj);
418 void ELFDumper<ELFT>::LoadVersionNeeds(const Elf_Shdr *sec) const {
419 unsigned vn_size = sec->sh_size; // Size of section in bytes
420 unsigned vn_count = sec->sh_info; // Number of Verneed entries
421 const char *sec_start = (const char *)Obj->base() + sec->sh_offset
    [all...]
  /external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.last_write_time/
last_write_time.pass.cpp 122 auto sec = duration_cast<seconds>(tp.time_since_epoch()).count();
124 if (sec < Lim::min() || sec > Lim::max()) return false;
176 using Sec = std::chrono::seconds;
195 SleepFor(Sec(2));
217 using Sec = std::chrono::seconds;
228 const file_time_type future_time = now + Hours(3) + Sec(42) + MicroSec(17);
229 const file_time_type past_time = now - Minutes(3) - Sec(42) - MicroSec(17);
230 const file_time_type before_epoch_time = epoch_time - Minutes(3) - Sec(42) - MicroSec(17);
234 const file_time_type just_before_epoch_time = epoch_time - Sec(2) - MicroSec(17)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
ELF.h 119 Expected<Elf_Sym_Range> symbols(const Elf_Shdr *Sec) const {
120 if (!Sec)
122 return getSectionContentsAsArray<Elf_Sym>(Sec);
125 Expected<Elf_Rela_Range> relas(const Elf_Shdr *Sec) const {
126 return getSectionContentsAsArray<Elf_Rela>(Sec);
129 Expected<Elf_Rel_Range> rels(const Elf_Shdr *Sec) const {
130 return getSectionContentsAsArray<Elf_Rel>(Sec);
153 Expected<const Elf_Sym *> getSymbol(const Elf_Shdr *Sec,
160 Expected<ArrayRef<T>> getSectionContentsAsArray(const Elf_Shdr *Sec) const;
161 Expected<ArrayRef<uint8_t>> getSectionContents(const Elf_Shdr *Sec) const
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
ELF.h 119 Expected<Elf_Sym_Range> symbols(const Elf_Shdr *Sec) const {
120 if (!Sec)
122 return getSectionContentsAsArray<Elf_Sym>(Sec);
125 Expected<Elf_Rela_Range> relas(const Elf_Shdr *Sec) const {
126 return getSectionContentsAsArray<Elf_Rela>(Sec);
129 Expected<Elf_Rel_Range> rels(const Elf_Shdr *Sec) const {
130 return getSectionContentsAsArray<Elf_Rel>(Sec);
153 Expected<const Elf_Sym *> getSymbol(const Elf_Shdr *Sec,
160 Expected<ArrayRef<T>> getSectionContentsAsArray(const Elf_Shdr *Sec) const;
161 Expected<ArrayRef<uint8_t>> getSectionContents(const Elf_Shdr *Sec) const
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
ELF.h 119 Expected<Elf_Sym_Range> symbols(const Elf_Shdr *Sec) const {
120 if (!Sec)
122 return getSectionContentsAsArray<Elf_Sym>(Sec);
125 Expected<Elf_Rela_Range> relas(const Elf_Shdr *Sec) const {
126 return getSectionContentsAsArray<Elf_Rela>(Sec);
129 Expected<Elf_Rel_Range> rels(const Elf_Shdr *Sec) const {
130 return getSectionContentsAsArray<Elf_Rel>(Sec);
153 Expected<const Elf_Sym *> getSymbol(const Elf_Shdr *Sec,
160 Expected<ArrayRef<T>> getSectionContentsAsArray(const Elf_Shdr *Sec) const;
161 Expected<ArrayRef<uint8_t>> getSectionContents(const Elf_Shdr *Sec) const
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ELF.h 119 Expected<Elf_Sym_Range> symbols(const Elf_Shdr *Sec) const {
120 if (!Sec)
122 return getSectionContentsAsArray<Elf_Sym>(Sec);
125 Expected<Elf_Rela_Range> relas(const Elf_Shdr *Sec) const {
126 return getSectionContentsAsArray<Elf_Rela>(Sec);
129 Expected<Elf_Rel_Range> rels(const Elf_Shdr *Sec) const {
130 return getSectionContentsAsArray<Elf_Rel>(Sec);
153 Expected<const Elf_Sym *> getSymbol(const Elf_Shdr *Sec,
160 Expected<ArrayRef<T>> getSectionContentsAsArray(const Elf_Shdr *Sec) const;
161 Expected<ArrayRef<uint8_t>> getSectionContents(const Elf_Shdr *Sec) const
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
ELF.h 119 Expected<Elf_Sym_Range> symbols(const Elf_Shdr *Sec) const {
120 if (!Sec)
122 return getSectionContentsAsArray<Elf_Sym>(Sec);
125 Expected<Elf_Rela_Range> relas(const Elf_Shdr *Sec) const {
126 return getSectionContentsAsArray<Elf_Rela>(Sec);
129 Expected<Elf_Rel_Range> rels(const Elf_Shdr *Sec) const {
130 return getSectionContentsAsArray<Elf_Rel>(Sec);
153 Expected<const Elf_Sym *> getSymbol(const Elf_Shdr *Sec,
160 Expected<ArrayRef<T>> getSectionContentsAsArray(const Elf_Shdr *Sec) const;
161 Expected<ArrayRef<uint8_t>> getSectionContents(const Elf_Shdr *Sec) const
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
ELF.h 119 Expected<Elf_Sym_Range> symbols(const Elf_Shdr *Sec) const {
120 if (!Sec)
122 return getSectionContentsAsArray<Elf_Sym>(Sec);
125 Expected<Elf_Rela_Range> relas(const Elf_Shdr *Sec) const {
126 return getSectionContentsAsArray<Elf_Rela>(Sec);
129 Expected<Elf_Rel_Range> rels(const Elf_Shdr *Sec) const {
130 return getSectionContentsAsArray<Elf_Rel>(Sec);
153 Expected<const Elf_Sym *> getSymbol(const Elf_Shdr *Sec,
160 Expected<ArrayRef<T>> getSectionContentsAsArray(const Elf_Shdr *Sec) const;
161 Expected<ArrayRef<uint8_t>> getSectionContents(const Elf_Shdr *Sec) const
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
ELF.h 119 Expected<Elf_Sym_Range> symbols(const Elf_Shdr *Sec) const {
120 if (!Sec)
122 return getSectionContentsAsArray<Elf_Sym>(Sec);
125 Expected<Elf_Rela_Range> relas(const Elf_Shdr *Sec) const {
126 return getSectionContentsAsArray<Elf_Rela>(Sec);
129 Expected<Elf_Rel_Range> rels(const Elf_Shdr *Sec) const {
130 return getSectionContentsAsArray<Elf_Rel>(Sec);
153 Expected<const Elf_Sym *> getSymbol(const Elf_Shdr *Sec,
160 Expected<ArrayRef<T>> getSectionContentsAsArray(const Elf_Shdr *Sec) const;
161 Expected<ArrayRef<uint8_t>> getSectionContents(const Elf_Shdr *Sec) const
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ELF.h 119 Expected<Elf_Sym_Range> symbols(const Elf_Shdr *Sec) const {
120 if (!Sec)
122 return getSectionContentsAsArray<Elf_Sym>(Sec);
125 Expected<Elf_Rela_Range> relas(const Elf_Shdr *Sec) const {
126 return getSectionContentsAsArray<Elf_Rela>(Sec);
129 Expected<Elf_Rel_Range> rels(const Elf_Shdr *Sec) const {
130 return getSectionContentsAsArray<Elf_Rel>(Sec);
153 Expected<const Elf_Sym *> getSymbol(const Elf_Shdr *Sec,
160 Expected<ArrayRef<T>> getSectionContentsAsArray(const Elf_Shdr *Sec) const;
161 Expected<ArrayRef<uint8_t>> getSectionContents(const Elf_Shdr *Sec) const
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
syscall_netbsd_386.go 7 func setTimespec(sec, nsec int64) Timespec {
8 return Timespec{Sec: sec, Nsec: int32(nsec)}
11 func setTimeval(sec, usec int64) Timeval {
12 return Timeval{Sec: sec, Usec: int32(usec)}
syscall_netbsd_amd64.go 7 func setTimespec(sec, nsec int64) Timespec {
8 return Timespec{Sec: sec, Nsec: nsec}
11 func setTimeval(sec, usec int64) Timeval {
12 return Timeval{Sec: sec, Usec: int32(usec)}
syscall_netbsd_arm.go 7 func setTimespec(sec, nsec int64) Timespec {
8 return Timespec{Sec: sec, Nsec: int32(nsec)}
11 func setTimeval(sec, usec int64) Timeval {
12 return Timeval{Sec: sec, Usec: int32(usec)}
syscall_openbsd_386.go 7 func setTimespec(sec, nsec int64) Timespec {
8 return Timespec{Sec: sec, Nsec: int32(nsec)}
11 func setTimeval(sec, usec int64) Timeval {
12 return Timeval{Sec: sec, Usec: int32(usec)}
syscall_openbsd_amd64.go 7 func setTimespec(sec, nsec int64) Timespec {
8 return Timespec{Sec: sec, Nsec: nsec}
11 func setTimeval(sec, usec int64) Timeval {
12 return Timeval{Sec: sec, Usec: usec}
syscall_openbsd_arm.go 7 func setTimespec(sec, nsec int64) Timespec {
8 return Timespec{Sec: sec, Nsec: int32(nsec)}
11 func setTimeval(sec, usec int64) Timeval {
12 return Timeval{Sec: sec, Usec: int32(usec)}
  /prebuilts/go/linux-x86/src/syscall/
syscall_netbsd_386.go 7 func setTimespec(sec, nsec int64) Timespec {
8 return Timespec{Sec: sec, Nsec: int32(nsec)}
11 func setTimeval(sec, usec int64) Timeval {
12 return Timeval{Sec: sec, Usec: int32(usec)}
syscall_netbsd_amd64.go 7 func setTimespec(sec, nsec int64) Timespec {
8 return Timespec{Sec: sec, Nsec: nsec}
11 func setTimeval(sec, usec int64) Timeval {
12 return Timeval{Sec: sec, Usec: int32(usec)}
syscall_netbsd_arm.go 7 func setTimespec(sec, nsec int64) Timespec {
8 return Timespec{Sec: sec, Nsec: int32(nsec)}
11 func setTimeval(sec, usec int64) Timeval {
12 return Timeval{Sec: sec, Usec: int32(usec)}
syscall_openbsd_386.go 7 func setTimespec(sec, nsec int64) Timespec {
8 return Timespec{Sec: sec, Nsec: int32(nsec)}
11 func setTimeval(sec, usec int64) Timeval {
12 return Timeval{Sec: sec, Usec: int32(usec)}
syscall_openbsd_amd64.go 7 func setTimespec(sec, nsec int64) Timespec {
8 return Timespec{Sec: sec, Nsec: nsec}
11 func setTimeval(sec, usec int64) Timeval {
12 return Timeval{Sec: sec, Usec: usec}
syscall_openbsd_arm.go 7 func setTimespec(sec, nsec int64) Timespec {
8 return Timespec{Sec: sec, Nsec: int32(nsec)}
11 func setTimeval(sec, usec int64) Timeval {
12 return Timeval{Sec: sec, Usec: int32(usec)}
  /external/llvm/tools/obj2yaml/
macho2yaml.cpp 53 MachOYAML::Section constructSectionCommon(SectionType Sec) {
55 memcpy(reinterpret_cast<void *>(&TempSec.sectname[0]), &Sec.sectname[0], 16);
56 memcpy(reinterpret_cast<void *>(&TempSec.segname[0]), &Sec.segname[0], 16);
57 TempSec.addr = Sec.addr;
58 TempSec.size = Sec.size;
59 TempSec.offset = Sec.offset;
60 TempSec.align = Sec.align;
61 TempSec.reloff = Sec.reloff;
62 TempSec.nreloc = Sec.nreloc;
63 TempSec.flags = Sec.flags
    [all...]

Completed in 1136 milliseconds

1 23 4 5 6 7 8 91011>>