Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dobj-coff.c1941 do_relocs_for (abfd, h, file_cursor) in do_relocs_for() argument
1944 unsigned long *file_cursor;
1948 unsigned long reloc_start = *file_cursor;
2082 segment_info[idx].scnhdr.s_relptr = *file_cursor;
2083 *file_cursor += external_reloc_size;
2095 H_SET_RELOCATION_SIZE (h, *file_cursor - reloc_start, 0);
2102 fill_section (abfd, h, file_cursor) in fill_section() argument
2105 unsigned long *file_cursor;
2127 s->s_scnptr = *file_cursor;
2223 *file_cursor += s->s_size;
[all …]