Searched refs:syms (Results 1 - 6 of 6) sorted by relevance

/seL4-refos-master/libs/libmuslc/src/internal/
H A Dvdso.c61 Sym *syms = 0; local
70 case DT_SYMTAB: syms = p; break;
77 if (!strings || !syms || !hashtab) return 0;
81 if (!(1<<(syms[i].st_info&0xf) & OK_TYPES)) continue;
82 if (!(1<<(syms[i].st_info>>4) & OK_BINDS)) continue;
83 if (!syms[i].st_shndx) continue;
84 if (strcmp(name, strings+syms[i].st_name)) continue;
87 return (void *)(base + syms[i].st_value);
/seL4-refos-master/libs/libmuslc/ldso/
H A Ddlstart.c79 const Sym *syms = (void *)dyn[DT_SYMTAB]; local
84 if (!IS_RELATIVE(rel[1], syms)) continue;
91 + syms[R_SYM(rel[1])].st_value;
94 size_t val = syms[R_SYM(rel[1])].st_value;
H A Ddynlink.c56 Sym *syms; member in struct:dso
208 Sym *syms = dso->syms; local
213 && (!strcmp(s, strings+syms[i].st_name)))
214 return syms+i;
232 && !strcmp(s, dso->strings + dso->syms[i].st_name))
233 return dso->syms+i;
304 Sym *syms = dso->syms; local
326 if (skip_relative && IS_RELATIVE(rel[1], dso->syms)) continu
[all...]
/seL4-refos-master/kernel/include/arch/x86/arch/kernel/
H A Dmultiboot.h45 uint32_t syms[4]; member in struct:multiboot_info::multiboot_part2
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dmakemon.c1658 static NEARDATA char syms[] = { variable
1746 s_sym = syms[rn2((int)sizeof(syms)-2) + 2];
1750 s_sym = syms[rn2((int)sizeof(syms))];
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dmakemon.c1658 static NEARDATA char syms[] = { variable
1746 s_sym = syms[rn2((int)sizeof(syms)-2) + 2];
1750 s_sym = syms[rn2((int)sizeof(syms))];

Completed in 45 milliseconds