Lines Matching defs:Memory
317 IO.mapRequired("Memory Ranges", Stream.Infos);
321 IO.mapRequired("Memory Ranges", Stream.Entries);
325 IO.mapRequired("Memory Ranges", Stream.Entries);
331 return "Memory region size must be greater or equal to the content size";
375 IO &IO, MemoryDescriptor &Memory, BinaryRef &Content) {
376 mapRequiredHex(IO, "Start of Memory Range", Memory.StartOfMemoryRange);
381 IO &IO, MemoryDescriptor_64 &Memory, BinaryRef &Content) {
382 mapRequiredHex(IO, "Start of Memory Range", Memory.StartOfMemoryRange);
384 mapOptional(IO, "Data Size", Memory.DataSize, Content.binary_size());
523 auto ExpectedContent = File.getRawData(MD.Memory);
584 auto ExpectedStack = File.getRawData(T.Stack.Memory);