Searched refs:st_value (Results 1 - 25 of 101) sorted by relevance

12345

/freebsd-11.0-release/cddl/contrib/opensolaris/tools/ctf/common/
H A Dsymbol.c59 sym->st_value == 0)
/freebsd-11.0-release/contrib/libexecinfo/
H A Dsymtab.c55 uintptr_t st_value; member in struct:symbol
69 return (int)(intmax_t)(sa->st_value - sb->st_value);
138 s->st_value = sym.st_value;
174 if (s[mid].st_value < me)
176 else if (s[mid].st_value > me)
187 sd = me - s[mid].st_value;
189 dli->dli_saddr = (void *)s[mid].st_value;
/freebsd-11.0-release/cddl/contrib/opensolaris/lib/libdtrace/powerpc/
H A Ddt_isadep.c46 ftp->ftps_pc = (uintptr_t)symp->st_value;
75 if (Pread(P, text, symp->st_size, symp->st_value) != symp->st_size) {
88 ftp->ftps_pc = symp->st_value;
106 temp += symp->st_value + i * 4;
114 if (temp >= symp->st_value &&
115 temp <= (symp->st_value + symp->st_size))
144 ftp->ftps_pc = (uintptr_t)symp->st_value;
166 ftp->ftps_pc = (uintptr_t)symp->st_value;
/freebsd-11.0-release/cddl/contrib/opensolaris/lib/libdtrace/arm/
H A Ddt_isadep.c66 ftp->ftps_pc = (uintptr_t)symp->st_value;
97 if (Pread(P, text, symp->st_size, symp->st_value) != symp->st_size) {
110 ftp->ftps_pc = symp->st_value;
137 ftp->ftps_pc = (uintptr_t)symp->st_value;
159 ftp->ftps_pc = (uintptr_t)symp->st_value;
/freebsd-11.0-release/lib/librtld_db/
H A Drtld_db.c242 DPRINTF("found r_debug_state at 0x%lx\n", (unsigned long)sym.st_value);
243 rdap->rda_preinit_addr = sym.st_value;
244 rdap->rda_dlactivity_addr = sym.st_value;
250 (unsigned long)sym.st_value);
251 rdap->rda_postinit_addr = sym.st_value;
/freebsd-11.0-release/cddl/contrib/opensolaris/lib/libdtrace/i386/
H A Ddt_isadep.c71 ftp->ftps_pc = (uintptr_t)symp->st_value;
109 size = dt_instr_size(&text[i], dtp, pid, symp->st_value + i,
168 if (Pread(P, text, symp->st_size, symp->st_value) != symp->st_size) {
175 ftp->ftps_pc = (uintptr_t)symp->st_value;
195 symp->st_value + i, dmodel);
228 symp->st_value + i, dmodel);
298 ftp->ftps_pc = (uintptr_t)symp->st_value;
325 if (Pread(P, text, symp->st_size, symp->st_value) !=
359 symp->st_value + i, dmodel);
404 ftp->ftps_pc = (uintptr_t)symp->st_value;
[all...]
/freebsd-11.0-release/cddl/contrib/opensolaris/lib/libdtrace/aarch64/
H A Ddt_isadep.c52 ftp->ftps_pc = (uintptr_t)symp->st_value;
86 ftp->ftps_pc = (uintptr_t)symp->st_value;
108 ftp->ftps_pc = (uintptr_t)symp->st_value;
/freebsd-11.0-release/cddl/contrib/opensolaris/lib/libdtrace/riscv/
H A Ddt_isadep.c52 ftp->ftps_pc = (uintptr_t)symp->st_value;
86 ftp->ftps_pc = (uintptr_t)symp->st_value;
108 ftp->ftps_pc = (uintptr_t)symp->st_value;
/freebsd-11.0-release/libexec/rtld-elf/sparc64/
H A Drtld_machdep.h48 ((defobj)->relocbase + (def)->st_value)
/freebsd-11.0-release/contrib/binutils/include/elf/
H A Dexternal.h130 unsigned char st_value[4]; /* Value of the symbol */ member in struct:__anon507
142 unsigned char st_value[8]; /* Value of the symbol */ member in struct:__anon508
/freebsd-11.0-release/cddl/contrib/opensolaris/lib/libdtrace/sparc/
H A Ddt_isadep.c57 ftp->ftps_pc = (uintptr_t)symp->st_value;
85 if (Pread(P, text, symp->st_size, symp->st_value) != symp->st_size) {
98 ftp->ftps_pc = symp->st_value;
112 instr.ftiq_pc = symp->st_value + i * 4;
285 ftp->ftps_pc = (uintptr_t)symp->st_value;
307 ftp->ftps_pc = (uintptr_t)symp->st_value;
/freebsd-11.0-release/libexec/rtld-elf/riscv/
H A Dreloc.c71 gp = req.sym_out->st_value;
139 srcaddr = (const void *)(defobj->relocbase + srcsym->st_value);
193 *where = (Elf_Addr)(defobj->relocbase + def->st_value);
281 *where = (Elf_Addr)(defobj->relocbase + def->st_value +
327 *where += (Elf_Addr)(def->st_value + rela->r_addend
353 *where = (def->st_value + rela->r_addend +
/freebsd-11.0-release/libexec/rtld-elf/amd64/
H A Dreloc.c104 srcaddr = (const void *) (defobj->relocbase + srcsym->st_value);
201 def->st_value;
261 *where = (Elf_Addr)(def->st_value - defobj->tlsoffset +
281 *where32 = (Elf32_Addr)(def->st_value -
288 *where += (Elf_Addr)(def->st_value + rela->r_addend);
291 *where32 += (Elf32_Addr)(def->st_value +
372 target = (Elf_Addr)(defobj->relocbase + def->st_value + rela->r_addend);
H A Drtld_machdep.h56 ((defobj)->relocbase + (def)->st_value)
/freebsd-11.0-release/sys/ddb/
H A Ddb_main.c115 if (off < sym->st_value)
121 if ((off - sym->st_value) > diff)
123 if ((off - sym->st_value) < diff) {
124 diff = off - sym->st_value;
172 *valp = (db_expr_t)((const Elf_Sym *)sym)->st_value;
/freebsd-11.0-release/contrib/elftoolchain/libelf/
H A Dgelf_sym.c84 dst->st_value = (Elf64_Addr) sym32->st_value;
150 LIBELF_COPY_U32(sym32, gs, st_value);
/freebsd-11.0-release/lib/libproc/tests/
H A Dproc_test.c128 ATF_CHECK_EQ_MSG(addr, sym->st_value,
130 addr, (uintmax_t)sym->st_value);
283 set_bkpt(phdl, r_debug_state_sym.st_value, &saved);
286 remove_bkpt(phdl, r_debug_state_sym.st_value, saved);
288 set_bkpt(phdl, main_sym.st_value, &saved);
291 remove_bkpt(phdl, main_sym.st_value, saved);
/freebsd-11.0-release/contrib/binutils/gas/config/
H A Dobj-elf.h115 (elf_symbol (symbol_get_bfdsym (S))->internal_elf_sym.st_value)
119 (elf_symbol (symbol_get_bfdsym (S))->internal_elf_sym.st_value = (V))
/freebsd-11.0-release/libexec/rtld-elf/
H A Ddebug.c40 " symbol name r_info r_offset st_value st_size address value\n"
118 (u_long)sym->st_value, (int)sym->st_size,
140 (u_long)sym->st_value, (int)sym->st_size,
/freebsd-11.0-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_module.c112 if (sym->st_value != 0 &&
117 sym->st_value += (Elf_Addr) dmp->dm_reloc_offset;
120 sym->st_value +=
162 if (sym->st_value != 0 &&
166 sym->st_value += (Elf_Addr) dmp->dm_reloc_offset;
169 sym->st_value +=
191 if (lhs->st_value != rhs->st_value)
192 return (lhs->st_value > rhs->st_value
[all...]
/freebsd-11.0-release/libexec/rtld-elf/aarch64/
H A Drtld_machdep.h56 ((defobj)->relocbase + (def)->st_value)
/freebsd-11.0-release/libexec/rtld-elf/arm/
H A Drtld_machdep.h46 ((defobj)->relocbase + (def)->st_value)
/freebsd-11.0-release/libexec/rtld-elf/i386/
H A Drtld_machdep.h56 ((defobj)->relocbase + (def)->st_value)
/freebsd-11.0-release/libexec/rtld-elf/mips/
H A Drtld_machdep.h47 ((defobj)->relocbase + (def)->st_value)
/freebsd-11.0-release/libexec/rtld-elf/powerpc/
H A Drtld_machdep.h46 ((defobj)->relocbase + (def)->st_value)

Completed in 286 milliseconds

12345