Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Dplugin.c195 off_t cur_offset = lseek(file.fd, 0, SEEK_CUR); in try_claim() local
197 lseek(file.fd, cur_offset, SEEK_SET); in try_claim()
Dvms-alpha.c7828 file_ptr cur_offset; in alpha_vms_read_sections_content() local
7836 cur_offset = 0; in alpha_vms_read_sections_content()
7870 PRIV (image_offset) = cur_offset; in alpha_vms_read_sections_content()
7873 cur_offset = PRIV (image_offset); in alpha_vms_read_sections_content()
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-tic6x.c5002 offsetT cur_offset; in tic6x_output_unwinding() local
5008 for (cur_offset = 0; unwind->saved_reg_count > 0; cur_offset -= 4) in tic6x_output_unwinding()
5016 if (unwind->reg_offset[reg] == cur_offset) in tic6x_output_unwinding()
5023 if ((cur_offset & 4) == 4) in tic6x_output_unwinding()
5028 if ((cur_offset & 4) == 4) in tic6x_output_unwinding()