Home | History | Annotate | Download | only in windows

Lines Matching refs: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.
334 // specified by the OMAP data.
359 // Calculate the length of the current OMAP entry. This is implicit as the
436 // OMAP data makes this O(n).
542 // We indicate the non-presence of OMAP data by returning empty tables.
549 // OMAP data is present. Disable translation.
555 // Read the OMAP streams.
665 // output explicit OMAP info in these cases to ensure full coverage of the