Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/binutils/
Ddwarf.c650 struct dwarf_section *str_section = &debug_displays [str_sec_idx].section; in fetch_indexed_string() local
659 if (str_section->start == NULL) in fetch_indexed_string()
673 idx, index_offset, str_section->name); in fetch_indexed_string()
680 str_offset -= str_section->address; in fetch_indexed_string()
681 if (str_offset >= str_section->size) in fetch_indexed_string()
687 ret = (const char *) str_section->start + str_offset; in fetch_indexed_string()
692 if (strnlen (ret, str_section->size - str_offset) in fetch_indexed_string()
693 == str_section->size - str_offset) in fetch_indexed_string()
/netbsd/src/external/gpl3/gdb/dist/gdb/
DChangeLog-20132897 (read_str_index): New locals str_section, str_offsets_section.