Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Dmmo.c1018 bfd_vma section_length; in mmo_get_spec_section() local
1089 section_length = (bfd_vma) bfd_get_32 (abfd, buf) << 32; in mmo_get_spec_section()
1098 section_length |= (bfd_vma) bfd_get_32 (abfd, buf); in mmo_get_spec_section()
1101 if (section_length > MAX_ARTIFICIAL_SECTION_SIZE) in mmo_get_spec_section()
1127 loc = bfd_zmalloc (section_length + 3 in mmo_get_spec_section()
1134 loc->size = (section_length + 3) & ~3; in mmo_get_spec_section()
1141 | (section_length != 0 ? SEC_HAS_CONTENTS : 0)) in mmo_get_spec_section()
1142 || ! bfd_set_section_size (abfd, sec, sec->size + section_length) in mmo_get_spec_section()