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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugAbbrev.h32 DWARFAbbreviationDeclarationSet(dw_offset_t offset, uint32_t idx_offset) argument
33 : m_offset(offset), m_idx_offset(idx_offset), m_decls() {}
/freebsd-11-stable/contrib/gcc/
H A Ddwarf2out.c7746 int idx_offset;
7876 idx_offset = dirs[0].length > 0 ? 1 : 0;
7877 for (i = 1 - idx_offset; i < ndirs; i++)
7879 "Directory Entry: 0x%x", i + idx_offset);
7900 dw2_asm_output_data_uleb128 (dir_idx + idx_offset, NULL);
7735 int idx_offset; local

Completed in 121 milliseconds