Home
last modified time | relevance | path

Searched refs:elf_newehdr (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/cmd/sgs/libelf/common/
H A Dnewehdr.c50 #define elf_newehdr elf64_newehdr macro
57 #define elf_newehdr elf32_newehdr macro
64 elf_newehdr(Elf * elf) in elf_newehdr() function
/titanic_41/usr/src/cmd/sgs/include/
H A D_machelf.h69 #define elf_newehdr elf64_newehdr macro
95 #define elf_newehdr elf32_newehdr macro
/titanic_41/usr/src/cmd/sgs/librtld/common/
H A Dlibrtld.msg74 @ MSG_ELF_NEWEHDR "%s: elf_newehdr"
H A Ddldump.c534 if ((oehdr = elf_newehdr(oelf)) == NULL) { in rt_dldump()
/titanic_41/usr/src/cmd/sgs/elfwrap/common/
H A Delfwrap.msg54 @ MSG_ELF_NEWEHDR "%s: elf_newehdr failed: %s\n"
H A Delfwrap.c265 if ((ehdr = elf_newehdr(oelf)) == NULL) { in output()
/titanic_41/usr/src/cmd/sgs/libld/common/
H A Doutfile.c420 if ((ofl->ofl_nehdr = elf_newehdr(ofl->ofl_welf)) == NULL) { in ld_create_outfile()
H A Dlibld.msg666 @ MSG_ELF_NEWEHDR "file %s: elf_newehdr"