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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp195 uint32_t section_length = payload_len - (c.tell() - prev_offset);
196 m_sect_infos.push_back(section_info{*offset_ptr + c.tell(), section_length,
198 *offset_ptr += (c.tell() + section_length);
/freebsd-13-stable/contrib/libpcap/
H A Dsf-pcapng.c93 uint64_t section_length; member in struct:section_header_block

Completed in 100 milliseconds