Searched defs:kobj_read_file (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj_stubs.c79 kobj_read_file(struct _buf *file, char *buf, unsigned size, unsigned off) function
H A Dkobj.c598 if (kobj_read_file(file, (char *)&ehdr, sizeof (ehdr), 0) < 0) {
613 if (kobj_read_file(file, phdrbase, n, ehdr.e_phoff) < 0) {
1240 if (kobj_read_file(file, (char *)&mp->hdr,
1245 if (kobj_read_file(file, mp->shdrs, n,
1797 if (kobj_read_file(file, dyndata, dshp->sh_size, dshp->sh_offset) < 0) {
1806 if (kobj_read_file(file, dstrdata, dstrp->sh_size,
1900 if (kobj_read_file(file, (char *)&mp->hdr, sizeof (mp->hdr), 0) < 0) {
1960 if (kobj_read_file(file, mp->shdrs, n, mp->hdr.e_shoff) < 0) {
2411 if (kobj_read_file(file, (char *)bits_ptr,
2506 if (kobj_read_file(fil
3812 kobj_read_file(struct _buf *file, char *buf, uint_t size, uint_t off) function
[all...]
/illumos-gate/usr/src/lib/libzpool/common/
H A Dkernel.c763 kobj_read_file(struct _buf *file, char *buf, unsigned size, unsigned off) function

Completed in 68 milliseconds