Searched refs:symdef (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/lorder/
H A Dlorder.sh37 trap "rm -f $TDIR/$$symdef $TDIR/$$symref $TDIR/$$tmp; exit" 1 2 13 15
83 # symbol definition (symdef) file, otherwise it was referenced
110 w '$TDIR/$$symdef'
124 rm -f $TDIR/$$symdef $TDIR/$$symref $TDIR/$$tmp
127 sort $TDIR/$$symdef -o $TDIR/$$symdef
129 join $TDIR/$$symref $TDIR/$$symdef | sed 's/[^ ]* *//'
130 rm -f $TDIR/$$symdef $TDIR/$$symref $TDIR/$$tmp
/illumos-gate/usr/src/cmd/sgs/rtld/sparc/
H A Dcommon_sparc.c96 Sym *symdef; local
116 symdef = (Sym *)((unsigned long)SYMTAB(lmp) +
123 if (rp->rl_sym == symdef) {
131 sym2 = (STRTAB(lmp) + symdef->st_name);
133 if (check_regsyms(rp->rl_sym, sym1, symdef, sym2) == 0)
145 conv_sym_SPARC_value(symdef->st_value,
151 conv_sym_SPARC_value(symdef->st_value,
160 rp->rl_sym = symdef;
H A Dsparc_elf.c208 sizeof (Sym); /* symdef */
235 * Sym symdef
541 Sym *symref, *psymref, *symdef, *psymdef; local
803 symdef = psymdef;
816 symdef, dsymndx, value,
835 symdef = NULL;
841 symdef = sr.sr_sym;
851 if (symdef == 0) {
892 value = symdef->st_size;
894 value = symdef
[all...]
/illumos-gate/usr/src/cmd/boot/
H A DMakefile39 symdef
50 symdef
/illumos-gate/usr/src/cmd/boot/symdef/
H A DMakefile26 BOOTPROG= symdef
/illumos-gate/usr/src/cmd/sgs/rtld/amd64/
H A Damd64_elf.c122 * Sym symdef
389 Sym *symref, *psymref, *symdef, *psymdef; local
459 symdef = sr.sr_sym;
460 _pltbgn = symdef->st_value;
462 (symdef->st_shndx != SHN_ABS))
673 symdef = psymdef;
686 symdef, dsymndx, value,
705 symdef = NULL;
711 symdef = sr.sr_sym;
721 if (symdef
[all...]
/illumos-gate/usr/src/cmd/sgs/rtld/i386/
H A Di386_elf.c102 * Sym symdef
367 Sym *symref, *psymref, *symdef, *psymdef; local
437 symdef = sr.sr_sym;
438 _pltbgn = symdef->st_value;
440 (symdef->st_shndx != SHN_ABS))
649 symdef = psymdef;
662 symdef, dsymndx, value,
681 symdef = NULL;
687 symdef = sr.sr_sym;
697 if (symdef
920 Sym *symref, *symdef; local
[all...]
/illumos-gate/usr/src/cmd/sgs/rtld/sparcv9/
H A Dsparc_elf.c277 sizeof (Sym); /* symdef */
321 * Sym symdef (Elf64_Sym = 24-bytes)
748 Sym *symref, *psymref, *symdef, *psymdef; local
1032 symdef = psymdef;
1045 symdef, dsymndx, value,
1064 symdef = NULL;
1070 symdef = sr.sr_sym;
1080 if (symdef == 0) {
1121 value = symdef->st_size;
1123 value = symdef
[all...]
/illumos-gate/usr/src/cmd/boot/scripts/
H A Dcreate_ramdisk.ksh137 if [ ! -x "$ALT_ROOT"/boot/solaris/bin/symdef ]; then

Completed in 111 milliseconds