• 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
107 #include "common/windows/omap.h"
132 // It makes things more readable to have two different OMAP types. We cast
133 // normal OMAPs into these. They must be the same size as the OMAP structure
143 static_assert(sizeof(OmapOrigToTran) == sizeof(OMAP),
144 "OmapOrigToTran must have same size as OMAP.");
145 static_assert(sizeof(OmapTranToOrig) == sizeof(OMAP),
146 "OmapTranToOrig must have same size as OMAP.");
172 // populates |table| with its contents. Casts the data directly into OMAP
202 // Ensure it's consistent with the OMAP data type. in FindAndLoadOmapTable()
338 // specified by the OMAP data. in BuildMapping()
363 // Calculate the length of the current OMAP entry. This is implicit as the in BuildMapping()
440 // OMAP data makes this O(n). in BuildEndpointIndexMap()
468 fprintf(stderr, "OMAP 'from' table unexpectedly unsorted\n"); in BuildSubsequentRVAMap()
567 // We indicate the non-presence of OMAP data by returning empty tables. in GetOmapDataAndDisableTranslation()
574 // OMAP data is present. Disable translation. in GetOmapDataAndDisableTranslation()
580 // Read the OMAP streams. in GetOmapDataAndDisableTranslation()
691 // output explicit OMAP info in these cases to ensure full coverage of the in MapAddressRange()