Lines Matching defs:offset
39 Dwarf_Off offset; /* Our position, as seen in FDEs' CIE_pointer. */
92 /* Search tree for the CIEs, indexed by CIE_pointer (section offset). */
145 offset(N) N (register saved at CFA + value)
148 expression(E) section offset of DW_FORM_block containing E
150 val_expression(E) section offset of DW_FORM_block containing E
181 Dwarf_Op offset;
184 /* We store an offset rule as a DW_OP_bregx operation. */
185 #define cfa_val_reg cfa_data.offset.number
186 #define cfa_val_offset cfa_data.offset.number2
198 extern void __libdw_intern_cie (Dwarf_CFI *cache, Dwarf_Off offset,
203 extern struct dwarf_cie *__libdw_find_cie (Dwarf_CFI *cache, Dwarf_Off offset)
212 /* Look for an FDE by its offset in the section. */
214 Dwarf_Off offset)