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

12 3 4 5 6 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
Wasm.h 105 void moveSectionNext(DataRefImpl &Sec) const override;
106 std::error_code getSectionName(DataRefImpl Sec,
108 uint64_t getSectionAddress(DataRefImpl Sec) const override;
109 uint64_t getSectionSize(DataRefImpl Sec) const override;
110 std::error_code getSectionContents(DataRefImpl Sec,
112 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
113 bool isSectionCompressed(DataRefImpl Sec) const override;
114 bool isSectionText(DataRefImpl Sec) const override;
115 bool isSectionData(DataRefImpl Sec) const override;
116 bool isSectionBSS(DataRefImpl Sec) const override
    [all...]
ELFObjectFile.h 61 virtual uint32_t getSectionType(DataRefImpl Sec) const = 0;
62 virtual uint64_t getSectionFlags(DataRefImpl Sec) const = 0;
63 virtual uint64_t getSectionOffset(DataRefImpl Sec) const = 0;
234 void moveSectionNext(DataRefImpl &Sec) const override;
235 std::error_code getSectionName(DataRefImpl Sec,
237 uint64_t getSectionAddress(DataRefImpl Sec) const override;
238 uint64_t getSectionSize(DataRefImpl Sec) const override;
239 std::error_code getSectionContents(DataRefImpl Sec,
241 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
242 bool isSectionCompressed(DataRefImpl Sec) const override
755 const Elf_Shdr *sec = getRelSection(Rel); local
774 const Elf_Shdr *sec = getRelSection(Rel); local
783 const Elf_Shdr *sec = getRelSection(Rel); local
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
Wasm.h 105 void moveSectionNext(DataRefImpl &Sec) const override;
106 std::error_code getSectionName(DataRefImpl Sec,
108 uint64_t getSectionAddress(DataRefImpl Sec) const override;
109 uint64_t getSectionSize(DataRefImpl Sec) const override;
110 std::error_code getSectionContents(DataRefImpl Sec,
112 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
113 bool isSectionCompressed(DataRefImpl Sec) const override;
114 bool isSectionText(DataRefImpl Sec) const override;
115 bool isSectionData(DataRefImpl Sec) const override;
116 bool isSectionBSS(DataRefImpl Sec) const override
    [all...]
ELFObjectFile.h 61 virtual uint32_t getSectionType(DataRefImpl Sec) const = 0;
62 virtual uint64_t getSectionFlags(DataRefImpl Sec) const = 0;
63 virtual uint64_t getSectionOffset(DataRefImpl Sec) const = 0;
234 void moveSectionNext(DataRefImpl &Sec) const override;
235 std::error_code getSectionName(DataRefImpl Sec,
237 uint64_t getSectionAddress(DataRefImpl Sec) const override;
238 uint64_t getSectionSize(DataRefImpl Sec) const override;
239 std::error_code getSectionContents(DataRefImpl Sec,
241 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
242 bool isSectionCompressed(DataRefImpl Sec) const override
755 const Elf_Shdr *sec = getRelSection(Rel); local
774 const Elf_Shdr *sec = getRelSection(Rel); local
783 const Elf_Shdr *sec = getRelSection(Rel); local
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
Wasm.h 105 void moveSectionNext(DataRefImpl &Sec) const override;
106 std::error_code getSectionName(DataRefImpl Sec,
108 uint64_t getSectionAddress(DataRefImpl Sec) const override;
109 uint64_t getSectionSize(DataRefImpl Sec) const override;
110 std::error_code getSectionContents(DataRefImpl Sec,
112 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
113 bool isSectionCompressed(DataRefImpl Sec) const override;
114 bool isSectionText(DataRefImpl Sec) const override;
115 bool isSectionData(DataRefImpl Sec) const override;
116 bool isSectionBSS(DataRefImpl Sec) const override
    [all...]
ELFObjectFile.h 61 virtual uint32_t getSectionType(DataRefImpl Sec) const = 0;
62 virtual uint64_t getSectionFlags(DataRefImpl Sec) const = 0;
63 virtual uint64_t getSectionOffset(DataRefImpl Sec) const = 0;
234 void moveSectionNext(DataRefImpl &Sec) const override;
235 std::error_code getSectionName(DataRefImpl Sec,
237 uint64_t getSectionAddress(DataRefImpl Sec) const override;
238 uint64_t getSectionSize(DataRefImpl Sec) const override;
239 std::error_code getSectionContents(DataRefImpl Sec,
241 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
242 bool isSectionCompressed(DataRefImpl Sec) const override
755 const Elf_Shdr *sec = getRelSection(Rel); local
774 const Elf_Shdr *sec = getRelSection(Rel); local
783 const Elf_Shdr *sec = getRelSection(Rel); local
    [all...]
  /external/llvm/lib/Object/
SymbolSize.cpp 34 static unsigned getSectionID(const ObjectFile &O, SectionRef Sec) {
36 return M->getSectionID(Sec);
37 return cast<COFFObjectFile>(O).getSectionID(Sec);
69 for (SectionRef Sec : O.sections()) {
70 uint64_t Address = Sec.getAddress();
71 uint64_t Size = Sec.getSize();
73 {O.symbol_end(), Address + Size, 0, getSectionID(O, Sec)});
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
ELFObjectFile.h 61 virtual uint32_t getSectionType(DataRefImpl Sec) const = 0;
62 virtual uint64_t getSectionFlags(DataRefImpl Sec) const = 0;
63 virtual uint64_t getSectionOffset(DataRefImpl Sec) const = 0;
234 void moveSectionNext(DataRefImpl &Sec) const override;
235 std::error_code getSectionName(DataRefImpl Sec,
237 uint64_t getSectionAddress(DataRefImpl Sec) const override;
238 uint64_t getSectionSize(DataRefImpl Sec) const override;
239 std::error_code getSectionContents(DataRefImpl Sec,
241 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
242 bool isSectionCompressed(DataRefImpl Sec) const override
755 const Elf_Shdr *sec = getRelSection(Rel); local
774 const Elf_Shdr *sec = getRelSection(Rel); local
783 const Elf_Shdr *sec = getRelSection(Rel); local
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
ELFObjectFile.h 61 virtual uint32_t getSectionType(DataRefImpl Sec) const = 0;
62 virtual uint64_t getSectionFlags(DataRefImpl Sec) const = 0;
63 virtual uint64_t getSectionOffset(DataRefImpl Sec) const = 0;
234 void moveSectionNext(DataRefImpl &Sec) const override;
235 std::error_code getSectionName(DataRefImpl Sec,
237 uint64_t getSectionAddress(DataRefImpl Sec) const override;
238 uint64_t getSectionSize(DataRefImpl Sec) const override;
239 std::error_code getSectionContents(DataRefImpl Sec,
241 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
242 bool isSectionCompressed(DataRefImpl Sec) const override
755 const Elf_Shdr *sec = getRelSection(Rel); local
774 const Elf_Shdr *sec = getRelSection(Rel); local
783 const Elf_Shdr *sec = getRelSection(Rel); local
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
ELFObjectFile.h 61 virtual uint32_t getSectionType(DataRefImpl Sec) const = 0;
62 virtual uint64_t getSectionFlags(DataRefImpl Sec) const = 0;
63 virtual uint64_t getSectionOffset(DataRefImpl Sec) const = 0;
234 void moveSectionNext(DataRefImpl &Sec) const override;
235 std::error_code getSectionName(DataRefImpl Sec,
237 uint64_t getSectionAddress(DataRefImpl Sec) const override;
238 uint64_t getSectionSize(DataRefImpl Sec) const override;
239 std::error_code getSectionContents(DataRefImpl Sec,
241 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
242 bool isSectionCompressed(DataRefImpl Sec) const override
755 const Elf_Shdr *sec = getRelSection(Rel); local
774 const Elf_Shdr *sec = getRelSection(Rel); local
783 const Elf_Shdr *sec = getRelSection(Rel); local
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ELFObjectFile.h 61 virtual uint32_t getSectionType(DataRefImpl Sec) const = 0;
62 virtual uint64_t getSectionFlags(DataRefImpl Sec) const = 0;
63 virtual uint64_t getSectionOffset(DataRefImpl Sec) const = 0;
234 void moveSectionNext(DataRefImpl &Sec) const override;
235 std::error_code getSectionName(DataRefImpl Sec,
237 uint64_t getSectionAddress(DataRefImpl Sec) const override;
238 uint64_t getSectionSize(DataRefImpl Sec) const override;
239 std::error_code getSectionContents(DataRefImpl Sec,
241 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
242 bool isSectionCompressed(DataRefImpl Sec) const override
755 const Elf_Shdr *sec = getRelSection(Rel); local
774 const Elf_Shdr *sec = getRelSection(Rel); local
783 const Elf_Shdr *sec = getRelSection(Rel); local
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
ELFObjectFile.h 61 virtual uint32_t getSectionType(DataRefImpl Sec) const = 0;
62 virtual uint64_t getSectionFlags(DataRefImpl Sec) const = 0;
63 virtual uint64_t getSectionOffset(DataRefImpl Sec) const = 0;
234 void moveSectionNext(DataRefImpl &Sec) const override;
235 std::error_code getSectionName(DataRefImpl Sec,
237 uint64_t getSectionAddress(DataRefImpl Sec) const override;
238 uint64_t getSectionSize(DataRefImpl Sec) const override;
239 std::error_code getSectionContents(DataRefImpl Sec,
241 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
242 bool isSectionCompressed(DataRefImpl Sec) const override
755 const Elf_Shdr *sec = getRelSection(Rel); local
774 const Elf_Shdr *sec = getRelSection(Rel); local
783 const Elf_Shdr *sec = getRelSection(Rel); local
    [all...]
  /external/ltp/testcases/kernel/fs/fs_maim/
maimparts 54 ($Cyl,$Heads,$Sec) = split(/\, /,$Temp1,3);
57 ($Sec,$Junk) = split(/ /,$Sec,2);
  /external/llvm/include/llvm/Object/
ELF.h 118 const Elf_Sym *symbol_begin(const Elf_Shdr *Sec) const {
119 if (!Sec)
121 if (Sec->sh_entsize != sizeof(Elf_Sym))
123 return reinterpret_cast<const Elf_Sym *>(base() + Sec->sh_offset);
125 const Elf_Sym *symbol_end(const Elf_Shdr *Sec) const {
126 if (!Sec)
128 uint64_t Size = Sec->sh_size;
131 return symbol_begin(Sec) + Size / sizeof(Elf_Sym);
133 Elf_Sym_Range symbols(const Elf_Shdr *Sec) const {
134 return makeArrayRef(symbol_begin(Sec), symbol_end(Sec))
    [all...]
  /external/llvm/include/llvm/MC/
MCAsmLayout.h 85 uint64_t getSectionAddressSize(const MCSection *Sec) const;
89 uint64_t getSectionFileSize(const MCSection *Sec) const;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCAsmLayout.h 85 uint64_t getSectionAddressSize(const MCSection *Sec) const;
89 uint64_t getSectionFileSize(const MCSection *Sec) const;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCAsmLayout.h 85 uint64_t getSectionAddressSize(const MCSection *Sec) const;
89 uint64_t getSectionFileSize(const MCSection *Sec) const;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCAsmLayout.h 85 uint64_t getSectionAddressSize(const MCSection *Sec) const;
89 uint64_t getSectionFileSize(const MCSection *Sec) const;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCAsmLayout.h 85 uint64_t getSectionAddressSize(const MCSection *Sec) const;
89 uint64_t getSectionFileSize(const MCSection *Sec) const;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCAsmLayout.h 85 uint64_t getSectionAddressSize(const MCSection *Sec) const;
89 uint64_t getSectionFileSize(const MCSection *Sec) const;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCAsmLayout.h 85 uint64_t getSectionAddressSize(const MCSection *Sec) const;
89 uint64_t getSectionFileSize(const MCSection *Sec) const;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCAsmLayout.h 85 uint64_t getSectionAddressSize(const MCSection *Sec) const;
89 uint64_t getSectionFileSize(const MCSection *Sec) const;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCAsmLayout.h 85 uint64_t getSectionAddressSize(const MCSection *Sec) const;
89 uint64_t getSectionFileSize(const MCSection *Sec) const;
  /prebuilts/go/darwin-x86/src/syscall/
syscall_solaris_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}
  /prebuilts/go/linux-x86/src/syscall/
syscall_solaris_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}

Completed in 2286 milliseconds

12 3 4 5 6 7 8 91011>>