Searched refs:ofl_nehdr (Results 1 – 9 of 9) sorted by relevance
420 if ((ofl->ofl_nehdr = elf_newehdr(ofl->ofl_welf)) == NULL) { in ld_create_outfile()425 ofl->ofl_nehdr->e_machine = ofl->ofl_dehdr->e_machine; in ld_create_outfile()728 ofl->ofl_nehdr->e_ident[EI_OSABI] = ELFOSABI_SOLARIS; in ld_create_outfile()729 ofl->ofl_nehdr->e_ident[EI_ABIVERSION] = EAV_SUNW_CURRENT; in ld_create_outfile()792 if ((ofl->ofl_nehdr = elf_getehdr(ofl->ofl_elf)) == NULL) { in ld_create_outfile()
445 conv_reloc_type(ofl->ofl_nehdr->e_machine, in ld_perform_outreloc()1085 if ((((uintptr_t)addr - (uintptr_t)ofl->ofl_nehdr) > in ld_do_activerelocs()1091 if (((uintptr_t)addr - (uintptr_t)ofl->ofl_nehdr) > in ld_do_activerelocs()1102 (uintptr_t)ofl->ofl_nehdr)); in ld_do_activerelocs()
365 conv_reloc_type(ofl->ofl_nehdr->e_machine, in ld_perform_outreloc()1077 if ((((uintptr_t)addr - (uintptr_t)ofl->ofl_nehdr) > in ld_do_activerelocs()1083 if (((uintptr_t)addr - (uintptr_t)ofl->ofl_nehdr) > in ld_do_activerelocs()1094 (uintptr_t)ofl->ofl_nehdr)); in ld_do_activerelocs()
794 conv_reloc_type(ofl->ofl_nehdr->e_machine, in ld_perform_outreloc()1377 if ((((uintptr_t)addr - (uintptr_t)ofl->ofl_nehdr) > in ld_do_activerelocs()1383 if (((uintptr_t)addr - (uintptr_t)ofl->ofl_nehdr) > in ld_do_activerelocs()1394 (uintptr_t)ofl->ofl_nehdr)); in ld_do_activerelocs()
811 Word phnum = ofl->ofl_nehdr->e_phnum; in ld_unwind_populate_hdr()
3020 Ehdr *ehdr = ofl->ofl_nehdr; in update_oehdr()3919 Ehdr *ehdr = ofl->ofl_nehdr; in ld_update_outfile()4583 ofl->ofl_nehdr->e_shstrndx = in ld_update_outfile()4604 ofl->ofl_nehdr->e_shstrndx = SHN_XINDEX; in ld_update_outfile()
308 ehdr = ofl->ofl_nehdr; in elf_obj_fini()
486 (void) write(fd, ofl->ofl_nehdr, ofl->ofl_size); in Dbg_file_output()
254 Ehdr *ofl_nehdr; /* header describing this file */ member