Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dsom.c3382 unsigned int subspace_offset = 0; in som_begin_writing() local
3435 subspace_offset = subsection->vma; in som_begin_writing()
3454 current_offset += subsection->vma - subspace_offset; in som_begin_writing()
3456 exec_header->exec_tsize += subsection->vma - subspace_offset; in som_begin_writing()
3458 exec_header->exec_dsize += subsection->vma - subspace_offset; in som_begin_writing()
3459 subspace_offset += subsection->vma - subspace_offset; in som_begin_writing()
3477 subspace_offset += subsection->size; in som_begin_writing()
/openbsd/gnu/usr.bin/binutils/bfd/
H A Dsom.c3509 unsigned int subspace_offset = 0; local
3562 subspace_offset = subsection->vma;
3581 current_offset += subsection->vma - subspace_offset;
3583 exec_header->exec_tsize += subsection->vma - subspace_offset;
3585 exec_header->exec_dsize += subsection->vma - subspace_offset;
3586 subspace_offset += subsection->vma - subspace_offset;
3604 subspace_offset += bfd_section_size (abfd, subsection);