/
niceSOFT
/
debugedit
Обзор
Документация
Войти
/
niceSOFT
/
debugedit
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tests/data/SOURCES/foo.c
18 строк
361 B
Jan Kratochvil
debugedit: Fix missing relocation of .debug_types section.
12 авг 2020, 11:21
12 авг 2020, 11:21
2dfdddd
Код
Авторство
О чём код?
#include "foobar.h" struct debug_types_section1 var_foo1; /* Use different DW_AT_stmt_list in .debug_types having it outside foobar.h. Also use two types in .debug_types for multiple COMDAT sections in object files. */ struct debug_types_section_foo { int stringp_foo, stf; }; struct debug_types_section_foo var_foo; int foo () { return number; }