Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/tools/debugserver/source/
H A DDNBTimer.h94 __darwin_time_t sec_offset = 0,
104 if (sec_offset != 0 || nsec_offset != 0) {
108 ts->tv_sec = ts->tv_sec + ts->tv_nsec / 1000000000 + sec_offset;
/openbsd/gnu/usr.bin/binutils/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()
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DDwarf.def651 HANDLE_DW_FORM(0x17, sec_offset, 4, DWARF)