Searched refs:begin_addr (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFDebugRanges.cpp | 102 dw_addr_t begin_addr = begin + base_addr; in Dump() local 105 DumpAddressRange(s.AsRawOstream(), begin_addr, end_addr, in Dump()
|
/openbsd/sys/dev/microcode/aic7xxx/ |
H A D | aicasm_symbol.h | 155 int begin_addr; member 177 int begin_addr; member
|
H A D | aicasm.c | 447 cs->begin_addr, cs->end_addr); in output_code() 507 new_patch->begin = scope->begin_addr; in emit_patch() 817 cur_scope->end_addr - cur_scope->begin_addr; in process_scope() 833 - cur_scope->begin_addr; in process_scope()
|
H A D | aicasm_gram.y | 984 cs->begin_addr = instruction_ptr; 1065 new_scope->begin_addr = instruction_ptr; 1090 new_scope->begin_addr = instruction_ptr; 1114 new_scope->begin_addr = instruction_ptr;
|
/openbsd/sys/dev/ic/ |
H A D | adwlib.c | 1022 int begin_addr; in AdwLoadMCode() local 1142 ADW_READ_WORD_LRAM(iot, ioh, ADW_MC_CODE_BEGIN_ADDR, begin_addr); in AdwLoadMCode() 1145 ADW_WRITE_WORD_REGISTER(iot, ioh, IOPW_RAM_ADDR, begin_addr); in AdwLoadMCode() 1146 for (word = begin_addr; word < end_addr; word += 2) { in AdwLoadMCode()
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | peXXigen.c | 1589 bfd_vma begin_addr; in pe_print_pdata() local 1599 begin_addr = GET_PDATA_ENTRY (abfd, data + i ); in pe_print_pdata() 1605 if (begin_addr == 0 && end_addr == 0 && eh_handler == 0 in pe_print_pdata() 1616 fprintf_vma (file, begin_addr); fputc (' ', file); in pe_print_pdata()
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | peXXigen.c | 1650 bfd_vma begin_addr; local 1660 begin_addr = GET_PDATA_ENTRY (abfd, data + i ); 1666 if (begin_addr == 0 && end_addr == 0 && eh_handler == 0 1677 fprintf_vma (file, begin_addr); fputc (' ', file);
|