Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp192 uint32_t section_length = payload_len - (c.tell() - prev_offset); in DecodeNextSection() local
193 m_sect_infos.push_back(section_info{*offset_ptr + c.tell(), section_length, in DecodeNextSection()
195 *offset_ptr += (c.tell() + section_length); in DecodeNextSection()
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Dmmo.c955 bfd_vma section_length; in mmo_get_spec_section() local
1026 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()
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Dmmo.c1047 bfd_vma section_length; local
1118 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 + 3
1163 loc->size = (section_length + 3) & ~3;
1170 | (section_length != 0 ? SEC_HAS_CONTENTS : 0))
1172 sec->_cooked_size + section_length)