Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Dmmo.c1019 bfd_vma section_vma; in mmo_get_spec_section() local
1110 section_vma = (bfd_vma) bfd_get_32 (abfd, buf) << 32; in mmo_get_spec_section()
1118 section_vma |= (bfd_vma) bfd_get_32 (abfd, buf); in mmo_get_spec_section()
1145 && ! bfd_set_section_vma (abfd, sec, section_vma))) in mmo_get_spec_section()
1158 loc->where = section_vma; in mmo_get_spec_section()