Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/binutils/
Ddwarf.c696 struct dwarf_section *index_section = &debug_displays [idx_sec_idx].section; in fetch_indexed_string() local
701 if (index_section->start == NULL) in fetch_indexed_string()
707 if (index_offset + offset_size > index_section->size) in fetch_indexed_string()
718 str_offset = byte_get (index_section->start + index_offset, offset_size); in fetch_indexed_string()