Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/binutils/
H A 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/binutils.old/dist/binutils/
H A Ddwarf.c702 struct dwarf_section *str_section = &debug_displays [str_sec_idx].section; in fetch_indexed_string() local
711 if (str_section->start == NULL) in fetch_indexed_string()
727 str_section->name); in fetch_indexed_string()
739 str_offset -= str_section->address; in fetch_indexed_string()
740 if (str_offset >= str_section->size) in fetch_indexed_string()
747 ret = (const char *) str_section->start + str_offset; in fetch_indexed_string()
752 if (strnlen (ret, str_section->size - str_offset) in fetch_indexed_string()
753 == str_section->size - str_offset) in fetch_indexed_string()
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-20132897 (read_str_index): New locals str_section, str_offsets_section.
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-20132897 (read_str_index): New locals str_section, str_offsets_section.