HomeSort by: relevance | last modified time | path
    Searched defs:loadbase (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
symfile-mem.c 90 bfd_vma loadbase; local
96 nbfd = bfd_elf_bfd_from_remote_memory (templ, addr, size, &loadbase,
115 sai.emplace_back (bfd_section_vma (sec) + loadbase,
  /src/external/gpl3/gdb.old/dist/gdb/
symfile-mem.c 89 bfd_vma loadbase; local
95 nbfd = bfd_elf_bfd_from_remote_memory (templ, addr, size, &loadbase,
114 sai.emplace_back (bfd_section_vma (sec) + loadbase,
  /src/external/gpl3/binutils/dist/bfd/
elfcode.h 1800 bfd_vma loadbase; /* Bytes. */
1880 loadbase = 0;
1897 header sits, then we can figure out the loadbase. */
1910 loadbase = ehdr_vma - p_vaddr / opb;
1981 err = target_read_memory (loadbase + vaddr / opb,
2034 *loadbasep = loadbase;
1796 bfd_vma loadbase; \/* Bytes. *\/ local
  /src/external/gpl3/binutils.old/dist/bfd/
elfcode.h 1801 bfd_vma loadbase; /* Bytes. */
1881 loadbase = 0;
1898 header sits, then we can figure out the loadbase. */
1911 loadbase = ehdr_vma - p_vaddr / opb;
1982 err = target_read_memory (loadbase + vaddr / opb,
2035 *loadbasep = loadbase;
1797 bfd_vma loadbase; \/* Bytes. *\/ local
  /src/external/gpl3/gdb/dist/bfd/
elfcode.h 1801 bfd_vma loadbase; /* Bytes. */
1881 loadbase = 0;
1898 header sits, then we can figure out the loadbase. */
1911 loadbase = ehdr_vma - p_vaddr / opb;
1982 err = target_read_memory (loadbase + vaddr / opb,
2035 *loadbasep = loadbase;
1797 bfd_vma loadbase; \/* Bytes. *\/ local
  /src/external/gpl3/gdb.old/dist/bfd/
elfcode.h 1800 bfd_vma loadbase; /* Bytes. */
1880 loadbase = 0;
1897 header sits, then we can figure out the loadbase. */
1910 loadbase = ehdr_vma - p_vaddr / opb;
1981 err = target_read_memory (loadbase + vaddr / opb,
2034 *loadbasep = loadbase;
1796 bfd_vma loadbase; \/* Bytes. *\/ local

Completed in 33 milliseconds