Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Dmmo.c983 bfd_vma section_vma; in mmo_get_spec_section() local
1074 section_vma = (bfd_vma) bfd_get_32 (abfd, buf) << 32; in mmo_get_spec_section()
1082 section_vma |= (bfd_vma) bfd_get_32 (abfd, buf); in mmo_get_spec_section()
1109 && ! bfd_set_section_vma (abfd, sec, section_vma))) in mmo_get_spec_section()
1122 loc->where = section_vma; in mmo_get_spec_section()