Lines Matching defs:st_value
582 es->st_value += (Elf_Addr)ef->progtab[pb].addr;
1160 es->st_value += (Elf_Addr)ef->progtab[pb].addr;
1523 val = (caddr_t)es->st_value;
1528 val = (caddr_t)es->st_value;
1560 u_long st_value;
1568 st_value = es->st_value;
1569 if (off >= st_value) {
1570 if (off - st_value < diff) {
1571 diff = off - st_value;
1575 } else if (off - st_value == diff) {
1630 if (symp->st_value != 0 &&
1652 if (symp->st_value != 0 &&
1676 sym->st_value = 0;
1706 res1 = (Elf_Addr)sym->st_value;
1744 sym->st_value = res1;
1748 sym->st_value = 0;
1799 sym->st_value = start ? startp : stopp;