Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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()
/openbsd/sys/dev/microcode/aic7xxx/
H A Daicasm_symbol.h155 int begin_addr; member
177 int begin_addr; member
H A Daicasm.c447 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 Daicasm_gram.y984 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 Dadwlib.c1022 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 DpeXXigen.c1589 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 DpeXXigen.c1650 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);