Home
last modified time | relevance | path

Searched refs:ofl_nehdr (Results 1 – 9 of 9) sorted by relevance

/titanic_50/usr/src/cmd/sgs/libld/common/
H A Doutfile.c420 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()
H A Dmachrel.intel.c1048 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()
H A Dmachrel.amd.c1071 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()
H A Dunwind.c811 Word phnum = ofl->ofl_nehdr->e_phnum; in ld_unwind_populate_hdr()
H A Dmachrel.sparc.c1357 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()
H A Dupdate.c2941 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()
/titanic_50/usr/src/cmd/sgs/rtld/common/
H A Dobject.c310 ehdr = ofl->ofl_nehdr; in elf_obj_fini()
/titanic_50/usr/src/cmd/sgs/liblddbg/common/
H A Dfiles.c499 (void) write(fd, ofl->ofl_nehdr, ofl->ofl_size); in Dbg_file_output()
/titanic_50/usr/src/cmd/sgs/include/
H A Dlibld.h252 Ehdr *ofl_nehdr; /* header describing this file */ member