• Home
  • Raw
  • Download

Lines Matching full:omap

30 // when that information has been extracted from a PDB containing OMAP
33 // OMAP information is a lightweight description of a mapping between two
52 // at offset 5. The OMAP streams describing this would look like:
66 // number. In this case the OMAP stream would look like:
96 // One way to handle this is to dump the OMAP information as part of the
98 // OMAP information and to use it when present prior to performing lookup. The
103 #include "common/windows/omap.h"
128 // It makes things more readable to have two different OMAP types. We cast
129 // normal OMAPs into these. They must be the same size as the OMAP structure
139 static_assert(sizeof(OmapOrigToTran) == sizeof(OMAP),
140 "OmapOrigToTran must have same size as OMAP.");
141 static_assert(sizeof(OmapTranToOrig) == sizeof(OMAP),
142 "OmapTranToOrig must have same size as OMAP.");
168 // populates |table| with its contents. Casts the data directly into OMAP
198 // Ensure it's consistent with the OMAP data type. in FindAndLoadOmapTable()
334 // specified by the OMAP data. in BuildMapping()
359 // Calculate the length of the current OMAP entry. This is implicit as the in BuildMapping()
436 // OMAP data makes this O(n). in BuildEndpointIndexMap()
542 // We indicate the non-presence of OMAP data by returning empty tables. in GetOmapDataAndDisableTranslation()
549 // OMAP data is present. Disable translation. in GetOmapDataAndDisableTranslation()
555 // Read the OMAP streams. in GetOmapDataAndDisableTranslation()
665 // output explicit OMAP info in these cases to ensure full coverage of the in MapAddressRange()