Home
last modified time | relevance | path

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

/illumos-gate/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.amd.c445 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()
H A Dmachrel.intel.c365 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()
H A Dmachrel.sparc.c794 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()
H A Dunwind.c811 Word phnum = ofl->ofl_nehdr->e_phnum; in ld_unwind_populate_hdr()
H A Dupdate.c3020 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()
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dobject.c308 ehdr = ofl->ofl_nehdr; in elf_obj_fini()
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dfiles.c486 (void) write(fd, ofl->ofl_nehdr, ofl->ofl_size); in Dbg_file_output()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h254 Ehdr *ofl_nehdr; /* header describing this file */ member