Searched refs:aux (Results 1 - 17 of 17) sorted by relevance

/seL4-refos-master/libs/libmuslc/src/thread/sh/
H A D__set_thread_area.c21 size_t *aux; local
26 for (aux=libc.auxv; *aux; aux+=2) {
27 if (*aux != AT_PLATFORM) continue;
28 const char *s = (void *)aux[1];
/seL4-refos-master/libs/libmuslc/src/env/
H A D__libc_start_main.c24 size_t i, *auxv, aux[AUX_CNT] = { 0 }; local
28 for (i=0; auxv[i]; i+=2) if (auxv[i]<AUX_CNT) aux[auxv[i]] = auxv[i+1];
29 __hwcap = aux[AT_HWCAP];
30 __sysinfo = aux[AT_SYSINFO];
31 libc.page_size = aux[AT_PAGESZ];
38 __init_tls(aux);
39 __init_ssp((void *)aux[AT_RANDOM]);
41 if (aux[AT_UID]==aux[AT_EUID] && aux[AT_GI
[all...]
H A D__init_tls.c103 static void static_init_tls(size_t *aux) argument
111 for (p=(void *)aux[AT_PHDR],n=aux[AT_PHNUM]; n; n--,p+=aux[AT_PHENT]) {
114 base = aux[AT_PHDR] - phdr->p_vaddr;
/seL4-refos-master/libs/libmuslc/src/ldso/
H A Ddl_iterate_phdr.c14 size_t i, aux[AUX_CNT]; local
17 if (libc.auxv[i]<AUX_CNT) aux[libc.auxv[i]] = libc.auxv[i+1];
19 for (p=(void *)aux[AT_PHDR],n=aux[AT_PHNUM]; n; n--,p+=aux[AT_PHENT]) {
22 base = aux[AT_PHDR] - phdr->p_vaddr;
28 info.dlpi_phdr = (void *)aux[AT_PHDR];
29 info.dlpi_phnum = aux[AT_PHNUM];
/seL4-refos-master/libs/libmuslc/src/thread/arm/
H A D__set_thread_area.c32 size_t *aux; local
35 for (aux=libc.auxv; *aux; aux+=2) {
36 if (*aux != AT_PLATFORM) continue;
37 const char *s = (void *)aux[1];
/seL4-refos-master/libs/libmuslc/ldso/
H A Ddlstart.c23 size_t i, aux[AUX_CNT], dyn[DYN_CNT]; local
32 for (i=0; i<AUX_CNT; i++) aux[i] = 0;
34 aux[auxv[i]] = auxv[i+1];
50 base = aux[AT_BASE];
51 if (!base) base = aux[AT_PHDR] & -4096;
101 * address is not available in the aux vector. Instead, compute
104 base = aux[AT_BASE];
106 size_t phnum = aux[AT_PHNUM];
107 size_t phentsize = aux[AT_PHENT];
108 Phdr *ph = (void *)aux[AT_PHD
[all...]
H A Ddynlink.c1335 size_t *auxv, aux[AUX_CNT]; local
1337 decode_vec(auxv, aux, AUX_CNT);
1338 if (aux[AT_BASE]) ldso.base = (void *)aux[AT_BASE];
1339 else ldso.base = (void *)(aux[AT_PHDR] & -4096);
1395 size_t aux[AUX_CNT], *auxv; local
1404 /* Find aux vector just past environ[] and use it to initialize
1409 decode_vec(auxv, aux, AUX_CNT);
1410 __hwcap = aux[AT_HWCAP];
1411 libc.page_size = aux[AT_PAGES
[all...]
/seL4-refos-master/kernel/manual/
H A DMakefile232 rm -f *.aux *.toc *.bbl *.blg *.dvi *.log *.pstex* *.eps *.cb *.brf \
262 # don't delete %.aux intermediates
272 # combine citation commands from all targets into tmp.aux, generate references.bib from this
277 cat $$i.aux | grep -e "\(citation\|bibdata\|bibstyle\)" | sed 's/bibdata{references}/bibdata{$(BibFiles)}/g' >> all_refs.aux; \
280 ${Q}cat all_refs.aux | uniq > tmp.aux;
281 ${Q}diff references.aux tmp.aux > references.diff 2> /dev/null; \
290 $(BibTexEnv) ./tools/bibexport.sh -t -o references.bib tmp.aux > /de
[all...]
/seL4-refos-master/kernel/src/arch/arm/machine/
H A Dl2c_310.c246 uint32_t aux; local
265 aux = 0
274 aux |= CTRL_AUX_WAYSIZE_64K;
276 aux |= CTRL_AUX_WAYSIZE_32K;
283 /* 1: Write to aux Tag RAM latentcy, Data RAM latency, prefect, power control registers */
285 mshield_smc(MSHIELD_SMC_ROM_CTRL_AUX, aux, 0);
290 /* 1: Write to aux Tag RAM latentcy, Data RAM latency, prefect, power control registers */
291 l2cc->control.aux_control = aux;
/seL4-refos-master/libs/libmuslc/src/internal/
H A Dvdso.c36 Verdaux *aux = (Verdaux *)((char *)def + def->vd_aux); local
37 return !strcmp(vername, strings + aux->vda_name);
/seL4-refos-master/projects/refos/design/
H A DMakefile67 Aux = $(addsuffix .aux, $(Targets))
121 rm -f *.aux *.toc *.bbl *.blg *.dvi *.log *.pstex* *.eps *.cb *.brf \
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/doc/
H A DMakefile88 -rm -f Guidebook.aux Guidebook.log
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/doc/
H A DMakefile88 -rm -f Guidebook.aux Guidebook.log
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/sys/unix/
H A DMakefile.doc88 -rm -f Guidebook.aux Guidebook.log
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/sys/unix/
H A DMakefile.doc88 -rm -f Guidebook.aux Guidebook.log
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dmacwin.h66 Bitfield (aux, 1);
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dmacwin.h66 Bitfield (aux, 1);

Completed in 78 milliseconds