Searched refs:is_data (Results 1 - 5 of 5) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_posix_libcdep.cc101 virtual char *SendCommand(bool is_data, const char *module_name, argument
123 char *SendCommand(bool is_data, const char *module_name, uptr module_offset) { argument
126 if (char *res = SendCommandImpl(is_data, module_name, module_offset))
146 char *SendCommandImpl(bool is_data, const char *module_name, argument
151 if (!RenderInputCommand(buffer_, kBufferSize, is_data, module_name,
283 virtual bool RenderInputCommand(char *buffer, uptr max_length, bool is_data, argument
326 bool RenderInputCommand(char *buffer, uptr max_length, bool is_data, argument
329 is_data ? "DATA " : "", module_name, module_offset);
361 bool RenderInputCommand(char *buffer, uptr max_length, bool is_data, argument
363 if (is_data)
396 SendCommand(bool is_data, const char *module_name, uptr module_offset) argument
448 SendCommand(bool is_data, const char *module_name, uptr module_offset) argument
491 SendCommand(bool is_data, const char *module_name, uptr module_offset) argument
648 SendCommand(bool is_data, const char *module_name, uptr module_offset) argument
[all...]
/external/compiler-rt/lib/tsan/dd/
H A Ddd_interceptors.cc281 bool is_data = offset != 0 && name[0] != 0; local
286 if (g_data_start == 0 && is_data)
290 prev_is_data = is_data;
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_linux.cc287 bool is_data = offset != 0 && name[0] != 0; local
292 if (g_data_start == 0 && is_data)
296 prev_is_data = is_data;
/external/chromium_org/tools/win/split_link/
H A Dsplit_link.py255 is_data = \
259 for export, data in zip(part, is_data))
/external/qemu/disas/
H A Darm.c3878 int is_data = false; local
3949 is_data = (last_type == MAP_DATA);
3955 if (is_data)
4016 if (is_data)

Completed in 1297 milliseconds