Searched refs:ssym (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/elftoolchain/libelf/ |
H A D | gelf_mips64el.c | 51 uint8_t ssym, type3, type2, type; in _libelf_mips64el_r_info_tof() local 53 ssym = r_info >> 24; in _libelf_mips64el_r_info_tof() 58 new_info |= (Elf64_Xword)ssym << 32; in _libelf_mips64el_r_info_tof() 69 uint8_t ssym, type3, type2, type; in _libelf_mips64el_r_info_tom() local 71 ssym = r_info >> 32; in _libelf_mips64el_r_info_tom() 76 new_info |= (Elf64_Xword)ssym << 24; in _libelf_mips64el_r_info_tom()
|
/freebsd/stand/userboot/userboot/ |
H A D | bootinfo32.c | 62 vm_offset_t ssym, esym; in bi_load32() local 136 ssym = esym = 0; in bi_load32() 139 ssym = *((vm_offset_t *)&(md->md_data)); in bi_load32() 143 if (ssym == 0 || esym == 0) in bi_load32() 144 ssym = esym = 0; /* sanity */ in bi_load32() 158 bi.bi_symtab = ssym; /* XXX this is only the primary kernel symtab */ in bi_load32()
|
/freebsd/stand/i386/libi386/ |
H A D | bootinfo32.c | 63 vm_offset_t ssym, esym; in bi_load32() local 158 ssym = esym = 0; in bi_load32() 161 ssym = *((vm_offset_t *)&(md->md_data)); in bi_load32() 165 if (ssym == 0 || esym == 0) in bi_load32() 166 ssym = esym = 0; /* sanity */ in bi_load32() 180 bi->bi_symtab = ssym; /* XXX this is only the primary kernel symtab */ in bi_load32()
|
/freebsd/stand/common/ |
H A D | load_elf.c | 542 Elf_Addr ssym, esym; local 778 ssym = lastaddr; 811 lastaddr = ssym; 812 ssym = 0; 821 lastaddr = ssym; 822 ssym = 0; 837 file_addmetadata(fp, MODINFOMD_SSYM, sizeof(ssym), &ssym);
|
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/ |
H A D | output.c | 366 GElf_Sym ssym; in sort_iidescs() local 407 &ssym, &smatch.iim_file)) { in sort_iidescs() 413 smatch.iim_name = (char *)strdata->d_buf + ssym.st_name; in sort_iidescs() 414 smatch.iim_bind = GELF_ST_BIND(ssym.st_info); in sort_iidescs()
|
/freebsd/sys/kern/ |
H A D | link_elf.c | 533 caddr_t ssym, esym, base; in link_elf_preload_parse_symbols() local 545 ssym = *(caddr_t *)pointer; in link_elf_preload_parse_symbols() 552 base = ssym; in link_elf_preload_parse_symbols() 559 if (base > esym || base < ssym) { in link_elf_preload_parse_symbols() 569 if (base > esym || base < ssym) { in link_elf_preload_parse_symbols()
|