Searched defs:symdef (Results 1 - 5 of 5) sorted by relevance
| /illumos-gate/usr/src/cmd/sgs/rtld/sparc/ |
| H A D | common_sparc.c | 96 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 D | sparc_elf.c | 208 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/sgs/rtld/amd64/ |
| H A D | amd64_elf.c | 122 * 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 D | i386_elf.c | 102 * 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 D | sparc_elf.c | 277 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...] |
Completed in 51 milliseconds