HomeSort by relevance Sort by last modified time
    Searched defs:SectionType (Results 1 - 25 of 26) sorted by null

1 2

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
Section.py 28 SectionType = {
122 Suffix = Section.SectionType.get(FileType)
  /art/runtime/
dex_file_layout.h 77 enum class SectionType : uint8_t {
87 DexLayoutSection sections_[static_cast<size_t>(SectionType::kSectionCount)];
90 std::ostream& operator<<(std::ostream& os, const DexLayoutSections::SectionType& collector_type);
  /external/llvm/lib/MC/
MCSectionMachO.cpp 104 MachO::SectionType SectionType = getType();
105 assert(SectionType <= MachO::LAST_KNOWN_SECTION_TYPE &&
106 "Invalid SectionType specified!");
108 if (SectionTypeDescriptors[SectionType].AssemblerName) {
110 OS << SectionTypeDescriptors[SectionType].AssemblerName;
187 StringRef SectionType = GetEmptyOrTrim(2);
208 if (SectionType.empty())
216 SectionType == Descriptor.AssemblerName;
262 // If we have a stub size spec, we must have a sectiontype of S_SYMBOL_STUBS
    [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/
MCSectionMachO.cpp 104 unsigned SectionType = TAA & MCSectionMachO::SECTION_TYPE;
105 assert(SectionType <= MCSectionMachO::LAST_KNOWN_SECTION_TYPE &&
106 "Invalid SectionType specified!");
108 if (SectionTypeDescriptors[SectionType].AssemblerName) {
110 OS << SectionTypeDescriptors[SectionType].AssemblerName;
225 StringRef SectionType = Comma.first;
226 StripSpaces(SectionType);
232 SectionType == SectionTypeDescriptors[TypeID].AssemblerName)
289 // If we have a stub size spec, we must have a sectiontype of S_SYMBOL_STUBS.
  /external/swiftshader/third_party/subzero/src/
IceELFObjectWriter.h 46 /// SectionType are contiguous in the file. With -fdata-sections, each global
94 enum SectionType { ROData = 0, Data, BSS, NumSectionTypes };
161 /// SectionType, given the global variables Vars belonging to that
162 /// SectionType.
163 void writeDataOfType(SectionType SectionType,
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/FirmwareVolume/UpdateDriverDxe/
UpdateDispatcher.c 368 EFI_SECTION_TYPE SectionType;
410 SectionType = EFI_SECTION_FIRMWARE_VOLUME_IMAGE;
416 SectionType,
608 EFI_SECTION_TYPE SectionType;
683 SectionType = EFI_SECTION_PE32;
689 SectionType,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenSection/
GenSection.c 85 UINTN SectionType;
100 " -s SectionType Specifies the type of the section, which can be one of",
108 for (SectionType = 0; SectionType <= EFI_SECTION_LAST_SECTION_TYPE; SectionType++) {
109 if (SectionTypeName[SectionType] != NULL) {
110 fprintf (stdout, " %s\n", SectionTypeName[SectionType]);
169 UINTN SectionType,
188 SectionType - A valid section type string
233 CommonSect.Type = (EFI_SECTION_TYPE) SectionType;
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/
FwVol.c 217 EFI_SECTION_TYPE SectionType;
246 SectionType = EFI_SECTION_FIRMWARE_VOLUME_IMAGE;
252 SectionType,
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/FvSimpleFileSystemDxe/
FvSimpleFileSystem.c 83 EFI_SECTION_TYPE SectionType;
87 for (SectionType = EFI_SECTION_PE32; SectionType <= EFI_SECTION_TE; SectionType++) {
91 SectionType,
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/DxeServicesLib/
DxeServicesLib.c 75 by NameGuid, SectionType and SectionInstance.
80 If SectionType is EFI_SECTION_TE, EFI_SECTION_TE is used as section type to start the search. If EFI_SECTION_TE section
95 @param SectionType The Firmware Section type.
103 @retval EFI_NOT_FOUND The image specified by NameGuid and SectionType
117 IN EFI_SECTION_TYPE SectionType,
150 SectionType,
157 if (EFI_ERROR (Status) && (SectionType == EFI_SECTION_TE)) {
184 is made for FFS sections of type SectionType. If the FFS file contains at least SectionInstance instances
185 of the FFS section specified by SectionType, then the SectionInstance instance is returned in Buffer.
189 are retrieved from an FFS file based on SectionType and SectionInstance.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Dispatcher/
Dispatcher.c 250 EFI_SECTION_TYPE SectionType;
260 SectionType = EFI_SECTION_DXE_DEPEX;
264 SectionType,
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
Dispatcher.c 734 EFI_SECTION_TYPE SectionType;
744 SectionType = EFI_SECTION_SMM_DEPEX;
748 SectionType,
    [all...]
  /external/llvm/lib/MC/MCParser/
DarwinAsmParser.cpp 474 MachO::SectionType SectionType = Current->getType();
475 if (SectionType != MachO::S_NON_LAZY_SYMBOL_POINTERS &&
476 SectionType != MachO::S_LAZY_SYMBOL_POINTERS &&
477 SectionType != MachO::S_THREAD_LOCAL_VARIABLE_POINTERS &&
478 SectionType != MachO::S_SYMBOL_STUBS)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ELFWriter.cpp 256 unsigned SectionType = TEW->hasRelocationAddend() ?
264 return getSection(SectionName, SectionType, 0, TEW->getPrefELFAlignment());
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 403 unsigned SectionType = MachO->getSectionType(Section);
404 return SectionType == MachO::S_ZEROFILL ||
405 SectionType == MachO::S_GB_ZEROFILL;
    [all...]
  /device/linaro/bootloader/edk2/ArmPkg/Library/BdsLib/
BdsFilePath.c 632 EFI_SECTION_TYPE SectionType;
661 SectionType = EFI_SECTION_PE32;
668 SectionType,
    [all...]
  /external/llvm/lib/Object/
MachOObjectFile.cpp 686 unsigned SectionType = Flags & MachO::SECTION_TYPE;
688 !(SectionType == MachO::S_ZEROFILL ||
689 SectionType == MachO::S_GB_ZEROFILL);
694 unsigned SectionType = Flags & MachO::SECTION_TYPE;
696 (SectionType == MachO::S_ZEROFILL ||
697 SectionType == MachO::S_GB_ZEROFILL);
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Guid/
Cper.h 216 EFI_GUID SectionType;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Acpi40.h 707 UINT8 SectionType[16];
    [all...]
Acpi50.h     [all...]
Acpi51.h     [all...]
Acpi60.h     [all...]
  /prebuilts/go/darwin-x86/src/debug/elf/
elf.go 332 type SectionType uint32
335 SHT_NULL SectionType = 0 /* inactive */
336 SHT_PROGBITS SectionType = 1 /* program defined information */
337 SHT_SYMTAB SectionType = 2 /* symbol table section */
338 SHT_STRTAB SectionType = 3 /* string table section */
339 SHT_RELA SectionType = 4 /* relocation section with addends */
340 SHT_HASH SectionType = 5 /* symbol hash table section */
341 SHT_DYNAMIC SectionType = 6 /* dynamic section */
342 SHT_NOTE SectionType = 7 /* note section */
343 SHT_NOBITS SectionType = 8 /* no space section *
    [all...]
  /prebuilts/go/linux-x86/src/debug/elf/
elf.go 332 type SectionType uint32
335 SHT_NULL SectionType = 0 /* inactive */
336 SHT_PROGBITS SectionType = 1 /* program defined information */
337 SHT_SYMTAB SectionType = 2 /* symbol table section */
338 SHT_STRTAB SectionType = 3 /* string table section */
339 SHT_RELA SectionType = 4 /* relocation section with addends */
340 SHT_HASH SectionType = 5 /* symbol hash table section */
341 SHT_DYNAMIC SectionType = 6 /* dynamic section */
342 SHT_NOTE SectionType = 7 /* note section */
343 SHT_NOBITS SectionType = 8 /* no space section *
    [all...]
  /prebuilts/maven_repo/android/android/arch/persistence/room/compiler/1.0.0-alpha10/
compiler-1.0.0-alpha10.jar 

Completed in 672 milliseconds

1 2