Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/binutils/
Ddwarf.c662 struct dwarf_section *str_section = &debug_displays [str_sec_idx].section; in fetch_indexed_string() local
679 if (str_section->start == NULL) in fetch_indexed_string()
684 str_offset -= str_section->address; in fetch_indexed_string()
685 if (str_offset >= str_section->size) in fetch_indexed_string()
692 return (const char *) str_section->start + str_offset; in fetch_indexed_string()