Lines Matching refs:Ehdr
490 eor->machine = ELF_FETCH_FIELD (type_functions, ei_class, Ehdr, ehdr, in simple_object_elf_match()
492 eor->flags = ELF_FETCH_FIELD (type_functions, ei_class, Ehdr, ehdr, in simple_object_elf_match()
494 eor->shoff = ELF_FETCH_FIELD (type_functions, ei_class, Ehdr, ehdr, in simple_object_elf_match()
496 eor->shnum = ELF_FETCH_FIELD (type_functions, ei_class, Ehdr, ehdr, in simple_object_elf_match()
498 eor->shstrndx = ELF_FETCH_FIELD (type_functions, ei_class, Ehdr, ehdr, in simple_object_elf_match()
809 ELF_SET_FIELD (fns, cl, Ehdr, buf, e_type, Elf_Half, ET_REL); in simple_object_elf_write_ehdr()
810 ELF_SET_FIELD (fns, cl, Ehdr, buf, e_machine, Elf_Half, attrs->machine); in simple_object_elf_write_ehdr()
811 ELF_SET_FIELD (fns, cl, Ehdr, buf, e_version, Elf_Word, EV_CURRENT); in simple_object_elf_write_ehdr()
814 ELF_SET_FIELD (fns, cl, Ehdr, buf, e_shoff, Elf_Addr, ehdr_size); in simple_object_elf_write_ehdr()
815 ELF_SET_FIELD (fns, cl, Ehdr, buf, e_flags, Elf_Word, attrs->flags); in simple_object_elf_write_ehdr()
816 ELF_SET_FIELD (fns, cl, Ehdr, buf, e_ehsize, Elf_Half, ehdr_size); in simple_object_elf_write_ehdr()
817 ELF_SET_FIELD (fns, cl, Ehdr, buf, e_phentsize, Elf_Half, in simple_object_elf_write_ehdr()
822 ELF_SET_FIELD (fns, cl, Ehdr, buf, e_shentsize, Elf_Half, in simple_object_elf_write_ehdr()
826 ELF_SET_FIELD (fns, cl, Ehdr, buf, e_shnum, Elf_Half, in simple_object_elf_write_ehdr()
836 ELF_SET_FIELD (fns, cl, Ehdr, buf, e_shstrndx, Elf_Half, shstrndx); in simple_object_elf_write_ehdr()