Searched refs:a_syms (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/stand/i386/isoboot/
H A Disoboot.c367 memcpy(p, &hdr.ex.a_syms, sizeof(hdr.ex.a_syms));
368 p += sizeof(hdr.ex.a_syms);
369 if (hdr.ex.a_syms) {
370 if (xfsread(ino, p, hdr.ex.a_syms))
372 p += hdr.ex.a_syms;
/freebsd-13-stable/sys/sys/
H A Dimgact_aout.h105 #define N_STROFF(ex) (N_SYMOFF(ex) + le32toh((ex).a_syms))
118 uint32_t a_syms; /* symbol table size */ member in struct:exec
/freebsd-13-stable/stand/i386/zfsboot/
H A Dzfsboot.c386 memcpy(p, &hdr.ex.a_syms, sizeof(hdr.ex.a_syms));
387 p += sizeof(hdr.ex.a_syms);
388 if (hdr.ex.a_syms) {
389 size = hdr.ex.a_syms;
390 if (read(fd, p, hdr.ex.a_syms) != size) {
394 p += hdr.ex.a_syms;
/freebsd-13-stable/stand/i386/gptboot/
H A Dgptboot.c428 memcpy(p, &hdr.ex.a_syms, sizeof(hdr.ex.a_syms));
429 p += sizeof(hdr.ex.a_syms);
430 if (hdr.ex.a_syms) {
431 if (xfsread(ino, p, hdr.ex.a_syms))
433 p += hdr.ex.a_syms;

Completed in 63 milliseconds