HomeSort by: relevance | last modified time | path
    Searched defs:elf_file (Results 1 - 2 of 2) sorted by relevancy

  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_link.c 86 (lseek64(fd, (off64_t)elf_file.shdr[(index)].sh_offset, SEEK_SET) != \
87 (off64_t)elf_file.shdr[(index)].sh_offset || \
88 dt_write(dtp, fd, (data), elf_file.shdr[(index)].sh_size) != \
89 elf_file.shdr[(index)].sh_size)
518 } elf_file; local
536 bzero(&elf_file, sizeof (elf_file));
538 elf_file.ehdr.e_ident[EI_MAG0] = ELFMAG0;
539 elf_file.ehdr.e_ident[EI_MAG1] = ELFMAG1;
540 elf_file.ehdr.e_ident[EI_MAG2] = ELFMAG2
667 } elf_file; local
    [all...]
dt_link.c 86 (lseek64(fd, (off64_t)elf_file.shdr[(index)].sh_offset, SEEK_SET) != \
87 (off64_t)elf_file.shdr[(index)].sh_offset || \
88 dt_write(dtp, fd, (data), elf_file.shdr[(index)].sh_size) != \
89 elf_file.shdr[(index)].sh_size)
518 } elf_file; local
536 bzero(&elf_file, sizeof (elf_file));
538 elf_file.ehdr.e_ident[EI_MAG0] = ELFMAG0;
539 elf_file.ehdr.e_ident[EI_MAG1] = ELFMAG1;
540 elf_file.ehdr.e_ident[EI_MAG2] = ELFMAG2
667 } elf_file; local
    [all...]

Completed in 65 milliseconds