Home
last modified time | relevance | path

Searched refs:VMA (Results 1 – 25 of 263) sorted by relevance

1234567891011

/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dovlymgr.c14 enum ovly_index { VMA, SIZE, LMA, MAPPED}; enumerator
63 else if (_ovly_table[i][VMA] == _ovly_table[ovlyno][VMA]) in OverlayLoad()
66 ovly_copy (_ovly_table[ovlyno][VMA], in OverlayLoad()
91 _ovly_table[ovlyno][VMA], in OverlayUnload()
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dblcr10 #>0 search/1024 VMA\06 for kernel
22 #>0 search/1024 VMA\06 for kernel
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/msp430/
H A Dtestutils.inc16 # here because _passmsg contains the run-time (VMA) address of
18 # address (probably 0x804c). Normally using the VMA address
20 # up code which copied data from LMA to VMA. But we have no
/netbsd-src/sys/arch/ews4800mips/stand/common/
H A Dbootxx.ldscript6 /*0xa0190000 : EWS-UX's 1stboot VMA */
/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.asm/
H A Dm68hc11.inc41 ; content and in RAM (VMA) for its runtime value. We have to do
/netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.asm/
H A Dm68hc11.inc41 ; content and in RAM (VMA) for its runtime value. We have to do
/netbsd-src/external/nvidia-firmware/nouveau/dist/tu10x/typec/
H A Dccg_secondary.cyacd192 �tڒ��e�r����f¯6���"��82_��VMAȕ���������D�}36Ռ�x�m8�(#d����R,��"��j�����;�a"��ے ��<��=_�����…
/netbsd-src/external/gpl3/binutils/dist/ld/scripttempl/
H A Daix.sc2 # AIX always uses shared libraries. The section VMA appears to be
H A Dmmo.sc136 /* Note that this section always has a fixed VMA - that of its
/netbsd-src/external/gpl3/binutils.old/dist/ld/scripttempl/
H A Daix.sc2 # AIX always uses shared libraries. The section VMA appears to be
H A Dmmo.sc136 /* Note that this section always has a fixed VMA - that of its
/netbsd-src/sys/gdbscripts/
H A Dmodule37 # Idx Name Size VMA LMA File off Algn
/netbsd-src/external/gpl3/binutils/dist/gprof/
H A DChangeLog-200460 `offset' variable and calculate VMA directly. Update all users.
/netbsd-src/external/gpl3/binutils.old/dist/gprof/
H A DChangeLog-200460 `offset' variable and calculate VMA directly. Update all users.
/netbsd-src/external/gpl3/binutils/dist/ld/
H A Ddeffilep.y132 %type <vma> VMA opt_base
322 opt_base: BASE '=' VMA { $$ = $3;}
357 VMA: DIGITS { $$ = (bfd_vma) strtoull ($1, 0, 0); }
H A DChangeLog-2013575 LMA as per VMA only if lma_region is the same as region.
719 (VMA): New rule.
720 (opt_base): Use VMA instead of NUMBER rule to evaluate value.
H A DChangeLog-2014422 force .bss VMA to end of .data VMA.
914 variable which reflects the VMA change due to alignment
/netbsd-src/external/gpl3/binutils.old/dist/ld/
H A Ddeffilep.y129 %type <vma> VMA opt_base
317 opt_base: BASE '=' VMA { $$ = $3;}
346 VMA: DIGITS { $$ = (bfd_vma) strtoull ($1, 0, 0); }
H A DChangeLog-2013575 LMA as per VMA only if lma_region is the same as region.
719 (VMA): New rule.
720 (opt_base): Use VMA instead of NUMBER rule to evaluate value.
H A DChangeLog-2014422 force .bss VMA to end of .data VMA.
914 variable which reflects the VMA change due to alignment
/netbsd-src/external/gpl3/binutils.old/dist/ld/emultempl/
H A Dmmix-elfnmmo.em60 /* We need to set the VMA of the .MMIX.reg_contents section when it has
/netbsd-src/external/gpl3/binutils/dist/ld/emultempl/
H A Dmmix-elfnmmo.em60 /* We need to set the VMA of the .MMIX.reg_contents section when it has
/netbsd-src/external/gpl3/binutils/dist/bfd/doc/
H A Dopncls.texi170 BFD's idea of each section's VMA) put them at.
173 from the remote memory at target address VMA into the local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1759 uint64_t VMA = Section.getAddress(); in printSectionHeaders() local
1761 VMA += AdjustVMA; in printSectionHeaders()
1774 << format_hex_no_prefix(VMA, AddressWidth) << " " in printSectionHeaders()
1780 << format_hex_no_prefix(VMA, AddressWidth) << " " << Type << "\n"; in printSectionHeaders()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DMemorySSA.cpp1820 auto VMA = ValueToMemoryAccess.find(MemoryInst); in removeFromLookups() local
1821 if (VMA->second == MA) in removeFromLookups()
1822 ValueToMemoryAccess.erase(VMA); in removeFromLookups()

1234567891011