| /netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| H A D | ovlymgr.c | 14 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 D | blcr | 10 #>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 D | testutils.inc | 16 # 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 D | bootxx.ldscript | 6 /*0xa0190000 : EWS-UX's 1stboot VMA */
|
| /netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.asm/ |
| H A D | m68hc11.inc | 41 ; 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 D | m68hc11.inc | 41 ; content and in RAM (VMA) for its runtime value. We have to do
|
| /netbsd-src/external/nvidia-firmware/nouveau/dist/tu10x/typec/ |
| H A D | ccg_secondary.cyacd | 192 �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 D | aix.sc | 2 # AIX always uses shared libraries. The section VMA appears to be
|
| H A D | mmo.sc | 136 /* Note that this section always has a fixed VMA - that of its
|
| /netbsd-src/external/gpl3/binutils.old/dist/ld/scripttempl/ |
| H A D | aix.sc | 2 # AIX always uses shared libraries. The section VMA appears to be
|
| H A D | mmo.sc | 136 /* Note that this section always has a fixed VMA - that of its
|
| /netbsd-src/sys/gdbscripts/ |
| H A D | module | 37 # Idx Name Size VMA LMA File off Algn
|
| /netbsd-src/external/gpl3/binutils/dist/gprof/ |
| H A D | ChangeLog-2004 | 60 `offset' variable and calculate VMA directly. Update all users.
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprof/ |
| H A D | ChangeLog-2004 | 60 `offset' variable and calculate VMA directly. Update all users.
|
| /netbsd-src/external/gpl3/binutils/dist/ld/ |
| H A D | deffilep.y | 132 %type <vma> VMA opt_base 322 opt_base: BASE '=' VMA { $$ = $3;} 357 VMA: DIGITS { $$ = (bfd_vma) strtoull ($1, 0, 0); }
|
| H A D | ChangeLog-2013 | 575 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 D | ChangeLog-2014 | 422 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 D | deffilep.y | 129 %type <vma> VMA opt_base 317 opt_base: BASE '=' VMA { $$ = $3;} 346 VMA: DIGITS { $$ = (bfd_vma) strtoull ($1, 0, 0); }
|
| H A D | ChangeLog-2013 | 575 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 D | ChangeLog-2014 | 422 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 D | mmix-elfnmmo.em | 60 /* 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 D | mmix-elfnmmo.em | 60 /* 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 D | opncls.texi | 170 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 D | llvm-objdump.cpp | 1759 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 D | MemorySSA.cpp | 1820 auto VMA = ValueToMemoryAccess.find(MemoryInst); in removeFromLookups() local 1821 if (VMA->second == MA) in removeFromLookups() 1822 ValueToMemoryAccess.erase(VMA); in removeFromLookups()
|