Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/aic7xxx/aicasm/
H A Daicasm_symbol.h152 int begin_addr; member
174 int begin_addr; member
H A Daicasm.c450 cs->begin_addr, cs->end_addr); in output_code()
510 new_patch->begin = scope->begin_addr; in emit_patch()
820 cur_scope->end_addr - cur_scope->begin_addr; in process_scope()
836 - cur_scope->begin_addr; in process_scope()
H A Daicasm_gram.y982 cs->begin_addr = instruction_ptr;
1063 new_scope->begin_addr = instruction_ptr;
1088 new_scope->begin_addr = instruction_ptr;
1112 new_scope->begin_addr = instruction_ptr;
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugRanges.cpp102 dw_addr_t begin_addr = begin + base_addr; in Dump() local
105 DumpAddressRange(s.AsRawOstream(), begin_addr, end_addr, in Dump()