/external/llvm/include/llvm/Object/ |
COFF.h | 83 const coff_section *toSec(DataRefImpl Sec) const; 93 virtual error_code getSectionNext(DataRefImpl Sec, SectionRef &Res) const; 94 virtual error_code getSectionName(DataRefImpl Sec, StringRef &Res) const; 95 virtual error_code getSectionAddress(DataRefImpl Sec, uint64_t &Res) const; 96 virtual error_code getSectionSize(DataRefImpl Sec, uint64_t &Res) const; 97 virtual error_code getSectionContents(DataRefImpl Sec, StringRef &Res) const; 98 virtual error_code isSectionText(DataRefImpl Sec, bool &Res) const; 99 virtual error_code sectionContainsSymbol(DataRefImpl Sec, DataRefImpl Symb,
|
ObjectFile.h | 153 virtual error_code getSectionNext(DataRefImpl Sec, SectionRef &Res) const = 0; 154 virtual error_code getSectionName(DataRefImpl Sec, StringRef &Res) const = 0; 155 virtual error_code getSectionAddress(DataRefImpl Sec, uint64_t &Res) const =0; 156 virtual error_code getSectionSize(DataRefImpl Sec, uint64_t &Res) const = 0; 157 virtual error_code getSectionContents(DataRefImpl Sec, StringRef &Res)const=0; 158 virtual error_code isSectionText(DataRefImpl Sec, bool &Res) const = 0; 159 virtual error_code sectionContainsSymbol(DataRefImpl Sec, DataRefImpl Symb,
|
/external/llvm/lib/Object/ |
COFFObjectFile.cpp | 71 const coff_section *COFFObjectFile::toSec(DataRefImpl Sec) const { 72 const coff_section *addr = reinterpret_cast<const coff_section*>(Sec.p); 228 error_code COFFObjectFile::getSectionNext(DataRefImpl Sec, 230 const coff_section *sec = toSec(Sec); local 231 sec += 1; 232 Sec.p = reinterpret_cast<uintptr_t>(sec); 233 Result = SectionRef(Sec, this); 237 error_code COFFObjectFile::getSectionName(DataRefImpl Sec, 239 const coff_section *sec = toSec(Sec); local 262 const coff_section *sec = toSec(Sec); local 269 const coff_section *sec = toSec(Sec); local 276 const coff_section *sec = toSec(Sec); local 291 const coff_section *sec = toSec(Sec); local [all...] |
ELFObjectFile.cpp | 232 virtual error_code getSectionNext(DataRefImpl Sec, SectionRef &Res) const; 233 virtual error_code getSectionName(DataRefImpl Sec, StringRef &Res) const; 234 virtual error_code getSectionAddress(DataRefImpl Sec, uint64_t &Res) const; 235 virtual error_code getSectionSize(DataRefImpl Sec, uint64_t &Res) const; 236 virtual error_code getSectionContents(DataRefImpl Sec, StringRef &Res) const; 237 virtual error_code isSectionText(DataRefImpl Sec, bool &Res) const; 238 virtual error_code sectionContainsSymbol(DataRefImpl Sec, DataRefImpl Symb, 443 ::getSectionNext(DataRefImpl Sec, SectionRef &Result) const { 444 const uint8_t *sec = reinterpret_cast<const uint8_t *>(Sec.p) local 455 const Elf_Shdr *sec = reinterpret_cast<const Elf_Shdr *>(Sec.p); local 464 const Elf_Shdr *sec = reinterpret_cast<const Elf_Shdr *>(Sec.p); local 473 const Elf_Shdr *sec = reinterpret_cast<const Elf_Shdr *>(Sec.p); local 482 const Elf_Shdr *sec = reinterpret_cast<const Elf_Shdr *>(Sec.p); local 492 const Elf_Shdr *sec = reinterpret_cast<const Elf_Shdr *>(Sec.p); local 665 const Elf_Shdr *sec = SymbolTableSections[Symb.d.b]; local 675 const Elf_Shdr *sec = getSection(Symb.d.b); local [all...] |
MachOObjectFile.cpp | 57 virtual error_code getSectionNext(DataRefImpl Sec, SectionRef &Res) const; 58 virtual error_code getSectionName(DataRefImpl Sec, StringRef &Res) const; 59 virtual error_code getSectionAddress(DataRefImpl Sec, uint64_t &Res) const; 60 virtual error_code getSectionSize(DataRefImpl Sec, uint64_t &Res) const; 61 virtual error_code getSectionContents(DataRefImpl Sec, StringRef &Res) const; 62 virtual error_code isSectionText(DataRefImpl Sec, bool &Res) const; 388 error_code MachOObjectFile::sectionContainsSymbol(DataRefImpl Sec, 394 Result = Entry->SectionIndex == 1 + Sec.d.a + Sec.d.b; 398 Result = Entry->SectionIndex == 1 + Sec.d.a + Sec.d.b [all...] |
/external/llvm/lib/MC/ |
WinCOFFObjectWriter.cpp | 368 MCSectionCOFF const &Sec = 371 COFFSection *coff_section = createSection(Sec.getSectionName()); 372 COFFSymbol *coff_symbol = createSymbol(Sec.getSectionName()); 382 coff_symbol->Aux[0].Aux.SectionDefinition.Selection = Sec.getSelection(); 384 coff_section->Header.Characteristics = Sec.getCharacteristics(); 787 COFFSection *Sec = SectionMap[&i->getSection()]; 789 if (Sec->Number == -1) 792 Sec->Header.SizeOfRawData = Layout.getSectionAddressSize(i); 794 if (IsPhysicalSection(Sec)) { 795 Sec->Header.PointerToRawData = offset [all...] |
MCDwarf.cpp | 300 const MCSection *Sec = *it; 301 const MCLineSection *Line = MCLineSections.lookup(Sec); 302 EmitDwarfLineTable(MCOS, Sec, Line); [all...] |
/external/llvm/include/llvm/MC/ |
MCContext.h | 234 void addMCLineSection(const MCSection *Sec, MCLineSection *Line) { 235 MCLineSections[Sec] = Line; 236 MCLineSectionOrder.push_back(Sec);
|
/external/llvm/lib/CodeGen/ |
TargetLoweringObjectFileImpl.cpp | 76 const MCSection *Sec = getContext().getELFSection(NameData, 81 Streamer.SwitchSection(Sec);
|
/external/mesa3d/docs/OLD/ |
MESA_program_debug.spec | 281 Get Value Type Get Command Value Description Sec. Attribute
|
/external/mesa3d/docs/ |
MESA_texture_array.spec | 716 Get Value Type Get Command Value Description Sec. Attribute [all...] |
/external/iproute2/doc/ |
ip-cref.tex | 190 (Sec.\ref{IP-LINK}, p.\pageref{IP-LINK}), 477 \verb|ip maddr ls| in~Sec.\ref{IP-MADDR} (p.\pageref{IP-MADDR} of this 672 may be found in sec.\ref{IP-ADDR-FLUSH}, p.\pageref{IP-ADDR-FLUSH}. 733 valid_lft forever preferred_lft 604746sec 743 additional address attributes: scope value (see Sec.\ref{IP-ADDR-ADD}, [all...] |