HomeSort by: relevance | last modified time | path
    Searched defs:space_size (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_mac.cc 62 uptr space_size = kHighShadowEnd + left_padding; local
66 VReport(2, "FindDynamicShadowStart, space_size = %p\n", space_size);
68 FindAvailableMemoryRange(space_size, alignment, granularity,
80 "space_size = %p, largest_gap_found = %p, max_occupied_addr = %p, "
82 space_size, largest_gap_found, max_occupied_addr, new_max_vm);
87 space_size = kHighShadowEnd + left_padding;
88 VReport(2, "FindDynamicShadowStart, space_size = %p\n", space_size);
89 shadow_start = FindAvailableMemoryRange(space_size, alignment, granularity
    [all...]
asan_win.cc 232 uptr space_size = kHighShadowEnd + left_padding; local
233 uptr shadow_start = FindAvailableMemoryRange(space_size, alignment,
  /src/external/gpl2/groff/dist/src/roff/troff/
env.h 109 void space_size();
164 int space_size; // in 36ths of an em member in class:environment
302 int get_space_size() { return space_size; } // in ems/36
364 friend void space_size();
env.cpp 629 space_size(12),
721 space_size(e->space_size),
802 space_size = e->space_size;
1283 void space_size() function
1287 curenv->space_size = n;
1291 curenv->sentence_space_size = curenv->space_size;
3278 init_request("ss", space_size);
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_mac.cpp 1206 uptr space_size = shadow_size_bytes + left_padding; local
1210 VReport(2, "FindDynamicShadowStart, space_size = %p\n", (void *)space_size);
1212 FindAvailableMemoryRange(space_size, alignment, granularity,
1224 "space_size = %p, largest_gap_found = %p, max_occupied_addr = %p, "
1226 (void *)space_size, (void *)largest_gap_found,
1232 space_size = (high_mem_end >> shadow_scale) + left_padding;
1233 VReport(2, "FindDynamicShadowStart, space_size = %p\n", (void *)space_size);
1234 shadow_start = FindAvailableMemoryRange(space_size, alignment, granularity
    [all...]
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_mac.cpp 1228 uptr space_size = shadow_size_bytes + left_padding; local
1232 VReport(2, "FindDynamicShadowStart, space_size = %p\n", space_size);
1234 FindAvailableMemoryRange(space_size, alignment, granularity,
1246 "space_size = %p, largest_gap_found = %p, max_occupied_addr = %p, "
1248 space_size, largest_gap_found, max_occupied_addr, new_max_vm);
1253 space_size = (high_mem_end >> shadow_scale) + left_padding;
1254 VReport(2, "FindDynamicShadowStart, space_size = %p\n", space_size);
1255 shadow_start = FindAvailableMemoryRange(space_size, alignment, granularity
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
solib-svr4.c 2407 CORE_ADDR space_size = (CORE_ADDR) 1 << addr_bit; local
2411 gdb_assert (load_addr < space_size);
2413 /* TMP_ENTRY_POINT exceeding SPACE_SIZE would be for prelinked
2416 if (tmp_entry_point < space_size
2417 && tmp_entry_point + load_addr >= space_size)
2418 load_addr -= space_size;
  /src/external/gpl3/gdb.old/dist/gdb/
solib-svr4.c 2410 CORE_ADDR space_size = (CORE_ADDR) 1 << addr_bit; local
2414 gdb_assert (load_addr < space_size);
2416 /* TMP_ENTRY_POINT exceeding SPACE_SIZE would be for prelinked
2419 if (tmp_entry_point < space_size
2420 && tmp_entry_point + load_addr >= space_size)
2421 load_addr -= space_size;
  /src/external/gpl3/binutils/dist/bfd/
som.c 2110 bfd_size_type space_size = 0; local
2317 space_size += subspace.subspace_length;
2338 Instead we use the space_size value which we have been
2341 space_asect->size = space_size;
  /src/external/gpl3/binutils.old/dist/bfd/
som.c 2110 bfd_size_type space_size = 0; local
2317 space_size += subspace.subspace_length;
2338 Instead we use the space_size value which we have been
2341 space_asect->size = space_size;
  /src/external/gpl3/gdb/dist/bfd/
som.c 2110 bfd_size_type space_size = 0; local
2317 space_size += subspace.subspace_length;
2338 Instead we use the space_size value which we have been
2341 space_asect->size = space_size;
  /src/external/gpl3/gdb.old/dist/bfd/
som.c 2110 bfd_size_type space_size = 0; local
2317 space_size += subspace.subspace_length;
2338 Instead we use the space_size value which we have been
2341 space_asect->size = space_size;

Completed in 65 milliseconds