Searched refs:details (Results 1 – 4 of 4) sorted by relevance
/trusty/kernel/lib/ubsan/ |
D | ubsan.c | 146 const char* details) { in log() argument 148 location->filename, location->line, location->column, details); in log() 197 char details[DETAIL_RENDER_SIZE]; in handle_overflow() local 208 scnprintf(details, sizeof(details), in handle_overflow() 214 log(&data->loc, overflow_kind, details); in handle_overflow() 249 char details[DETAIL_RENDER_SIZE]; in UBSAN_HANDLER() local 252 scnprintf(details, sizeof(details), in UBSAN_HANDLER() 256 log(&data->loc, "negation overflow", details); in UBSAN_HANDLER() 265 char details[DETAIL_RENDER_SIZE]; in UBSAN_HANDLER() local 266 snprintf_filtered(details, sizeof(details), in UBSAN_HANDLER() [all …]
|
/trusty/user/base/sdk/ |
D | README.md | 22 particular SDK library. See header comments in this file for more details.
|
/trusty/user/base/make/ |
D | README.md | 14 comment on the function's definition for more details on usage.
|
/trusty/vendor/google/aosp/ |
D | pylintrc | 120 # used to format the message information. See doc for all details
|