Home
last modified time | relevance | path

Searched refs:elf_newphdr (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/cmd/sgs/libelf/common/
H A Dnewphdr.c50 #define elf_newphdr elf64_newphdr macro
58 #define elf_newphdr elf32_newphdr macro
67 elf_newphdr(Elf * elf, size_t count) in elf_newphdr() function
/titanic_41/usr/src/cmd/sgs/include/
H A D_machelf.h70 #define elf_newphdr elf64_newphdr macro
96 #define elf_newphdr elf32_newphdr macro
/titanic_41/usr/src/cmd/sgs/librtld/common/
H A Dlibrtld.msg75 @ MSG_ELF_NEWPHDR "%s: elf_newphdr"
H A Ddldump.c551 if ((ophdr = elf_newphdr(oelf, iehdr->e_phnum)) == NULL) { in rt_dldump()
/titanic_41/usr/src/cmd/sgs/libld/common/
H A Doutfile.c736 if ((ofl->ofl_phdr = elf_newphdr(ofl->ofl_welf, in ld_create_outfile()
H A Dlibld.msg668 @ MSG_ELF_NEWPHDR "file %s: elf_newphdr"