OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SectionBuffer
(Results
1 - 2
of
2
) sorted by null
/external/v8/src/wasm/
streaming-decoder.h
80
// The
SectionBuffer
is the data object for the content of a single section.
83
class
SectionBuffer
{
88
SectionBuffer
(uint32_t module_offset, uint8_t id, size_t payload_length,
188
SectionBuffer
* CreateNewBuffer(uint32_t module_offset, uint8_t id,
200
new
SectionBuffer
(module_offset, id, length, length_bytes));
226
void ProcessSection(
SectionBuffer
* buffer) {
259
std::vector<std::unique_ptr<
SectionBuffer
>> section_buffers_;
/device/linaro/bootloader/edk2/MdeModulePkg/Library/VarCheckHiiLib/
VarCheckHiiGenFromFv.c
180
VOID *
SectionBuffer
;
211
SectionBuffer
= NULL;
217
&
SectionBuffer
,
228
DumpHiiPackage ((UINT8 *) (UINTN)
SectionBuffer
+ VfrBinBaseAddress[VfrBinIndex] + sizeof (UINT32));
231
VarCheckParseHiiPackage ((UINT8 *) (UINTN)
SectionBuffer
+ VfrBinBaseAddress[VfrBinIndex] + sizeof (UINT32), TRUE);
234
FreePool (
SectionBuffer
);
Completed in 528 milliseconds