Home
last modified time | relevance | path

Searched refs:debug_string_size (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/staging/tidspbridge/dynload/
Dcload.c529 dlthis->debug_string_size = soffset + dlthis->temp_len; in allocate_sections()
531 dlthis->debug_string_size = soffset; in allocate_sections()
551 dlthis->debug_string_size += in allocate_sections()
552 strlen(dlthis->str_head + dlthis->debug_string_size) + 1; in allocate_sections()
727 BYTE_TO_HOST_ROUND(dlthis->debug_string_size + 1); in dload_symbols()
1685 dlthis->debug_string_size); in init_module_handle()
Ddload_internal.h248 unsigned debug_string_size; member