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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ObjectYAML/
ELFYAML.h 78 StringRef Section;
92 StringRef Section;
109 struct Section {
126 Section(SectionKind Kind) : Kind(Kind) {}
127 virtual ~Section();
129 struct RawContentSection : Section {
133 RawContentSection() : Section(SectionKind::RawContent) {}
135 static bool classof(const Section *S) {
140 struct NoBitsSection : Section {
143 NoBitsSection() : Section(SectionKind::NoBits) {
    [all...]
MachOYAML.h 30 struct Section {
60 std::vector<Section> Sections;
116 std::vector<Section> Sections;
145 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::MachOYAML::Section)
200 template <> struct MappingTraits<MachOYAML::Section> {
201 static void mapping(IO &IO, MachOYAML::Section &Section);
295 template <> struct MappingTraits<MachO::section> {
296 static void mapping(IO &IO, MachO::section &LoadCommand);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/MC/
MCAssembler.h 46 MCSection *Section;
180 /// \brief Perform one layout iteration of the given section and return true
229 /// Emit the section contents using the given object writer.
230 void writeSectionData(const MCSection *Section,
273 // Layout all section and prepare them for emission.
300 /// \name Section List Access
398 bool registerSection(MCSection &Section);
421 /// its section and \p FSize is the fragment's size.
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Object/
Wasm.h 45 WasmSymbol(StringRef Name, SymbolType Type, uint32_t Section,
47 : Name(Name), Type(Type), Section(Section), ElementIndex(ElementIndex),
52 uint32_t Section;
98 uint32_t Type = 0; // Section type (See below)
100 StringRef Name; // Section name (User-defined sections only)
101 ArrayRef<uint8_t> Content; // Section content
102 std::vector<wasm::WasmRelocation> Relocations; // Relocations for this section
118 const WasmSection &getWasmSection(const SectionRef &Section) const;
212 // Standard section type
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ObjectYAML/
ELFYAML.h 78 StringRef Section;
92 StringRef Section;
109 struct Section {
126 Section(SectionKind Kind) : Kind(Kind) {}
127 virtual ~Section();
129 struct RawContentSection : Section {
133 RawContentSection() : Section(SectionKind::RawContent) {}
135 static bool classof(const Section *S) {
140 struct NoBitsSection : Section {
143 NoBitsSection() : Section(SectionKind::NoBits) {
    [all...]
MachOYAML.h 30 struct Section {
60 std::vector<Section> Sections;
116 std::vector<Section> Sections;
145 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::MachOYAML::Section)
200 template <> struct MappingTraits<MachOYAML::Section> {
201 static void mapping(IO &IO, MachOYAML::Section &Section);
295 template <> struct MappingTraits<MachO::section> {
296 static void mapping(IO &IO, MachO::section &LoadCommand);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/MC/
MCAssembler.h 46 MCSection *Section;
180 /// \brief Perform one layout iteration of the given section and return true
229 /// Emit the section contents using the given object writer.
230 void writeSectionData(const MCSection *Section,
273 // Layout all section and prepare them for emission.
300 /// \name Section List Access
398 bool registerSection(MCSection &Section);
421 /// its section and \p FSize is the fragment's size.
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Object/
Wasm.h 45 WasmSymbol(StringRef Name, SymbolType Type, uint32_t Section,
47 : Name(Name), Type(Type), Section(Section), ElementIndex(ElementIndex),
52 uint32_t Section;
98 uint32_t Type = 0; // Section type (See below)
100 StringRef Name; // Section name (User-defined sections only)
101 ArrayRef<uint8_t> Content; // Section content
102 std::vector<wasm::WasmRelocation> Relocations; // Relocations for this section
118 const WasmSection &getWasmSection(const SectionRef &Section) const;
212 // Standard section type
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ObjectYAML/
ELFYAML.h 78 StringRef Section;
92 StringRef Section;
109 struct Section {
126 Section(SectionKind Kind) : Kind(Kind) {}
127 virtual ~Section();
129 struct RawContentSection : Section {
133 RawContentSection() : Section(SectionKind::RawContent) {}
135 static bool classof(const Section *S) {
140 struct NoBitsSection : Section {
143 NoBitsSection() : Section(SectionKind::NoBits) {
    [all...]
MachOYAML.h 30 struct Section {
60 std::vector<Section> Sections;
116 std::vector<Section> Sections;
145 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::MachOYAML::Section)
200 template <> struct MappingTraits<MachOYAML::Section> {
201 static void mapping(IO &IO, MachOYAML::Section &Section);
295 template <> struct MappingTraits<MachO::section> {
296 static void mapping(IO &IO, MachO::section &LoadCommand);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/MC/
MCAssembler.h 46 MCSection *Section;
180 /// \brief Perform one layout iteration of the given section and return true
229 /// Emit the section contents using the given object writer.
230 void writeSectionData(const MCSection *Section,
273 // Layout all section and prepare them for emission.
300 /// \name Section List Access
398 bool registerSection(MCSection &Section);
421 /// its section and \p FSize is the fragment's size.
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Object/
Wasm.h 45 WasmSymbol(StringRef Name, SymbolType Type, uint32_t Section,
47 : Name(Name), Type(Type), Section(Section), ElementIndex(ElementIndex),
52 uint32_t Section;
98 uint32_t Type = 0; // Section type (See below)
100 StringRef Name; // Section name (User-defined sections only)
101 ArrayRef<uint8_t> Content; // Section content
102 std::vector<wasm::WasmRelocation> Relocations; // Relocations for this section
118 const WasmSection &getWasmSection(const SectionRef &Section) const;
212 // Standard section type
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ObjectYAML/
ELFYAML.h 78 StringRef Section;
92 StringRef Section;
109 struct Section {
126 Section(SectionKind Kind) : Kind(Kind) {}
127 virtual ~Section();
129 struct RawContentSection : Section {
133 RawContentSection() : Section(SectionKind::RawContent) {}
135 static bool classof(const Section *S) {
140 struct NoBitsSection : Section {
143 NoBitsSection() : Section(SectionKind::NoBits) {
    [all...]
MachOYAML.h 30 struct Section {
60 std::vector<Section> Sections;
116 std::vector<Section> Sections;
145 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::MachOYAML::Section)
200 template <> struct MappingTraits<MachOYAML::Section> {
201 static void mapping(IO &IO, MachOYAML::Section &Section);
295 template <> struct MappingTraits<MachO::section> {
296 static void mapping(IO &IO, MachO::section &LoadCommand);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
XmpDepthDecode.java 136 // to hold the section data from image file.
137 private static class Section {
144 List<Section> sections = parse(is, true, skipExtendedContent);
166 // The main XMP section referenced an extended section that is not present.
175 // The main XMP section referenced an extended section that is not present.
199 * all sections. The last section with image data will have -1 length.
206 private static List<Section> parse(InputStream is, boolean readMetaOnly,
208 List<Section> sections = new ArrayList<Section>()
233 Section section = new Section(); local
297 Section section = new Section(); local
309 Section section = new Section(); local
317 Section section = new Section(); local
427 Section section = xmpSections.get(i); local
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenFvImage/
GenFvImageLib.c     [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/EfiFileLib/
EfiFileLib.c 521 VOID *Section;
582 Section = NULL;
588 &Section,
593 UnicodeStrToAsciiStrS (Section, AsciiSection, MAX_PATHNAME);
595 FreePool (Section);
598 FreePool (Section);
608 // Calculate the size of the section we are targeting
609 Section = NULL;
616 &Section,
645 sections and only the SectionType section is opened.
    [all...]
  /device/linaro/bootloader/edk2/IntelFsp2Pkg/Tools/
SplitFspBin.py 282 """Enumeration of all valid firmware file section types."""
350 class Section:
369 sec = Section (offset, self.FfsData[offset:offset + int(sechdr.Size)])
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Misc/
PropertiesTable.c 339 based upon PE code section and data section in image record
451 based upon PE code section and data section.
491 based upon PE code section and data section.
603 Split the original memory map, and add more entries to describe PE code section and data section.
607 NOTE: It assumes PE code/data section are page aligned.
817 Set PropertiesTable according to PE/COFF image section alignment.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/SectionExtraction/
CoreSectionExtraction.c 2 Section Extraction Protocol implementation.
4 Stream database is implemented as a linked list of section streams,
23 the stream in question to be refreshed if and when the required section
56 // StreamBase + OffsetInStream == pointer to section header in stream. The
61 // Then EncapsulatedStreamHandle below is always 0 if the section is NOT an
62 // encapsulating section. Otherwise, it contains the stream handle
70 // If the section REQUIRES an extraction protocol, register for RPN
103 The ExtractSection() function processes the input section and
104 allocates a buffer from the pool in which it returns the section
105 contents. If the section being extracted contains
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Pei/FwVol/
FwVol.c 680 Verify the Guided Section GUID by checking if there is the Guided Section GUID HOB recorded the GUID itself.
682 @param GuidedSectionGuid The Guided Section GUID.
683 @param GuidedSectionExtraction A pointer to the pointer to the supported Guided Section Extraction Ppi
684 for the Guided Section.
687 the Guided Section Extraction Ppi will be returned to *GuidedSectionExtraction.
689 the Guided Section Extraction Ppi has not been installed yet.
704 // Check if there is the Guided Section GUID HOB recorded the GUID itself.
716 // Found the supported Guided Section Extraction Ppi for the Guided Section.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Pei/
PeiMain.h 135 EFI_COMMON_SECTION_HEADER* Section[CACHE_SETION_MAX_NUMBER];
740 Searches for the next matching section within the specified file.
745 @param SectionData A pointer to the discovered section, if successful.
746 NULL if section not found
748 @retval EFI_NOT_FOUND The section was not found.
749 @retval EFI_SUCCESS The section was found.
762 Searches for the next matching section within the specified file.
765 @param SectionType The value of the section type to find.
766 @param SectionInstance Section instance to find.
768 @param SectionData A pointer to the discovered section, if successful.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
MemoryAttributesTable.c 332 based upon PE code section and data section in image record
447 based upon PE code section and data section.
483 based upon PE code section and data section.
568 Split the original memory map, and add more entries to describe PE code section and data section.
572 NOTE: It assumes PE code/data section are page aligned.
788 Set MemoryProtectionAttribute accroding to PE/COFF image section alignment.
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeImageVerificationLib/
DxeImageVerificationLib.c 299 EFI_IMAGE_SECTION_HEADER *Section;
510 Section = (EFI_IMAGE_SECTION_HEADER *) (
530 // 12. Using the 'PointerToRawData' in the referenced section headers as
532 // words, sort the section headers according to the disk-file offset of
533 // the section.
537 while ((Pos > 0) && (Section->PointerToRawData < SectionHeader[Pos - 1].PointerToRawData)) {
541 CopyMem (&SectionHeader[Pos], Section, sizeof (EFI_IMAGE_SECTION_HEADER));
542 Section += 1;
546 // 13. Walk through the sorted table, bring the corresponding section
547 // into memory, and hash the entire section (using the 'SizeOfRawData'
    [all...]
  /external/llvm/include/llvm/MC/
MCAssembler.h 43 MCSection *Section;
181 /// \brief Perform one layout iteration of the given section and return true
218 /// Emit the section contents using the given object writer.
219 void writeSectionData(const MCSection *Section,
273 // Layout all section and prepare them for emission.
300 /// \name Section List Access
398 bool registerSection(MCSection &Section);
422 /// its section and \p FSize is the fragment's size.

Completed in 852 milliseconds

1 2 3 4 5 6 7 8 91011>>