/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | ConfigParser.py | 142 def __init__(self, section): argument 143 Error.__init__(self, 'No section: %r' % (section,)) 144 self.section = section 149 def __init__(self, section): argument 150 Error.__init__(self, "Section %r already exists" % section) 151 self.section = section 156 def __init__(self, option, section): argument 158 (option, section)) 160 self.section = section 165 def __init__(self, option, section, msg): argument [all …]
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Ipf/ |
D | PioFlush.s | 24 .section .text, "ax", "progbits" 26 .section .pdata, "a", "progbits" 28 .section .xdata, "a", "progbits" 30 .section .data, "wa", "progbits" 32 .section .rdata, "a", "progbits" 34 .section .bss, "wa", "nobits" 36 .section .tls$, "was", "progbits" 38 .section .sdata, "was", "progbits" 40 .section .sbss, "was", "nobits" 42 .section .srdata, "as", "progbits" [all …]
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/SectionExtractionDxe/ |
D | SectionExtractionDxe.uni | 2 // Section Extraction Dxe Driver produces framework section extract protocol. 4 // The section is implemented as a linked list of section streams, 6 // encapsulations. Encapsulation section will further generate new section stream entries. 21 #string STR_MODULE_ABSTRACT #language en-US "Produces the framework section extract pro… 23 …section is implemented as a linked list of section streams, where each stream contains a linked li…
|
D | SectionExtractionDxe.inf | 2 # Section Extraction Dxe Driver produces framework section extract protocol. 4 # The section is implemented as a linked list of section streams, 6 # encapsulations. Encapsulation section will further generate new section stream entries.
|
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/Xcode/xcode_project64/xcode_project.xcodeproj/ |
D | project.pbxproj | 9 /* Begin PBXGroup section */ 17 /* End PBXGroup section */ 19 /* Begin PBXLegacyTarget section */ 34 /* End PBXLegacyTarget section */ 36 /* Begin PBXProject section */ 56 /* End PBXProject section */ 58 /* Begin XCBuildConfiguration section */ 100 /* End XCBuildConfiguration section */ 102 /* Begin XCConfigurationList section */ 121 /* End XCConfigurationList section */
|
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/Xcode/xcode_project32/xcode_project.xcodeproj/ |
D | project.pbxproj | 9 /* Begin PBXGroup section */ 17 /* End PBXGroup section */ 19 /* Begin PBXLegacyTarget section */ 34 /* End PBXLegacyTarget section */ 36 /* Begin PBXProject section */ 56 /* End PBXProject section */ 58 /* Begin XCBuildConfiguration section */ 100 /* End XCBuildConfiguration section */ 102 /* Begin XCConfigurationList section */ 121 /* End XCConfigurationList section */
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/Scripts/Ds5/ |
D | firmware_volume.py | 48 section = EfiSectionTE(self, ec, self.base + 0x4) 50 section = EfiSectionPE32(self, ec, self.base + 0x4) 53 return section.get_debug_filepath() 217 def get_next_section(self, section=None): argument 218 if section == None: 224 section_base = int(section.get_base() + section.get_size()) 288 section = ffs.get_next_section() 289 while section != None: 290 type = section.get_type() 292 … self.DebugInfos.append((section.get_base(), section.get_size(), section.get_type())) [all …]
|
D | system_table.py | 74 section = firmware_volume.EfiSectionPE64(self.ec, debug_info[0]) 76 section = firmware_volume.EfiSectionPE32(self.ec, debug_info[0]) 79 …edk2_debugger.load_symbol_from_file(self.ec, section.get_debug_filepath(), section.get_debug_elfba… 96 section = firmware_volume.EfiSectionPE64(self.ec, debug_info[0]) 98 section = firmware_volume.EfiSectionPE32(self.ec, debug_info[0]) 101 …edk2_debugger.load_symbol_from_file(self.ec, section.get_debug_filepath(), section.get_debug_elfba… 111 section = firmware_volume.EfiSectionPE64(self.ec, base_pe32) 113 section = firmware_volume.EfiSectionPE32(self.ec, base_pe32) 114 print section.get_debug_filepath()
|
D | edk2_debugger.py | 37 section = ffs.get_next_section() 38 while section != None: 39 print "\t%s" % section 41 print "\t\t- %s" % section.get_debug_filepath() 44 section = ffs.get_next_section(section)
|
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/ |
D | ns_parse.c | 94 skiprr(const u_char *ptr, const u_char *eom, ns_sect section, int count) { in skiprr() argument 104 if (section != ns_s_qd) { in skiprr() 165 ns_parserr(ns_msg *handle, ns_sect section, int rrnum, ns_rr *rr) { in ns_parserr() argument 169 if ((unsigned int)section >= ns_s_max) in ns_parserr() 171 if ((int)section != (int)handle->_sect) { in ns_parserr() 172 handle->_sect = section; in ns_parserr() 174 handle->_msg_ptr = handle->_sections[(int)section]; in ns_parserr() 180 if (rrnum < 0 || rrnum >= handle->_counts[(int)section]) in ns_parserr() 184 handle->_msg_ptr = handle->_sections[(int)section]; in ns_parserr() 187 b = skiprr(handle->_msg, handle->_eom, section, in ns_parserr() [all …]
|
D | res_mkupdate.c | 118 int section, numrrs = 0, counts[ns_s_max]; in res_mkupdate() local 153 section = rrecp->r_section; in res_mkupdate() 154 if (section < 0 || section >= ns_s_max) in res_mkupdate() 156 counts[section]++; in res_mkupdate() 157 for (i = section + 1; i < ns_s_max; i++) in res_mkupdate() 164 if (section == S_PREREQ) { in res_mkupdate() 192 } else if (section == S_UPDATE) { in res_mkupdate() 219 if (section == S_ZONE) { in res_mkupdate() 229 if (section == S_UPDATE && rclass != C_ANY) in res_mkupdate() 437 res_mkupdrec(int section, const char *dname, in res_mkupdrec() argument [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/i18n/ |
D | msgfmt.py | 117 section = None 125 if l[0] == '#' and section == STR: 127 section = None 137 if section == STR: 139 section = ID 145 if section != ID: 154 section = STR 175 if section == ID: 177 elif section == STR: 185 if section == STR:
|
/device/google/marlin/camera/QCamera2/HAL3/ |
D | QCamera3VendorTags.cpp | 395 uint32_t section = tag >> 16; in get_section_name() local 397 if (section < VENDOR_SECTION || section >= QCAMERA3_SECTIONS_END) in get_section_name() 400 ret = qcamera3_ext_section_names[section - VENDOR_SECTION]; in get_section_name() 426 uint32_t section = tag >> 16; in get_tag_name() local 427 uint32_t section_index = section - VENDOR_SECTION; in get_tag_name() 435 if (section < VENDOR_SECTION || section >= QCAMERA3_SECTIONS_END) in get_tag_name() 468 uint32_t section = tag >> 16; in get_tag_type() local 469 uint32_t section_index = section - VENDOR_SECTION; in get_tag_type() 476 if (section < VENDOR_SECTION || section >= QCAMERA3_SECTIONS_END) in get_tag_type()
|
/device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/common/include/ |
D | plat_private.h | 16 #define __sramdata __attribute__((section(".sram.data"))) 17 #define __sramconst __attribute__((section(".sram.rodata"))) 18 #define __sramfunc __attribute__((section(".sram.text"))) 20 #define __pmusramdata __attribute__((section(".pmusram.data"))) 21 #define __pmusramconst __attribute__((section(".pmusram.rodata"))) 22 #define __pmusramfunc __attribute__((section(".pmusram.text")))
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/ |
D | FfsFileStatement.py | 142 for section in self.SectionList : 147 if isinstance(section, FvImageSection): 148 section.FvAddr = FvChildAddr.pop(0) 149 elif isinstance(section, GuidSection): 150 section.FvAddr = FvChildAddr 151 if FvParentAddr != None and isinstance(section, GuidSection): 152 section.FvParentAddr = FvParentAddr 155 section.KeepReloc = False 156 …sectList, align = section.GenSection(OutputDir, self.NameGuid, SecIndex, self.KeyStringList, None,…
|
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeRsa2048Sha256GuidedSectionExtractLib/ |
D | DxeRsa2048Sha256GuidedSectionExtractLib.uni | 4 // ExtractGuidedSectionLib service to register an RSA 2048 SHA 256 guided section handler 5 // that parses RSA 2048 SHA 256 encapsulation section and extracts raw data. 21 … #language en-US "Provides security service of RSA 2048 SHA 256 guided section verification" 23 …vice to register an RSA 2048 SHA 256 guided section handler that parses RSA2048 SHA256 encapsulati…
|
/device/linaro/bootloader/edk2/SecurityPkg/Library/PeiRsa2048Sha256GuidedSectionExtractLib/ |
D | PeiRsa2048Sha256GuidedSectionExtractLib.uni | 4 // ExtractGuidedSectionLib service to register an RSA 2048 SHA 256 guided section handler 5 // that parses RSA 2048 SHA 256 encapsulation section and extracts raw data. 21 … #language en-US "Provides security service of RSA 2048 SHA 256 guided section verification" 23 …vice to register an RSA 2048 SHA 256 guided section handler that parses RSA2048 SHA256 encapsulati…
|
/device/linaro/hikey/hifi/xaf/hifi-dpf/ipc/xt-shmem/hikey/ |
D | int_vector.S | 32 .section .dram0.data, "aw" 60 .section .iram0.text, "ax" 86 .section .DebugExceptionVector.text, "ax" 107 .section .DoubleExceptionVector.text, "ax" 121 .section .KernelExceptionVector.text, "ax" 135 .section .UserExceptionVector.text, "ax" 150 .section .iram0.text, "ax" 162 .section .iram0.text, "ax" 170 .section .iram0.text, "ax" 179 .section .iram0.text, "ax" [all …]
|
D | arch_hifi330.S | 39 .section .dram0.data, "aw" 45 .section .iram0.text, "ax" 74 .section .iram0.text, "ax" 113 .section .iram0.text, "ax" 147 .section .iram0.text, "ax" 162 .section .iram0.text, "ax" 177 .section .iram0.text, "ax" 231 .section .iram0.text, "ax" 299 .section .iram0.text, "ax" 363 .section .iram0.text, "ax" [all …]
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/PeiCrc32GuidedSectionExtractLib/ |
D | PeiCrc32GuidedSectionExtractLib.uni | 5 // ExtractGuidedSectionLib service to register CRC32 guided section handler 6 // that parses CRC32 encapsulation section and extracts raw data. 22 …uidedSectionLib service to register CRC32 guided section handler that parses CRC32 encapsulation s…
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/ |
D | DxeCrc32GuidedSectionExtractLib.uni | 5 // ExtractGuidedSectionLib service to register CRC32 guided section handler 6 // that parses CRC32 encapsulation section and extracts raw data. 24 …uidedSectionLib service to register CRC32 guided section handler that parses CRC32 encapsulation s…
|
/device/linaro/bootloader/edk2/BaseTools/Scripts/ |
D | GccBase.lds | 23 * section headers adding up to PECOFF_HEADER_SIZE bytes (which differs 24 * between 32-bit and 64-bit builds). The actual start of the .text section 43 * The alignment of the .data section should be less than or equal to the 44 * alignment of the .text section. This ensures that the relative offset 66 * Retain the GNU build id but in a non-allocatable section so GenFw
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Scripts/LauterbachT32/ |
D | EfiLoadFv.cmm | 85 ; process fv section and increment section offset by size 101 ) ; end section loop 113 print "fv section at &secstart size §ionsize type §iontype" 127 print "unknown section type"
|
/device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3399/drivers/m0/src/ |
D | startup.c | 11 __attribute__ ((section(".co_stack"))) 37 __attribute__ ((used, section(".isr_vector")))
|
/device/linaro/bootloader/edk2/UefiCpuPkg/Feature/Capsule/MicrocodeCapsuleTxt/ |
D | Readme.md | 7 3) Uncomment and update statement in `[Sources]` section of `<Your Platform Package>/MicrocodeUpdat… 16 Uncomment and update `PLATFORM_NAME`, `FLASH_DEFINITION`, `OUTPUT_DIRECTORY` section in `<Your Plat… 22 Uncomment and update statement in `Components` section of `<Your Platform Package>/MicrocodeUpdateT…
|