Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/binutils/
Ddwarf.c735 uint64_t offset_of_offset = base_address + idx * offset_size; in fetch_indexed_offset() local
751 if (offset_of_offset + offset_size >= section->size) in fetch_indexed_offset()
754 offset_of_offset, section->name); in fetch_indexed_offset()
758 return base_address + byte_get (section->start + offset_of_offset, offset_size); in fetch_indexed_offset()