Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/cli/
H A Dcli-dump.c460 bfd_size_type sec_offset = 0; in restore_section_callback() local
484 sec_offset = data->load_start - sec_start; in restore_section_callback()
486 sec_load_count -= sec_offset; in restore_section_callback()
505 + sec_offset + data->load_offset), in restore_section_callback()
506 paddr_nz ((unsigned long) sec_start + sec_offset in restore_section_callback()
512 ret = target_write_memory (sec_start + sec_offset + data->load_offset, in restore_section_callback()
513 buf + sec_offset, sec_load_count); in restore_section_callback()
/freebsd-12.1/contrib/processor-trace/libipt/src/
H A Dpt_image_section_cache.c173 uint64_t sec_offset, sec_size; in pt_iscache_find_locked() local
182 sec_offset = pt_section_offset(section); in pt_iscache_find_locked()
188 if (sec_offset != offset) in pt_iscache_find_locked()
/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DDwarf.def428 HANDLE_DW_FORM(0x17, sec_offset, 4, DWARF)