Home
last modified time | relevance | path

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

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