Searched refs:symp (Results 1 - 19 of 19) sorted by relevance

/macosx-10.9.5/dtrace-118.1/libdtrace/
H A Ddt_isadep_x86.c66 fasttrap_probe_spec_t *ftp, const GElf_Sym *symp)
70 ftp->ftps_pc = symp->st_value; // Keep st_value as uint64_t
72 ftp->ftps_pc = (uintptr_t)symp->st_value;
74 ftp->ftps_size = (size_t)symp->st_size;
89 uint8_t *text, fasttrap_probe_spec_t *ftp, const GElf_Sym *symp)
102 size = dt_instr_size(&text[i], dtp, pid, symp->st_value + i,
133 fasttrap_probe_spec_t *ftp, const GElf_Sym *symp, uint64_t *stret)
145 if ((text = calloc(1, symp->st_size + 4)) == NULL) {
150 if (Pread(P, text, symp->st_size, symp
65 dt_pid_create_entry_probe(struct ps_prochandle *P, dtrace_hdl_t *dtp, fasttrap_probe_spec_t *ftp, const GElf_Sym *symp) argument
88 dt_pid_has_jump_table(struct ps_prochandle *P, dtrace_hdl_t *dtp, uint8_t *text, fasttrap_probe_spec_t *ftp, const GElf_Sym *symp) argument
132 dt_pid_create_return_probe(struct ps_prochandle *P, dtrace_hdl_t *dtp, fasttrap_probe_spec_t *ftp, const GElf_Sym *symp, uint64_t *stret) argument
280 dt_pid_create_offset_probe(struct ps_prochandle *P, dtrace_hdl_t *dtp, fasttrap_probe_spec_t *ftp, const GElf_Sym *symp, ulong_t off) argument
366 dt_pid_create_glob_offset_probes(struct ps_prochandle *P, dtrace_hdl_t *dtp, fasttrap_probe_spec_t *ftp, const GElf_Sym *symp, const char *pattern) argument
[all...]
H A Ddt_module_apple.c191 GElf_Sym *symp,
200 if (symp != NULL) {
207 symp->st_info = GELF_ST_INFO((STB_GLOBAL), (STT_FUNC));
208 symp->st_other = 0;
209 symp->st_shndx = SHN_MACHO;
210 symp->st_value = addressRange.location;
211 symp->st_size = addressRange.length;
225 symp->st_name = (uintptr_t)aux_sym_name_buffer;
235 symp->st_name = (uintptr_t)mangledName;
237 symp
187 dtrace_lookup_by_addr(dtrace_hdl_t *dtp, GElf_Addr addr, char *aux_sym_name_buffer, size_t aux_bufsize, GElf_Sym *symp, dtrace_syminfo_t *sip) argument
[all...]
H A Ddt_module.c295 GElf_Sym *symp, uint_t *idp)
316 return (dt_module_symgelf32(sym, symp));
325 GElf_Sym *symp, uint_t *idp)
346 return (dt_module_symgelf64(sym, symp));
355 GElf_Sym *symp, uint_t *idp)
389 return (dt_module_symgelf32(sym, symp));
397 GElf_Sym *symp, uint_t *idp)
431 return (dt_module_symgelf64(sym, symp));
558 GElf_Sym *symp, uint_t *idp)
584 symp
294 dt_module_symname32(dt_module_t *dmp, const char *name, GElf_Sym *symp, uint_t *idp) argument
324 dt_module_symname64(dt_module_t *dmp, const char *name, GElf_Sym *symp, uint_t *idp) argument
354 dt_module_symaddr32(dt_module_t *dmp, GElf_Addr addr, GElf_Sym *symp, uint_t *idp) argument
396 dt_module_symaddr64(dt_module_t *dmp, GElf_Addr addr, GElf_Sym *symp, uint_t *idp) argument
557 dt_module_symname_macho(dt_module_t *dmp, const char *name, GElf_Sym *symp, uint_t *idp) argument
621 dt_module_symaddr_macho(dt_module_t *dmp, GElf_Addr addr, GElf_Sym *symp, uint_t *idp) argument
787 dt_module_symname_macho_64(dt_module_t *dmp, const char *name, GElf_Sym *symp, uint_t *idp) argument
851 dt_module_symaddr_macho_64(dt_module_t *dmp, GElf_Addr addr, GElf_Sym *symp, uint_t *idp) argument
1611 dtrace_lookup_by_name(dtrace_hdl_t *dtp, const char *object, const char *name, GElf_Sym *symp, dtrace_syminfo_t *sip) argument
1694 dtrace_lookup_by_addr(dtrace_hdl_t *dtp, GElf_Addr addr, GElf_Sym *symp, dtrace_syminfo_t *sip) argument
1820 dtrace_symbol_type(dtrace_hdl_t *dtp, const GElf_Sym *symp, const dtrace_syminfo_t *sip, dtrace_typeinfo_t *tip) argument
[all...]
H A Ddt_pid.c114 dt_pid_per_sym(dt_pid_probe_t *pp, const GElf_Sym *symp, const char *func) argument
134 (symp->st_size - 1) * sizeof (ftp->ftps_offs[0]));
157 if (dt_pid_create_return_probe(pp->dpp_pr, dtp, ftp, symp,
169 if (dt_pid_create_entry_probe(pp->dpp_pr, dtp, ftp, symp) < 0) {
187 if (off >= symp->st_size) {
194 symp, off);
213 pp->dpp_dtp, ftp, symp, pp->dpp_name) < 0) {
231 dt_pid_sym_filt(void *arg, const GElf_Sym *symp, const char *func) argument
235 if (symp->st_shndx == SHN_UNDEF)
238 if (symp
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/liblunicode/ure/
H A Dure.c719 _ure_cclass(ucs2_t *cp, unsigned long limit, _ure_symtab_t *symp, argument
733 symp->type = _URE_NCCLASS;
736 symp->type = _URE_CCLASS;
778 sp += _ure_prop_list(sp, ep - sp, &symp->props, b);
786 symp->props = ~symp->props;
804 if ((n = _ure_posix_ccl(sp, ep - sp, symp, b)) == 0)
812 cclp = &symp->sym.ccl;
910 _ure_compile_symbol(ucs2_t *sym, unsigned long limit, _ure_symtab_t *symp, argument
935 symp
[all...]
/macosx-10.9.5/dtrace-118.1/libctf/
H A Dctf_lookup.c230 const Elf32_Sym *symp = (Elf32_Sym *)sp->cts_data + symidx; local
231 if (ELF32_ST_TYPE(symp->st_info) != STT_OBJECT)
234 const Elf64_Sym *symp = (Elf64_Sym *)sp->cts_data + symidx; local
235 if (ELF64_ST_TYPE(symp->st_info) != STT_OBJECT)
293 const Elf32_Sym *symp = (Elf32_Sym *)sp->cts_data + symidx; local
294 if (ELF32_ST_TYPE(symp->st_info) != STT_FUNC)
297 const Elf64_Sym *symp = (Elf64_Sym *)sp->cts_data + symidx; local
298 if (ELF64_ST_TYPE(symp->st_info) != STT_FUNC)
H A Dctf_open.c219 const uchar_t *symp = sp->cts_data; local
237 for (; xp < xend; xp++, symp += sp->cts_entsize) {
240 gsp = sym_to_gelf_macho(sp, (Elf32_Sym *)(uintptr_t)symp, &sym, (const char *)strp->cts_data);
243 gsp = sym_to_gelf_macho_64(sp, (Elf32_Sym *)(uintptr_t)symp, &sym, (const char *)strp->cts_data);
248 gsp = sym_to_gelf((Elf32_Sym *)(uintptr_t)symp, &sym);
250 gsp = (Elf64_Sym *)(uintptr_t)symp;
/macosx-10.9.5/dtrace-118.1/libproc/
H A Dlibproc.c472 GElf_Sym *symp, /* returned symbol table entry */
502 if (symp) {
505 symp->st_name = 0;
506 symp->st_info = GELF_ST_INFO((STB_GLOBAL), (STT_FUNC));
507 symp->st_other = 0;
508 symp->st_shndx = SHN_MACHO;
509 symp->st_value = addressRange.location;
510 symp->st_size = addressRange.length;
599 //sip->prs_id = (symp == sym1p) ? i1 : i2;
600 //sip->prs_table = (symp
467 Pxlookup_by_name( struct ps_prochandle *P, Lmid_t lmid, const char *oname, const char *sname, GElf_Sym *symp, prsyminfo_t *sip) argument
612 Plookup_by_addr(struct ps_prochandle *P, mach_vm_address_t addr, char *buf, size_t size, GElf_Sym *symp) argument
[all...]
/macosx-10.9.5/emacs-92/emacs/src/
H A Dunexelf.c1208 ElfW(Sym) *symp, *symendp;
1216 symp = (ElfW(Sym) *) (NEW_SECTION_H (n).sh_offset + new_base);
1217 symendp = (ElfW(Sym) *) ((byte *)symp + NEW_SECTION_H (n).sh_size);
1219 for (; symp < symendp; symp ++)
1220 if (strcmp ((char *) (symnames + symp->st_name), "_end") == 0
1221 || strcmp ((char *) (symnames + symp->st_name), "end") == 0
1222 || strcmp ((char *) (symnames + symp->st_name), "_edata") == 0
1223 || strcmp ((char *) (symnames + symp->st_name), "edata") == 0)
1224 memcpy (&symp
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/
H A Dnm.c1055 asymbol **symp;
1059 new_mini = xmalloc ((symcount + synth_count + 1) * sizeof (*symp));
1060 symp = new_mini;
1061 memcpy (symp, minisyms, symcount * sizeof (*symp));
1062 symp += symcount;
1064 *symp++ = synthsyms + i;
1065 *symp = 0;
1048 asymbol **symp; local
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dieee.c990 ieee_symbol_type *symp;
1024 for (symp = IEEE_DATA (abfd)->external_symbols;
1025 symp != (ieee_symbol_type *) NULL;
1026 symp = symp->next)
1028 location[symp->index + ieee->external_symbol_base_offset] = &symp->symbol;
1034 for (symp = IEEE_DATA (abfd)->external_reference;
1035 symp != (ieee_symbol_type *) NULL;
1036 symp
988 ieee_symbol_type *symp; local
[all...]
H A Delf32-spu.c358 Elf_Internal_Sym **symp,
379 if (symp != NULL)
380 *symp = NULL;
412 if (symp != NULL)
413 *symp = sym;
357 get_sym_h(struct elf_link_hash_entry **hp, Elf_Internal_Sym **symp, asection **symsecp, Elf_Internal_Sym **locsymsp, unsigned long r_symndx, bfd *ibfd) argument
H A Dmmo.c2605 const struct mmo_symbol *symp)
2607 const char *name = symp->name;
2657 memcpy (&trie->sym, symp, sizeof *symp);
2604 mmo_internal_add_3_sym(bfd *abfd, struct mmo_symbol_trie *rootp, const struct mmo_symbol *symp) argument
H A Delf.c8959 struct elf_symbol *symp;
9008 symp = symtable1;
9010 ssym < ssymend; ssym++, symp++)
9012 symp->u.ssym = ssym;
9013 symp->name = bfd_elf_string_from_elf_section (bfd1,
9018 symp = symtable2;
9020 ssym < ssymend; ssym++, symp++)
9022 symp->u.ssym = ssym;
9023 symp->name = bfd_elf_string_from_elf_section (bfd2,
8948 struct elf_symbol *symp; local
H A Dcoffcode.h2955 asymbol **symp;
2959 for (symp = abfd->outsymbols, i = 0; i < symcount; symp++, i++)
2963 cf = coff_symbol_from (abfd, *symp);
2970 len = strlen (bfd_asymbol_name (*symp));
2954 asymbol **symp; local
H A Delf64-ppc.c6017 Elf_Internal_Sym **symp,
6039 if (symp != NULL)
6040 *symp = NULL;
6080 if (symp != NULL)
6081 *symp = sym;
6012 get_sym_h(struct elf_link_hash_entry **hp, Elf_Internal_Sym **symp, asection **symsecp, char **tls_maskp, Elf_Internal_Sym **locsymsp, unsigned long r_symndx, bfd *ibfd) argument
/macosx-10.9.5/dtrace-118.1/head/
H A Ddtrace.h546 GElf_Sym *symp,
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dgnus-score.el503 (defun gnus-summary-lower-score (&optional score symp)
510 (gnus-summary-increase-score (- (gnus-score-delta-default score)) symp))
518 (defun gnus-summary-increase-score (&optional score symp)
690 (when (eq symp 'a)
716 (when (eq symp 'a)
H A Dgnus-msg.el782 (defun gnus-summary-cancel-article (&optional n symp)
791 (gnus-post-method (eq ',symp 'a) ,gnus-newsgroup-name)))

Completed in 230 milliseconds