HomeSort by relevance Sort by last modified time
    Searched defs:svma (Results 1 - 2 of 2) 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...]
  /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 3301 milliseconds