HomeSort by relevance Sort by last modified time
    Searched refs:Sec (Results 1 - 25 of 38) sorted by null

1 2

  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
test_handshake_hybi00.py 52 'Sec-WebSocket-Key2': '12998 5 Y3 1 .P00',
53 'Sec-WebSocket-Protocol': 'sample',
55 'Sec-WebSocket-Key1': '4 @1 46546xW%0l 1 5',
67 'Sec-WebSocket-Key2': '12998 5 Y3 1 .P00',
68 'Sec-WebSocket-Protocol': 'sample',
70 'Sec-WebSocket-Key1': '4 @1 46546xW%0l 1 5',
79 'Sec-WebSocket-Location: ws://example.com/demo\r\n'
80 'Sec-WebSocket-Origin: http://example.com\r\n'
81 'Sec-WebSocket-Protocol: sample\r\n'
89 'Sec-WebSocket-Location: wss://example.com/demo\r\n
    [all...]
  /external/llvm/include/llvm/Object/
ELFObjectFile.h 78 void moveSectionNext(DataRefImpl &Sec) const override;
79 std::error_code getSectionName(DataRefImpl Sec,
81 std::error_code getSectionAddress(DataRefImpl Sec,
83 std::error_code getSectionSize(DataRefImpl Sec, uint64_t &Res) const override;
84 std::error_code getSectionContents(DataRefImpl Sec,
86 std::error_code getSectionAlignment(DataRefImpl Sec,
88 std::error_code isSectionText(DataRefImpl Sec, bool &Res) const override;
89 std::error_code isSectionData(DataRefImpl Sec, bool &Res) const override;
90 std::error_code isSectionBSS(DataRefImpl Sec, bool &Res) const override;
91 std::error_code isSectionRequiredForExecution(DataRefImpl Sec,
538 const Elf_Shdr *sec = getRelSection(Rel); local
601 const Elf_Shdr *sec = getRelSection(Rel); local
615 const Elf_Shdr *sec = getRelSection(Rel); local
639 const Elf_Shdr *sec = getRelSection(Rel); local
662 const Elf_Shdr *sec = getRelSection(Rel); local
680 const Elf_Shdr *sec = getRelSection(Rel); local
    [all...]
MachO.h 80 void moveSectionNext(DataRefImpl &Sec) const override;
81 std::error_code getSectionName(DataRefImpl Sec,
83 std::error_code getSectionAddress(DataRefImpl Sec,
85 std::error_code getSectionSize(DataRefImpl Sec, uint64_t &Res) const override;
86 std::error_code getSectionContents(DataRefImpl Sec,
88 std::error_code getSectionAlignment(DataRefImpl Sec,
90 std::error_code isSectionText(DataRefImpl Sec, bool &Res) const override;
91 std::error_code isSectionData(DataRefImpl Sec, bool &Res) const override;
92 std::error_code isSectionBSS(DataRefImpl Sec, bool &Res) const override;
93 std::error_code isSectionRequiredForExecution(DataRefImpl Sec,
    [all...]
COFF.h 359 const coff_section *toSec(DataRefImpl Sec) const;
378 void moveSectionNext(DataRefImpl &Sec) const override;
379 std::error_code getSectionName(DataRefImpl Sec,
381 std::error_code getSectionAddress(DataRefImpl Sec,
383 std::error_code getSectionSize(DataRefImpl Sec, uint64_t &Res) const override;
384 std::error_code getSectionContents(DataRefImpl Sec,
386 std::error_code getSectionAlignment(DataRefImpl Sec,
388 std::error_code isSectionText(DataRefImpl Sec, bool &Res) const override;
389 std::error_code isSectionData(DataRefImpl Sec, bool &Res) const override;
390 std::error_code isSectionBSS(DataRefImpl Sec, bool &Res) const override
    [all...]
ObjectFile.h 243 virtual void moveSectionNext(DataRefImpl &Sec) const = 0;
244 virtual std::error_code getSectionName(DataRefImpl Sec,
246 virtual std::error_code getSectionAddress(DataRefImpl Sec,
248 virtual std::error_code getSectionSize(DataRefImpl Sec,
250 virtual std::error_code getSectionContents(DataRefImpl Sec,
252 virtual std::error_code getSectionAlignment(DataRefImpl Sec,
254 virtual std::error_code isSectionText(DataRefImpl Sec, bool &Res) const = 0;
255 virtual std::error_code isSectionData(DataRefImpl Sec, bool &Res) const = 0;
256 virtual std::error_code isSectionBSS(DataRefImpl Sec, bool &Res) const = 0;
257 virtual std::error_code isSectionRequiredForExecution(DataRefImpl Sec,
    [all...]
ELF.h 295 void LoadVersionDefs(const Elf_Shdr *sec) const;
366 Elf_Rela_Iter begin_rela(const Elf_Shdr *sec) const {
367 return Elf_Rela_Iter(sec->sh_entsize,
368 (const char *)(base() + sec->sh_offset));
371 Elf_Rela_Iter end_rela(const Elf_Shdr *sec) const {
373 sec->sh_entsize,
374 (const char *)(base() + sec->sh_offset + sec->sh_size));
377 Elf_Rel_Iter begin_rel(const Elf_Shdr *sec) const {
378 return Elf_Rel_Iter(sec->sh_entsize
    [all...]
COFFYAML.h 180 static void mapping(IO &IO, COFFYAML::Section &Sec);
  /external/llvm/lib/Object/
COFFObjectFile.cpp 232 const coff_section *Sec = nullptr;
233 if (std::error_code EC = getSection(Symb->SectionNumber, Sec))
236 Ref.p = reinterpret_cast<uintptr_t>(Sec);
243 const coff_section *Sec = toSec(Ref);
244 Sec += 1;
245 Ref.p = reinterpret_cast<uintptr_t>(Sec);
250 const coff_section *Sec = toSec(Ref);
251 return getSectionName(Sec, Result);
256 const coff_section *Sec = toSec(Ref);
257 Result = Sec->VirtualAddress
    [all...]
MachOObjectFile.cpp 260 unsigned Sec) {
269 uintptr_t SectionAddr = CommandAddr + SegmentLoadSize + Sec * SectionSize;
416 DataRefImpl Sec) {
418 MachO::section_64 Sect = O->getSection64(Sec);
421 MachO::section Sect = O->getSection(Sec);
449 const char *Sec = getSectionPtr(this, Load, J);
450 Sections.push_back(Sec);
578 DataRefImpl Sec;
579 Sec.d.a = SectionIndex-1;
580 getSectionSize(Sec, Size)
    [all...]
ObjectFile.cpp 44 section_iterator ObjectFile::getRelocatedSection(DataRefImpl Sec) const {
45 return section_iterator(SectionRef(Sec, this));
COFFYAML.cpp 378 void MappingTraits<COFFYAML::Section>::mapping(IO &IO, COFFYAML::Section &Sec) {
380 IO, Sec.Header.Characteristics);
381 IO.mapRequired("Name", Sec.Name);
383 IO.mapOptional("Alignment", Sec.Alignment);
384 IO.mapRequired("SectionData", Sec.SectionData);
385 IO.mapOptional("Relocations", Sec.Relocations);
  /external/llvm/lib/MC/
WinCOFFObjectWriter.cpp 345 MCSectionCOFF const &Sec =
348 COFFSection *coff_section = createSection(Sec.getSectionName());
349 COFFSymbol *coff_symbol = createSymbol(Sec.getSectionName());
350 if (Sec.getSelection() != COFF::IMAGE_COMDAT_SELECT_ASSOCIATIVE) {
351 if (const MCSymbol *S = Sec.getCOMDATSymbol()) {
367 coff_symbol->Aux[0].Aux.SectionDefinition.Selection = Sec.getSelection();
369 coff_section->Header.Characteristics = Sec.getCharacteristics();
470 COFFSection *Sec =
473 if (coff_symbol->Section && coff_symbol->Section != Sec)
476 coff_symbol->Section = Sec;
    [all...]
  /external/llvm/tools/llvm-size/
llvm-size.cpp 142 MachO::section_64 Sec = MachO->getSection64(Load, J);
144 outs() << "\tSection (" << format("%.16s", &Sec.segname) << ", "
145 << format("%.16s", &Sec.sectname) << "): ";
147 outs() << "\tSection " << format("%.16s", &Sec.sectname) << ": ";
148 outs() << format(fmt.str().c_str(), Sec.size);
150 outs() << " (addr 0x" << format("%" PRIx64, Sec.addr) << " offset "
151 << Sec.offset << ")";
153 sec_total += Sec.size;
168 MachO::section Sec = MachO->getSection(Load, J);
170 outs() << "\tSection (" << format("%.16s", &Sec.segname) << ",
    [all...]
  /external/llvm/tools/obj2yaml/
coff2yaml.cpp 56 COFFYAML::Section Sec;
57 Sec.Name = Sect->Name; // FIXME: check the null termination!
59 Sec.Header.Characteristics = Characteristics;
60 Sec.Alignment = 1 << (((Characteristics >> 20) & 0xf) - 1);
64 Sec.SectionData = yaml::BinaryRef(sectionData);
76 Sec.Relocations = Relocations;
77 Sections.push_back(Sec);
elf2yaml.cpp 67 for (const Elf_Shdr &Sec : Obj.sections()) {
68 switch (Sec.sh_type) {
76 ErrorOr<ELFYAML::RelocationSection *> S = dumpRelaSection(&Sec);
83 ErrorOr<ELFYAML::RelocationSection *> S = dumpRelSection(&Sec);
91 ErrorOr<ELFYAML::RawContentSection *> S = dumpContentSection(&Sec);
  /external/llvm/include/llvm/ExecutionEngine/
ObjectImage.h 55 virtual void updateSectionAddress(const object::SectionRef &Sec,
  /external/llvm/tools/yaml2obj/
yaml2elf.cpp 191 for (const auto &Sec : Doc.Sections)
192 DotShStrtab.add(Sec->Name);
195 for (const auto &Sec : Doc.Sections) {
197 SHeader.sh_name = DotShStrtab.getOffset(Sec->Name);
198 SHeader.sh_type = Sec->Type;
199 SHeader.sh_flags = Sec->Flags;
200 SHeader.sh_addr = Sec->Address;
201 SHeader.sh_addralign = Sec->AddressAlign;
203 if (!Sec->Link.empty()) {
205 if (SN2I.lookup(Sec->Link, Index))
    [all...]
yaml2coff.cpp 42 COFFYAML::Section &Sec = *i;
46 StringRef Name = Sec.Name;
49 std::copy(Name.begin(), Name.end(), Sec.Header.Name);
58 Sec.Header.Name[0] = '/';
59 std::copy(str.begin(), str.end(), Sec.Header.Name + 1);
62 Sec.Header.Characteristics |= (Log2_32(Sec.Alignment) + 1) << 20;
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
ObjectImageCommon.h 77 void updateSectionAddress(const object::SectionRef &Sec,
RuntimeDyldMachO.cpp 75 virtual void updateSectionAddress(const SectionRef &Sec, uint64_t Addr) {
78 const_cast<char *>(objf->getSectionPointer(Sec.getRawDataRefImpl()));
80 uint64_t oldAddr = OldSectionAddrList[Sec.getRawDataRefImpl().d.a];
92 if (*symSec == Sec) {
100 uint64_t getOldSectionAddr(const SectionRef &Sec) const {
101 return OldSectionAddrList[Sec.getRawDataRefImpl().d.a];
731 SectionRef Sec = MachO->getRelocationSection(RE);
733 Sec.isText(IsCode);
734 Value.SectionID = findOrEmitSection(Obj, Sec, IsCode, ObjSectionToID);
735 uint64_t Addr = MachOObj.getOldSectionAddr(Sec);
    [all...]
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsTargetStreamer.cpp 330 const MCSectionELF *Sec = Context.getELFSection(
333 OS.SwitchSection(Sec);
347 const MCSectionELF *Sec =
350 OS.SwitchSection(Sec);
639 const MCSectionELF *Sec =
642 MCSectionData &ABIShndxSD = MCA.getOrCreateSectionData(*Sec);
644 OS.SwitchSection(Sec);
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp 67 void printRelocations(const Elf_Shdr *Sec);
68 void printRelocation(const Elf_Shdr *Sec, typename ELFO::Elf_Rela Rel);
159 const typename ELFO::Elf_Shdr *Sec = Obj.getSection(SectionIndex);
160 SectionName = errorOrDefault(Obj.getSectionName(Sec));
640 void ELFDumper<ELFT>::printRelocations(const Elf_Shdr *Sec) {
641 switch (Sec->sh_type) {
643 for (typename ELFO::Elf_Rel_Iter RI = Obj->begin_rel(Sec),
644 RE = Obj->end_rel(Sec);
650 printRelocation(Sec, Rela);
654 for (typename ELFO::Elf_Rela_Iter RI = Obj->begin_rela(Sec),
    [all...]
COFFDumper.cpp 599 for (const SectionRef &Sec : Obj->sections()) {
601 const coff_section *Section = Obj->getCOFFSection(Sec);
604 if (error(Sec.getName(Name)))
624 for (const RelocationRef &Reloc : Sec.relocations())
625 printRelocation(Sec, Reloc);
632 if (Sec.containsSymbol(Symbol, Contained) || !Contained)
640 printCodeViewLineTables(Sec);
644 if (error(Sec.getContents(Data)))
    [all...]
MachODumper.cpp 159 DataRefImpl Sec,
162 MachO::section Sect = Obj->getSection(Sec);
174 MachO::section_64 Sect = Obj->getSection64(Sec);
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 70 const MCSection *Sec = getContext().getELFSection(NameData,
76 Streamer.SwitchSection(Sec);
    [all...]

Completed in 456 milliseconds

1 2