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

  /src/external/gpl3/binutils/usr.sbin/dbsym/
dbsym.c 313 #define e64_hdr ehdr.e64hdr macro
405 ? bfd_get_16(abfd, e64_hdr.e_shnum)
419 ? bfd_get_64(abfd, e64_hdr.e_shoff)
427 ? bfd_get_16(abfd, e64_hdr.e_shstrndx)
471 bfd_put_64(abfd, 0, e64_hdr.e_phoff);
472 bfd_put_64(abfd, sizeof(Elf64_External_Ehdr), e64_hdr.e_shoff);
473 bfd_put_16(abfd, 0, e64_hdr.e_phentsize);
474 bfd_put_16(abfd, 0, e64_hdr.e_phnum);
  /src/external/gpl3/binutils.old/usr.sbin/dbsym/
dbsym.c 313 #define e64_hdr ehdr.e64hdr macro
405 ? bfd_get_16(abfd, e64_hdr.e_shnum)
419 ? bfd_get_64(abfd, e64_hdr.e_shoff)
427 ? bfd_get_16(abfd, e64_hdr.e_shstrndx)
471 bfd_put_64(abfd, 0, e64_hdr.e_phoff);
472 bfd_put_64(abfd, sizeof(Elf64_External_Ehdr), e64_hdr.e_shoff);
473 bfd_put_16(abfd, 0, e64_hdr.e_phentsize);
474 bfd_put_16(abfd, 0, e64_hdr.e_phnum);

Completed in 15 milliseconds