Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
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-12-stable/contrib/libpcap/
Dsf-pcapng.c93 uint64_t section_length; member