Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/binutils/
Ddwarf.c664 dwarf_vma str_offset; in fetch_indexed_string() local
683 str_offset = byte_get (index_section->start + index_offset, offset_size); 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()
688 dwarf_vmatoa ("x", str_offset)); in fetch_indexed_string()
692 return (const char *) str_section->start + str_offset; in fetch_indexed_string()