Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/binutils/
Ddwarf.c649 struct dwarf_section *index_section = &debug_displays [idx_sec_idx].section; in fetch_indexed_string() local
655 if (index_section->start == NULL) in fetch_indexed_string()
669 || index_offset + offset_size > index_section->size) in fetch_indexed_string()
678 str_offset = byte_get (index_section->start + index_offset, offset_size); in fetch_indexed_string()