Home
last modified time | relevance | path

Searched refs:block_offset (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.cpp345 uint32_t block_offset = in GetDIENamesAndRanges() local
349 module, DataExtractor(data, block_offset, block_length), cu); in GetDIENamesAndRanges()
H A DSymbolFileDWARF.cpp3139 uint32_t block_offset = location_form.BlockData() - data.GetDataStart(); in ParseVariableDIE() local
3142 module, DataExtractor(data, block_offset, block_length), die.GetCU()); in ParseVariableDIE()
3163 uint32_t block_offset = in ParseVariableDIE() local
3167 module, DataExtractor(debug_info_data, block_offset, block_length), in ParseVariableDIE()
3571 uint32_t block_offset = form_value.BlockData() - data.GetDataStart(); in CollectCallSiteParameters() local
3574 DataExtractor(data, block_offset, block_length), in CollectCallSiteParameters()
3679 uint32_t block_offset = form_value.BlockData() - data.GetDataStart(); in CollectCallEdges() local
3682 module, DataExtractor(data, block_offset, block_length), in CollectCallEdges()
H A DDWARFASTParserClang.cpp2391 uint32_t block_offset = in ParseSingleMember() local
2397 DataExtractor(debug_info_data, block_offset, block_length), in ParseSingleMember()
2790 uint32_t block_offset = in ParseChildMembers() local
2794 DataExtractor(debug_info_data, block_offset, in ParseChildMembers()
/freebsd-13.1/contrib/libarchive/libarchive/
H A Darchive_write_set_format_iso9660.c780 int64_t block_offset; member
1769 iso9660->zisofs.block_offset = 0; in write_iso9660_data()
7497 iso9660->zisofs.block_offset = tsize; in zisofs_init()
7647 if (iso9660->zisofs.block_offset != in zisofs_write_to_temp()
7653 iso9660->zisofs.block_offset); in zisofs_write_to_temp()
7657 iso9660->zisofs.block_offset; in zisofs_write_to_temp()
7703 iso9660->zisofs.block_offset = file->cur_content->size; in zisofs_write_to_temp()