Lines 6039-6045
Link Here
|
6039 |
int i, eh_frame; |
6039 |
int i, eh_frame; |
6040 |
Dwarf_Error de; |
6040 |
Dwarf_Error de; |
6041 |
|
6041 |
|
6042 |
printf("\nThe section %s contains:\n\n", s->name); |
6042 |
if (s->type == SHT_NOBITS) { |
|
|
6043 |
printf("\nThe section %s has no usable data, due to NOBITS type.\n", s->name); |
6044 |
return; |
6045 |
} else |
6046 |
printf("\nThe section %s contains:\n\n", s->name); |
6043 |
|
6047 |
|
6044 |
if (!strcmp(s->name, ".debug_frame")) { |
6048 |
if (!strcmp(s->name, ".debug_frame")) { |
6045 |
eh_frame = 0; |
6049 |
eh_frame = 0; |