Searched refs:ehdrp (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.27/bfd/ |
D | elf64-gen.c | 65 Elf_Internal_Ehdr *ehdrp; in check_for_relocs() local 67 ehdrp = elf_elfheader (abfd); in check_for_relocs() 69 abfd, ehdrp->e_machine); in check_for_relocs()
|
D | elf32-gen.c | 65 Elf_Internal_Ehdr *ehdrp; in check_for_relocs() local 67 ehdrp = elf_elfheader (abfd); in check_for_relocs() 69 abfd, ehdrp->e_machine); in check_for_relocs()
|
D | elfcode.h | 1583 elf_debug_file (Elf_Internal_Ehdr *ehdrp) in elf_debug_file() argument 1585 fprintf (stderr, "e_entry = 0x%.8lx\n", (long) ehdrp->e_entry); in elf_debug_file() 1586 fprintf (stderr, "e_phoff = %ld\n", (long) ehdrp->e_phoff); in elf_debug_file() 1587 fprintf (stderr, "e_phnum = %ld\n", (long) ehdrp->e_phnum); in elf_debug_file() 1588 fprintf (stderr, "e_phentsize = %ld\n", (long) ehdrp->e_phentsize); in elf_debug_file() 1589 fprintf (stderr, "e_shoff = %ld\n", (long) ehdrp->e_shoff); in elf_debug_file() 1590 fprintf (stderr, "e_shnum = %ld\n", (long) ehdrp->e_shnum); in elf_debug_file() 1591 fprintf (stderr, "e_shentsize = %ld\n", (long) ehdrp->e_shentsize); in elf_debug_file()
|