| /vbox/src/libs/zlib-1.2.6/contrib/infback9/ |
| H A D | inftree9.c | 41 unsigned sym; /* index of code symbols */ local 111 for (sym = 0; sym < codes; sym++) 112 count[lens[sym]]++; 140 for (sym = 0; sym < codes; sym++) 141 if (lens[sym] != 0) work[offs[lens[sym]] [all...] |
| H A D | infback9.c | 56 unsigned sym, bits, low, size; local 62 sym = 0; 63 while (sym < 144) state.lens[sym++] = 8; 64 while (sym < 256) state.lens[sym++] = 9; 65 while (sym < 280) state.lens[sym++] = 7; 66 while (sym < 288) state.lens[sym [all...] |
| /vbox/src/libs/zlib-1.2.6/ |
| H A D | inftrees.c | 41 unsigned sym; /* index of code symbols */ local 109 for (sym = 0; sym < codes; sym++) 110 count[lens[sym]]++; 146 for (sym = 0; sym < codes; sym++) 147 if (lens[sym] != 0) work[offs[lens[sym]] [all...] |
| H A D | infback.c | 92 unsigned sym, bits; local 96 sym = 0; 97 while (sym < 144) state->lens[sym++] = 8; 98 while (sym < 256) state->lens[sym++] = 9; 99 while (sym < 280) state->lens[sym++] = 7; 100 while (sym < 288) state->lens[sym [all...] |
| H A D | inflate.c | 270 unsigned sym, bits; local 274 sym = 0; 275 while (sym < 144) state->lens[sym++] = 8; 276 while (sym < 256) state->lens[sym++] = 9; 277 while (sym < 280) state->lens[sym++] = 7; 278 while (sym < 288) state->lens[sym [all...] |
| /vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/ |
| H A D | ctf_open.c | 132 Elf64_Sym sym, *gsp; local 144 gsp = sym_to_gelf((Elf32_Sym *)(uintptr_t)symp, &sym);
|
| /vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/ |
| H A D | dt_pid.c | 250 GElf_Sym sym; local 262 if (Pxlookup_by_name(pp->dpp_pr, pp->dpp_lmid, obj, ".stret1", &sym, 264 pp->dpp_stret[0] = sym.st_value; 268 if (Pxlookup_by_name(pp->dpp_pr, pp->dpp_lmid, obj, ".stret2", &sym, 270 pp->dpp_stret[1] = sym.st_value; 274 if (Pxlookup_by_name(pp->dpp_pr, pp->dpp_lmid, obj, ".stret4", &sym, 276 pp->dpp_stret[2] = sym.st_value; 280 if (Pxlookup_by_name(pp->dpp_pr, pp->dpp_lmid, obj, ".stret8", &sym, 282 pp->dpp_stret[3] = sym.st_value; 306 pp->dpp_func, &sym, NUL 516 GElf_Sym sym; local [all...] |
| H A D | dt_cg.c | 1872 GElf_Sym sym; local 1875 sip->dts_object, sip->dts_name, &sym, NULL) == -1) { 1885 DT_LBL_NONE, dnp->dn_reg, sym.st_value);
|
| H A D | dt_module.c | 93 const Elf32_Sym *sym = dmp->dm_symtab.cts_data; local 99 for (i = 0; i < n; i++, sym++) { 100 const char *name = base + sym->st_name; 101 uchar_t type = ELF32_ST_TYPE(sym->st_info); 106 if (sym->st_name == 0 || sym->st_name >= ss_size) 109 if (sym->st_value != 0 && 110 (ELF32_ST_BIND(sym->st_info) != STB_LOCAL || sym->st_size)) 126 const Elf64_Sym *sym local 219 Elf32_Sym *sym = symtab + dsp->ds_symid; local 243 Elf64_Sym *sym = symtab + dsp->ds_symid; local 289 const Elf32_Sym *sym; local 319 const Elf64_Sym *sym; local 348 const Elf32_Sym *sym; local 390 const Elf64_Sym *sym; local 1044 GElf_Sym sym; local [all...] |
| H A D | dt_proc.c | 335 GElf_Sym sym; local 361 "a.out", "main", &sym, NULL) == 0) { 362 (void) dt_proc_bpcreate(dpr, (uintptr_t)sym.st_value,
|
| H A D | dt_aggregate.c | 265 GElf_Sym sym; local 275 if (Plookup_by_addr(P, *pc, NULL, 0, &sym) == 0) 276 *pc = sym.st_value; 311 GElf_Sym sym; local 314 if (dtrace_lookup_by_addr(dtp, *pc, &sym, NULL) == 0) 315 *pc = sym.st_value;
|
| H A D | dt_link.c | 119 Elf32_Sym *sym; local 183 sym = dep->de_sym; 189 bzero(sym, sizeof (Elf32_Sym)); 190 sym++; 235 sym->st_name = base + dofr[j].dofr_name - 1; 236 sym->st_value = 0; 237 sym->st_size = 0; 238 sym->st_info = ELF32_ST_INFO(STB_GLOBAL, STT_FUNC); 239 sym->st_other = 0; 240 sym 299 Elf64_Sym *sym; local 718 dt_symtab_lookup(Elf_Data *data_sym, int nsym, uintptr_t addr, uint_t shn, GElf_Sym *sym) argument [all...] |
| H A D | dt_subr.c | 922 GElf_Sym sym; local 928 if ((err = dtrace_lookup_by_addr(dtp, addr, &sym, &dts)) == 0) 933 if (err == 0 && addr != sym.st_value) { 935 dts.dts_name, (u_longlong_t)addr - sym.st_value); 963 GElf_Sym sym; local 976 if (Plookup_by_addr(P, addr, name, sizeof (name), &sym) == 0) { 981 if (addr > sym.st_value) { 983 name, (u_longlong_t)(addr - sym.st_value));
|
| H A D | dt_consume.c | 840 GElf_Sym sym; local 880 if (dtrace_lookup_by_addr(dtp, pc, &sym, &dts) == 0) { 881 if (pc > sym.st_value) { 884 pc - sym.st_value); 928 GElf_Sym sym; local 976 name, sizeof (name), &sym) == 0) { 979 if (pc[i] > sym.st_value) { 982 (u_longlong_t)(pc[i] - sym.st_value)); 1077 GElf_Sym sym; local 1081 if (Plookup_by_addr(P, pc, NULL, 0, &sym) 1156 GElf_Sym sym; local [all...] |
| H A D | dt_parser.c | 772 GElf_Sym sym; local 790 sip->dts_name, &sym, NULL) == -1) 793 return (sym.st_size); 1435 GElf_Sym sym; local 1438 dmp->dm_name, dsp->ds_ident, &sym, &dts) == 0; 1440 if (exists && (dtrace_symbol_type(dtp, &sym, &dts, &ott) != 0 || 2585 GElf_Sym sym; local 2675 dtrace_lookup_by_name(dtp, scope, name, &sym, &dts) == 0) { 2690 if (dtrace_symbol_type(dtp, &sym, &dts, &dtt) != 0) {
|
| /vbox/src/libs/xpcom18a4/nsprpub/pr/src/malloc/ |
| H A D | prmem.c | 137 void *sym; local 142 sym = dlsym(h, name); 144 return sym; 155 void *sym; local 157 if (shl_findsym(&h, name, TYPE_DATA, &sym) == -1) 159 return sym; 182 PRBool *sym; local 184 if ((sym = (PRBool *)pr_FindSymbolInProg("nspr_use_zone_allocator")) != NULL) { 185 use_zone_allocator = *sym;
|
| /vbox/src/VBox/Devices/PC/ipxe/src/util/ |
| H A D | elf2efi.c | 470 asymbol *sym = *(rel->sym_ptr_ptr); local 474 if ( bfd_is_abs_section ( sym->section ) ) {
|
| /vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/intel/dtrace/ |
| H A D | fbt.c | 206 Sym *sym = (Sym *)(symhdr->sh_addr + i * symsize); local 209 if (ELF_ST_TYPE(sym->st_info) != STT_FUNC) 217 if (ELF_ST_BIND(sym->st_info) == STB_WEAK) 220 name = str + sym->st_name; 284 instr = (uint8_t *)sym->st_value; 285 limit = (uint8_t *)(sym->st_value + sym->st_size); 382 if (check < sym->st_value) 390 if (ptr >= (uint8_t *)sym->st_value && ptr < limit) { 423 (uintptr_t)(instr - (uint8_t *)sym [all...] |
| /vbox/src/VBox/Additions/common/crOpenGL/ |
| H A D | fakedri_drv.c | 242 GElf_Sym sym; local 280 gelf_getsym(data, i, &sym); 282 elf_strptr(elf, shdr.sh_link, sym.st_name)) == 0) && 283 (sym.st_value == (dlip->dli_saddr - dlip->dli_fbase))) { 293 desym.st_name = sym.st_name; 294 desym.st_info = sym.st_info; 295 desym.st_other = sym.st_other; 296 desym.st_shndx = sym.st_shndx; 297 desym.st_value = sym.st_value; 298 desym.st_size = sym 314 DRI_ELFSYM* sym=0; local [all...] |
| /vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/ |
| H A D | xkbstr.h | 372 KeySym sym; member in struct:_XkbSymInterpretRec
|
| /vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/ |
| H A D | xkbstr.h | 372 KeySym sym; member in struct:_XkbSymInterpretRec
|
| /vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/ |
| H A D | xkbstr.h | 348 KeySym sym; member in struct:_XkbSymInterpretRec
|
| /vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/ |
| H A D | xkbstr.h | 344 KeySym sym; member in struct:_XkbSymInterpretRec
|
| /vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/ |
| H A D | xkbstr.h | 365 KeySym sym; member in struct:_XkbSymInterpretRec
|
| /vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/ |
| H A D | xkbstr.h | 365 KeySym sym; member in struct:_XkbSymInterpretRec
|