Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
/freebsd/contrib/libpcap/
H A Dsf-pcapng.c94 uint64_t section_length; member
/freebsd/sys/dev/smartpqi/
H A Dsmartpqi_structures.h1420 uint32_t section_length; /* size of this section in bytes */ member