As before, on sufficiently old glibc this conflicts with a global
identifier in the library headers. While there also zap the unusual
padding by blanks.
Returns 0 if the value could not be found. */
static dwarf_vma
-fetch_indexed_value (dwarf_vma index,
- enum dwarf_section_display_enum sec_enum)
+fetch_indexed_value (dwarf_vma idx,
+ enum dwarf_section_display_enum sec_enum)
{
struct dwarf_section *section = &debug_displays [sec_enum].section;
bias = 12;
}
- dwarf_vma offset = index * pointer_size;
+ dwarf_vma offset = idx * pointer_size;
/* Offsets are biased by the size of the section header. */
offset += bias;