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()
1048 if ((((uintptr_t)addr - (uintptr_t)ofl->ofl_nehdr) > in ld_do_activerelocs()1054 if (((uintptr_t)addr - (uintptr_t)ofl->ofl_nehdr) > in ld_do_activerelocs()1065 (uintptr_t)ofl->ofl_nehdr)); in ld_do_activerelocs()
1071 if ((((uintptr_t)addr - (uintptr_t)ofl->ofl_nehdr) > in ld_do_activerelocs()1077 if (((uintptr_t)addr - (uintptr_t)ofl->ofl_nehdr) > in ld_do_activerelocs()1088 (uintptr_t)ofl->ofl_nehdr)); in ld_do_activerelocs()
811 Word phnum = ofl->ofl_nehdr->e_phnum; in ld_unwind_populate_hdr()
1357 if ((((uintptr_t)addr - (uintptr_t)ofl->ofl_nehdr) > in ld_do_activerelocs()1363 if (((uintptr_t)addr - (uintptr_t)ofl->ofl_nehdr) > in ld_do_activerelocs()1374 (uintptr_t)ofl->ofl_nehdr)); in ld_do_activerelocs()
2941 Ehdr *ehdr = ofl->ofl_nehdr; in update_oehdr()3614 Ehdr *ehdr = ofl->ofl_nehdr; in ld_update_outfile()4283 ofl->ofl_nehdr->e_shstrndx = in ld_update_outfile()4304 ofl->ofl_nehdr->e_shstrndx = SHN_XINDEX; in ld_update_outfile()
310 ehdr = ofl->ofl_nehdr; in elf_obj_fini()
499 (void) write(fd, ofl->ofl_nehdr, ofl->ofl_size); in Dbg_file_output()
252 Ehdr *ofl_nehdr; /* header describing this file */ member