Searched refs:allocation_type (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/chrome_elf/blacklist/ |
D | blacklist_interceptions.cc | 182 ULONG allocation_type, in BlNtMapViewOfSectionImpl() argument 186 allocation_type, protect); in BlNtMapViewOfSectionImpl() 251 ULONG allocation_type, in BlNtMapViewOfSection() argument 258 view_size, inherit, allocation_type, in BlNtMapViewOfSection() 270 SECTION_INHERIT inherit, ULONG allocation_type, ULONG protect) { in BlNtMapViewOfSection64() argument 273 inherit, allocation_type, protect); in BlNtMapViewOfSection64()
|
D | blacklist_interceptions.h | 28 ULONG allocation_type, 38 SECTION_INHERIT inherit, ULONG allocation_type, ULONG protect);
|
/external/chromium_org/sandbox/win/wow_helper/ |
D | target_code.cc | 13 SECTION_INHERIT inherit, ULONG allocation_type, ULONG protect) { in TargetNtMapViewOfSection() argument 17 allocation_type, protect); in TargetNtMapViewOfSection()
|
D | target_code.h | 32 SECTION_INHERIT inherit, ULONG allocation_type, ULONG protect);
|
/external/chromium_org/sandbox/win/src/ |
D | target_interceptions.cc | 22 ULONG allocation_type, ULONG protect) { in TargetNtMapViewOfSection() argument 25 allocation_type, protect); in TargetNtMapViewOfSection()
|
D | target_interceptions.h | 22 ULONG allocation_type, ULONG protect);
|
D | interceptors_64.cc | 27 SECTION_INHERIT inherit, ULONG allocation_type, ULONG protect) { in TargetNtMapViewOfSection64() argument 33 allocation_type, protect); in TargetNtMapViewOfSection64()
|
D | interceptors_64.h | 21 SECTION_INHERIT inherit, ULONG allocation_type, ULONG protect);
|