Searched refs:section_length (Results 1 – 3 of 3) sorted by relevance
192 uint32_t section_length = payload_len - (c.tell() - prev_offset); in DecodeNextSection() local193 m_sect_infos.push_back(section_info{*offset_ptr + c.tell(), section_length, in DecodeNextSection()195 *offset_ptr += (c.tell() + section_length); in DecodeNextSection()
955 bfd_vma section_length; in mmo_get_spec_section() local1026 section_length = (bfd_vma) bfd_get_32 (abfd, buf) << 32; in mmo_get_spec_section()1035 section_length |= (bfd_vma) bfd_get_32 (abfd, buf); in mmo_get_spec_section()1038 if (section_length > MAX_ARTIFICIAL_SECTION_SIZE) in mmo_get_spec_section()1064 loc = bfd_zmalloc (section_length + 3 in mmo_get_spec_section()1071 loc->size = (section_length + 3) & ~3; in mmo_get_spec_section()1078 | (section_length != 0 ? SEC_HAS_CONTENTS : 0)) in mmo_get_spec_section()1079 || ! bfd_set_section_size (abfd, sec, sec->size + section_length) in mmo_get_spec_section()
1047 bfd_vma section_length; local1118 section_length = (bfd_vma) bfd_get_32 (abfd, buf) << 32;1127 section_length |= (bfd_vma) bfd_get_32 (abfd, buf);1130 if (section_length > MAX_ARTIFICIAL_SECTION_SIZE)1156 loc = bfd_zmalloc (section_length + 31163 loc->size = (section_length + 3) & ~3;1170 | (section_length != 0 ? SEC_HAS_CONTENTS : 0))1172 sec->_cooked_size + section_length)