Searched refs:debug_string_table (Results 1 - 8 of 8) sorted by relevance

/haiku/headers/private/kernel/
H A Delf_priv.h57 const char* debug_string_table; member in struct:elf_image_info
/haiku/headers/private/kernel/boot/
H A Delf.h35 FixedWidthPointer<char> debug_string_table; member in struct:preloaded_image
/haiku/src/system/kernel/
H A Delf.cpp297 free((void*)image->debug_string_table);
376 const char *name = image->debug_string_table + symbol->st_name;
486 symbol->st_size, image->debug_string_table + symbol->st_name);
1244 image->debug_string_table = stringTable;
1317 if (preloadedImage->debug_string_table != NULL) {
1318 image->debug_string_table = (char*)malloc(
1320 if (image->debug_string_table != NULL) {
1321 memcpy((void*)image->debug_string_table,
1322 preloadedImage->debug_string_table,
1670 symbolName = image->debug_string_table
[all...]
/haiku/src/system/boot/platform/riscv/
H A Dstart.cpp100 fix_address(image->debug_string_table);
/haiku/src/system/boot/platform/efi/
H A Dstart.cpp80 fix_address(image->debug_string_table);
/haiku/src/system/boot/loader/
H A Delf.cpp381 image->debug_string_table = NULL;
565 image->debug_string_table = stringTable;
/haiku/src/system/boot/platform/bios_ia32/
H A Dlong.cpp249 fix_address(image->debug_string_table);
/haiku/src/system/kernel/arch/riscv64/
H A Darch_debug.cpp89 *name = &image->debug_string_table[sym.st_name];

Completed in 122 milliseconds