HomeSort by relevance Sort by last modified time
    Searched defs:Section (Results 276 - 300 of 485) sorted by null

<<11121314151617181920

  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/PDB/Native/
RawTypes.h 164 support::ulittle16_t Section;
215 /// First section contribution of this module.
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ObjectYAML/
MachOYAML.h 26 struct Section {
55 std::vector<Section> Sections;
113 std::vector<Section> Sections;
142 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::MachOYAML::Section)
195 template <> struct MappingTraits<MachOYAML::Section> {
196 static void mapping(IO &IO, MachOYAML::Section &Section);
292 template <> struct MappingTraits<MachO::section> {
293 static void mapping(IO &IO, MachO::section &LoadCommand);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ObjectYAML/
WasmYAML.h 131 struct Section {
132 explicit Section(SectionType SecType) : Type(SecType) {}
133 virtual ~Section();
139 struct CustomSection : Section {
141 : Section(wasm::WASM_SEC_CUSTOM), Name(Name) {}
143 static bool classof(const Section *S) {
154 static bool classof(const Section *S) {
165 static bool classof(const Section *S) {
175 struct TypeSection : Section {
176 TypeSection() : Section(wasm::WASM_SEC_TYPE) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ObjectYAML/
WasmYAML.h 131 struct Section {
132 explicit Section(SectionType SecType) : Type(SecType) {}
133 virtual ~Section();
139 struct CustomSection : Section {
141 : Section(wasm::WASM_SEC_CUSTOM), Name(Name) {}
143 static bool classof(const Section *S) {
154 static bool classof(const Section *S) {
165 static bool classof(const Section *S) {
175 struct TypeSection : Section {
176 TypeSection() : Section(wasm::WASM_SEC_TYPE) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ObjectYAML/
WasmYAML.h 131 struct Section {
132 explicit Section(SectionType SecType) : Type(SecType) {}
133 virtual ~Section();
139 struct CustomSection : Section {
141 : Section(wasm::WASM_SEC_CUSTOM), Name(Name) {}
143 static bool classof(const Section *S) {
154 static bool classof(const Section *S) {
165 static bool classof(const Section *S) {
175 struct TypeSection : Section {
176 TypeSection() : Section(wasm::WASM_SEC_TYPE) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ObjectYAML/
WasmYAML.h 131 struct Section {
132 explicit Section(SectionType SecType) : Type(SecType) {}
133 virtual ~Section();
139 struct CustomSection : Section {
141 : Section(wasm::WASM_SEC_CUSTOM), Name(Name) {}
143 static bool classof(const Section *S) {
154 static bool classof(const Section *S) {
165 static bool classof(const Section *S) {
175 struct TypeSection : Section {
176 TypeSection() : Section(wasm::WASM_SEC_TYPE) {
    [all...]
  /system/media/camera/docs/
metadata_model.py 30 Section: A node corresponding to a <section> element.
468 Section(p.get_section(), outer_namespace))
480 "construct_sections (start), with section = '%s'")\
490 "construct_sections (end), with section = '%s'") \
494 def _construct_kinds(self, section):
495 for kind in section.kinds:
497 section.validate_tree()
499 group_entry_by_kind = itertools.groupby(section._leafs, lambda x: x.kind)
506 if idx >= len(section._kinds)
    [all...]
  /external/deqp/executor/
xeTestCaseResult.hpp 74 class Section;
424 class Section : public Item
427 Section (void) : Item(TYPE_SECTION) {}
428 ~Section (void) {}
  /art/compiler/linker/
elf_builder.h 40 // .note.gnu.build-id - Optional build ID section (SHA-1 digest).
43 // .bss - Zero-initialized writeable section.
45 // .MIPS.abiflags - MIPS specific section.
64 // Elf_Shdr[] - Section headers.
66 // Some section are optional (the debug sections in particular).
68 // We try write the section data directly into the file without much
72 // In the cases where we need to buffer, we write the larger section first
96 class Section : public OutputStream {
98 Section(ElfBuilder<ElfTypes>* owner,
102 const Section* link
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenVtf/
GenVtf.c 57 // Section Description and their number of occurences in *.INF file
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
Misc.py 105 # get section information from efi file
112 for section in sections:
113 if section[0].strip() == efisec[0].strip() and section[0].strip() == '.text':
114 redirection = int(section[1], 16) - efisec[1]
124 status = 0 #0 - beginning of file; 1 - PE section definition; 2 - symbol table
125 secs = [] # key = section name
143 assert m != None, "Fail to parse the section in map file , line is %s" % line
163 # get section information from efi file
870 class Section(object):
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
FvImage.py 251 Section = FfsPeiPriori.Sections.popitem()[1]
252 if Section.Type == 0x19:
255 while len(Section) > Start:
256 Guid = GuidStruct.unpack_from(Section[Start : Start + 16])
273 Section = FfsDxePriori.Sections.popitem()[1]
274 if Section.Type == 0x19:
277 while len(Section) > Start:
278 Guid = GuidStruct.unpack_from(Section[Start : Start + 16])
354 for Section in Ffs.Sections.values():
356 if Section.Type == 0x13:
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
SecureBootConfigImpl.c     [all...]
  /external/clang/lib/Parse/
ParsePragma.cpp 228 MSSection.reset(new PragmaMSPragma("section"));
534 .Case("section", &Parser::HandlePragmaMSSection)
553 // Parsing code for pragma section
573 // They are undocumented, but widely used, section attributes which appear
608 // If no section attributes are specified, the section will be marked as
670 // Grab the string literal for our section name.
690 // Setting section "" has no effect
710 // #pragma init_seg({ compiler | lib | user | "section-name" [, func-name]} )
722 // Parse either the known section names or the string section name
    [all...]
  /external/llvm/include/llvm/Object/
ELFObjectFile.h 204 const Elf_Shdr *DotDynSymSec = nullptr; // Dynamic symbol table section.
205 const Elf_Shdr *DotSymtabSec = nullptr; // Symbol table section.
250 /// \brief Get the relocation section that contains \a Rel.
419 const Elf_Shdr *Section = *SectionOrErr;
420 if (Section)
421 Result += Section->sh_addr;
  /external/llvm/include/llvm/Support/
ARMBuildAttributes.h 29 // AttrType (below) entries in the .ARM.attributes section in the ELF.
76 Section = 2, // deprecated (ABI r2.09)
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 80 dbgs() << "----- Contents of section " << S.getName() << " " << State
84 dbgs() << "\n <section not emitted>\n";
133 // The Section here (Sections[i]) refers to the section in which the
135 // entry provides the section to which the relocation will be applied.
138 DEBUG(dbgs() << "Resolving relocations Section #" << Idx << "\t"
161 llvm_unreachable("Attempting to remap address of unknown section!");
323 // section so that they can be verified.
353 static bool isRequiredForExecution(const SectionRef Section) {
354 const ObjectFile *Obj = Section.getObject()
    [all...]
RuntimeDyldELF.cpp 226 void RuntimeDyldELF::resolveX86_64Relocation(const SectionEntry &Section,
235 support::ulittle64_t::ref(Section.getAddressWithOffset(Offset)) =
238 << format("%p\n", Section.getAddressWithOffset(Offset)));
248 support::ulittle32_t::ref(Section.getAddressWithOffset(Offset)) =
251 << format("%p\n", Section.getAddressWithOffset(Offset)));
255 uint64_t FinalAddress = Section.getLoadAddressWithOffset(Offset);
259 Section.getAddress()[Offset] = TruncOffset;
263 uint64_t FinalAddress = Section.getLoadAddressWithOffset(Offset);
267 support::ulittle32_t::ref(Section.getAddressWithOffset(Offset)) =
272 uint64_t FinalAddress = Section.getLoadAddressWithOffset(Offset)
    [all...]
  /external/llvm/lib/MC/
WinCOFFObjectWriter.cpp 74 COFFSection *Section;
103 COFF::section Header;
172 void writeSectionHeader(const COFF::section &S);
205 : Name(name.begin(), name.end()), Other(nullptr), Section(nullptr),
219 // Section class implementation
255 /// A template used to lookup or create a symbol/section, and initialize it if
264 /// This function takes a section data object from the assembler
265 /// and creates the associated COFF section staging object.
272 if (COMDATSymbol->Section)
274 COMDATSymbol->Section = coff_section
    [all...]
  /external/llvm/lib/Object/
COFFObjectFile.cpp 120 // Verify that the section points to a valid entry in the section table.
122 report_fatal_error("Section was outside of section table.");
126 "Section did not point to the beginning of a section");
169 const coff_section *Section = nullptr;
170 if (std::error_code EC = getSection(SectionNumber, Section))
172 Result += Section->VirtualAddress;
174 // The section VirtualAddress does not include ImageBase, and we want t
    [all...]
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsTargetStreamer.cpp 33 "mips-round-section-sizes", cl::init(false),
34 cl::desc("Round section sizes up to the section alignment"), cl::Hidden);
762 // it's not necessary to produce a correct object and increases section
766 MCSectionELF &Section = static_cast<MCSectionELF &>(S);
768 unsigned Alignment = Section.getAlignment();
770 OS.SwitchSection(&Section);
771 if (Section.UseCodeAlign())
    [all...]
  /external/llvm/lib/Target/X86/
X86MCInstLower.cpp 231 // section so we are restricting it to jumptable references.
    [all...]
  /external/llvm/tools/llvm-nm/
llvm-nm.cpp 163 "and section name, Mach-O only"));
315 // Here we have a symbol definition. So to fake out a section name we
316 // use 1, 2 and 3 for section numbers. See below where they are used to
317 // print out fake section names.
410 // For llvm bitcode files print out a fake section name using the values
411 // use 1, 2 and 3 for section numbers as set above.
624 << " Size Line Section\n";
817 const coff_section *Section = Obj.getCOFFSection(*SecI);
818 Characteristics = Section->Characteristics;
825 // Check section type
    [all...]
  /external/llvm/tools/llvm-readobj/
COFFDumper.cpp 85 void printRelocation(const SectionRef &Section, const RelocationRef &Reloc,
94 void printCodeViewSymbolSection(StringRef SectionName, const SectionRef &Section);
95 void printCodeViewTypeSection(StringRef SectionName, const SectionRef &Section);
105 const SectionRef &Section,
119 /// Given a .debug$S section, find the string table and file checksum table.
124 std::error_code resolveSymbol(const coff_section *Section, uint64_t Offset,
126 std::error_code resolveSymbolName(const coff_section *Section,
128 std::error_code resolveSymbolName(const coff_section *Section,
202 // Given a a section and an offset into this section the function returns th
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCAssembler.h 62 /// Parent - The data for the section this fragment is in.
75 /// Offset - The offset of this fragment in its section. This is ~0 until
443 const MCSection *Section;
445 /// Ordinal - The section index in the assemblers section list.
448 /// LayoutOrder - The index of this section in the layout order.
451 /// Alignment - The maximum alignment seen in this section.
459 /// HasInstructions - Whether this section has had instructions emitted into
468 MCSectionData(const MCSection &Section, MCAssembler *A = 0);
470 const MCSection &getSection() const { return *Section; }
    [all...]

Completed in 544 milliseconds

<<11121314151617181920