HomeSort by relevance Sort by last modified time
    Searched full:svma (Results 1 - 10 of 10) sorted by null

  /external/valgrind/coregrind/m_debuginfo/
readelf.c 221 VG_(printf)(": svma %#010lx, %ssz %4llu %s\n",
324 /* Work out the svma and bias for each section as it will appear in
356 the previously deduced section svma address ranges are wrong. */
700 "ignore -- %#lx .. %#lx outside .text svma range %#lx .. %#lx\n",
710 "/ .bss / .sbss svma ranges\n",
1948 Addr svma = a_shdr.sh_addr; local
    [all...]
readmacho.c 594 possible. Also return the section's .addr field in *svma if
595 svma is non-NULL. */
598 /*OUT*/Addr* svma )
624 if (svma) *svma = (Addr)sect.addr;
825 // svma/bias values using the same assumption. It also needs
834 // {text,data,bss}_{avma,svma}, from which the _bias numbers are
851 svma/bias for the primary object, since there is
    [all...]
priv_storage.h 677 The _debug_{svma,bias} fields were added as part of a fix to
682 different SVMA. Hence debuginfo and primary objects need to
691 di->text_svma = svma;
694 di->text_debug_svma = svma;
    [all...]
readdwarf3.c 56 In many cases it is important to know the svma of a CU (the "base
70 get rid of cu_svma_known and document the assumed-zero svma hack.
439 /* SVMA for this CU. In the D3 spec, is known as the "base
    [all...]
d3basics.c 574 /* Presumably what is given in the Dwarf3 is a SVMA (how
    [all...]
readexidx.c     [all...]
readpdb.c     [all...]
debuginfo.c     [all...]
  /external/valgrind/coregrind/
fixup_macho_loadcmds.c 85 executables to have a __PAGEZERO section with SVMA of zero and size
87 __PAGEZERO section with SVMA set to the requested Valgrind load
90 SVMA to zero. Seems to work and have no obvious bad side effects.
  /toolchain/binutils/binutils-2.27/binutils/
od-macho.c 782 bfd_signed_vma svma;
783 svma = read_unsigned_leb128 (abfd, buf + i, &leblen);
784 printf ("set addend sleb: 0x%08x\n", (unsigned) svma);
780 bfd_signed_vma svma; local
    [all...]

Completed in 327 milliseconds