/external/elfutils/libelf/ |
D | elf_begin.c | 289 assert (offsetof (struct Elf, state.elf32.scns) in file_read_elf() 291 elf->state.elf32.scns.cnt = scncnt; in file_read_elf() 292 elf->state.elf32.scns.max = scnmax; in file_read_elf() 312 elf->state.elf32.ehdr = ehdr; in file_read_elf() 317 elf->state.elf32.ehdr = memcpy (&elf->state.elf32.ehdr_mem, e_ident, in file_read_elf() 322 CONVERT (elf->state.elf32.ehdr_mem.e_type); in file_read_elf() 323 CONVERT (elf->state.elf32.ehdr_mem.e_machine); in file_read_elf() 324 CONVERT (elf->state.elf32.ehdr_mem.e_version); in file_read_elf() 325 CONVERT (elf->state.elf32.ehdr_mem.e_entry); in file_read_elf() 326 CONVERT (elf->state.elf32.ehdr_mem.e_phoff); in file_read_elf() [all …]
|
D | elf_getshdrstrndx.c | 64 == offsetof (struct Elf, state.elf32.ehdr)); in elf_getshdrstrndx() 66 == sizeof (elf->state.elf32.ehdr)); in elf_getshdrstrndx() 82 ? elf->state.elf32.ehdr->e_shstrndx in elf_getshdrstrndx() 93 if (unlikely (elf->state.elf32.scns.cnt == 0)) in elf_getshdrstrndx() 101 if (elf->state.elf32.scns.data[0].shdr.e32 != NULL) in elf_getshdrstrndx() 103 num = elf->state.elf32.scns.data[0].shdr.e32->sh_link; in elf_getshdrstrndx() 107 offset = elf->state.elf32.ehdr->e_shoff; in elf_getshdrstrndx() 110 && elf->state.elf32.ehdr->e_ident[EI_DATA] == MY_ELFDATA in elf_getshdrstrndx() 147 if (elf->state.elf32.ehdr->e_ident[EI_DATA] != MY_ELFDATA) in elf_getshdrstrndx()
|
D | elf_end.c | 118 || (offsetof (struct Elf, state.elf32.rawchunks) in elf_end() 120 ? elf->state.elf32.rawchunks in elf_end() 132 || (offsetof (struct Elf, state.elf32.scns) in elf_end() 134 ? &elf->state.elf32.scns in elf_end() 190 || (offsetof (struct Elf, state.elf32.scns) in elf_end() 192 ? &elf->state.elf32.scns in elf_end() 202 || (offsetof (struct Elf, state.elf32.shdr) in elf_end() 204 ? (void *) elf->state.elf32.shdr in elf_end() 210 || (offsetof (struct Elf, state.elf32.phdr) in elf_end() 212 ? (void *) elf->state.elf32.phdr in elf_end()
|
D | elf_clone.c | 58 elf->state.elf32.scns.max * sizeof (Elf_Scn)); in elf_clone() 68 assert (offsetof (struct Elf, state.elf32.scns) in elf_clone() 70 retval->state.elf.scns_last = &retval->state.elf32.scns; in elf_clone() 71 retval->state.elf32.scns.max = elf->state.elf32.scns.max; in elf_clone()
|
D | elf_getphdrnum.c | 52 ? elf->state.elf32.ehdr->e_phnum in __elf_getphdrnum_rdlock() 58 ? &elf->state.elf32.scns in __elf_getphdrnum_rdlock() 67 && elf->state.elf32.scns.data[0].shdr.e32 != NULL)) in __elf_getphdrnum_rdlock() 89 ? elf->state.elf32.ehdr->e_phoff in __elf_getphdrnum_chk_rdlock()
|
D | elf_nextscn.c | 55 || (offsetof (Elf, state.elf32.scns) in elf_nextscn() 58 if (elf->state.elf32.scns.cnt > 1) in elf_nextscn() 59 result = &elf->state.elf32.scns.data[1]; in elf_nextscn()
|
D | elf_newscn.c | 55 == offsetof (Elf, state.elf32.scns_last)); in elf_newscn() 58 assert (offsetof (Elf, state.elf32.scns) in elf_newscn() 71 || (offsetof (Elf, state.elf32.scns) in elf_newscn() 73 ? &elf->state.elf32.scns : &elf->state.elf64.scns))) in elf_newscn()
|
D | gelf_update_phdr.c | 58 Elf32_Phdr *phdr = elf->state.elf32.phdr; in gelf_update_phdr() 84 if (ndx >= elf->state.elf32.ehdr->e_phnum in gelf_update_phdr() 85 && (elf->state.elf32.ehdr->e_phnum != PN_XNUM in gelf_update_phdr()
|
D | elf_getident.c | 57 || (offsetof (struct Elf, state.elf32.ehdr) in elf_getident() 59 ? elf->state.elf32.ehdr->e_ident in elf_getident()
|
D | elf_getscn.c | 59 || (offsetof (struct Elf, state.elf32.scns) in elf_getscn() 61 ? &elf->state.elf32.scns : &elf->state.elf64.scns); in elf_getscn()
|
D | elf_getshdrnum.c | 61 || (offsetof (Elf, state.elf32.scns) in __elf_getshdrnum_rdlock() 63 ? &elf->state.elf32.scns : &elf->state.elf64.scns))) in __elf_getshdrnum_rdlock()
|
D | elf_newdata.c | 56 || (offsetof (struct Elf, state.elf32.ehdr) in elf_newdata() 58 ? scn->elf->state.elf32.ehdr == NULL in elf_newdata()
|
D | gelf_getehdr.c | 59 if (offsetof (struct Elf, state.elf32.ehdr) in __gelf_getehdr_rdlock() 68 Elf32_Ehdr *ehdr = elf->state.elf32.ehdr; in __gelf_getehdr_rdlock()
|
/external/syslinux/gpxe/src/arch/i386/core/ |
D | freebsd_loader.c | 51 if ( (estate.e.elf32.e_entry & 0xf0000000) && in elf_freebsd_probe() 52 (estate.e.elf32.e_type == ET_EXEC)) in elf_freebsd_probe() 56 off = -(estate.e.elf32.e_entry & 0xff000000); in elf_freebsd_probe() 57 estate.e.elf32.e_entry += off; in elf_freebsd_probe() 137 estate.toread = estate.e.elf32.e_shnum * estate.e.elf32.e_shentsize; in elf_freebsd_debug_loader() 138 estate.skip = estate.e.elf32.e_shoff - (estate.loc + offset); in elf_freebsd_debug_loader() 165 for (i=0; i < estate.e.elf32.e_shnum; i++) in elf_freebsd_debug_loader() 170 for (j=0; j < estate.e.elf32.e_phnum; j++) in elf_freebsd_debug_loader()
|
/external/syslinux/efi32/lib/ |
D | elf_ia32_efi.lds | 1 OUTPUT_FORMAT("elf32-i386", "elf32-i386", "elf32-i386")
|
/external/syslinux/gnu-efi/gnu-efi-3.0/gnuefi/ |
D | elf_ia32_efi.lds | 1 OUTPUT_FORMAT("elf32-i386", "elf32-i386", "elf32-i386")
|
D | elf_ia32_fbsd_efi.lds | 1 OUTPUT_FORMAT("elf32-i386-freebsd", "elf32-i386-freebsd", "elf32-i386-freebsd")
|
/external/syslinux/mbr/i386/ |
D | mbr.ld | 6 OUTPUT_FORMAT("elf32-i386", "elf32-i386", 7 "elf32-i386")
|
/external/syslinux/mbr/ |
D | mbr.ld | 6 OUTPUT_FORMAT("elf32-i386", "elf32-i386", 7 "elf32-i386")
|
/external/syslinux/com32/lib/ |
D | com32.ld | 6 OUTPUT_FORMAT("elf32-i386", "elf32-i386", 7 "elf32-i386") 25 /* .gnu.warning sections are handled specially by elf32.em. */
|
/external/syslinux/memdisk/i386/ |
D | memdisk.ld | 18 OUTPUT_FORMAT("elf32-i386", "elf32-i386", "elf32-i386") 35 /* .gnu.warning sections are handled specially by elf32.em. */
|
/external/syslinux/memdisk/ |
D | memdisk.ld | 18 OUTPUT_FORMAT("elf32-i386", "elf32-i386", "elf32-i386") 35 /* .gnu.warning sections are handled specially by elf32.em. */
|
/external/syslinux/efi/i386/ |
D | syslinux.ld | 18 OUTPUT_FORMAT("elf32-i386", "elf32-i386", "elf32-i386")
|
/external/syslinux/efi/ |
D | syslinux.ld | 18 OUTPUT_FORMAT("elf32-i386", "elf32-i386", "elf32-i386")
|
/external/syslinux/dos/ |
D | dosexe.ld | 11 OUTPUT_FORMAT("elf32-i386", "elf32-i386", 12 "elf32-i386")
|