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

  /external/valgrind/coregrind/m_debuginfo/
readelf.c 191 VG_(printf)(": svma %#010lx, %ssz %4llu %s\n",
292 /* Work out the svma and bias for each section as it will appear in
324 the previously deduced section svma address ranges are wrong. */
664 "ignore -- %#lx .. %#lx outside .text svma range %#lx .. %#lx\n",
674 "/ .bss / .sbss svma ranges\n",
1846 Addr svma = a_shdr.sh_addr; local
    [all...]
readmacho.c 593 possible. Also return the section's .addr field in *svma if
594 svma is non-NULL. */
597 /*OUT*/Addr* svma )
623 if (svma) *svma = (Addr)sect.addr;
824 // svma/bias values using the same assumption. It also needs
833 // {text,data,bss}_{avma,svma}, from which the _bias numbers are
850 svma/bias for the primary object, since there is
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
od-macho.c 775 bfd_signed_vma svma;
776 svma = read_unsigned_leb128 (abfd, buf + i, &leblen);
777 printf ("set addend sleb: 0x%08x\n", (unsigned) svma);
773 bfd_signed_vma svma; local
    [all...]

Completed in 2958 milliseconds