HomeSort by relevance Sort by last modified time
    Searched refs:elf_newehdr (Results 1 - 5 of 5) sorted by null

  /onnv/onnv-gate/usr/src/cmd/sgs/libelf/common/
newehdr.c 50 #define elf_newehdr elf64_newehdr macro
57 #define elf_newehdr elf32_newehdr macro
64 elf_newehdr(Elf * elf) function
  /onnv/onnv-gate/usr/src/cmd/sgs/include/
_machelf.h 68 #define elf_newehdr elf64_newehdr macro
91 #define elf_newehdr elf32_newehdr macro
  /onnv/onnv-gate/usr/src/cmd/sgs/elfwrap/common/
elfwrap.c 265 if ((ehdr = elf_newehdr(oelf)) == NULL) {
  /onnv/onnv-gate/usr/src/cmd/sgs/librtld/common/
dldump.c 521 if ((oehdr = elf_newehdr(oelf)) == NULL) {
  /onnv/onnv-gate/usr/src/cmd/sgs/libld/common/
outfile.c 419 if ((ofl->ofl_nehdr = elf_newehdr(ofl->ofl_welf)) == NULL) {

Completed in 120 milliseconds