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

/seL4-refos-master/libs/libmuslc/arch/sh/
H A Dreloc.h47 #define GETFUNCSYM(fp, sym, got) __asm__ ( \
50 : "=&r"(*fp) : "r"(got) : "memory" )
/seL4-refos-master/libs/libmuslc/arch/i386/
H A Dreloc.h18 #define GETFUNCSYM(fp, sym, got) __asm__ ( \
/seL4-refos-master/libs/libmuslc/arch/i386_sel4/
H A Dreloc.h18 #define GETFUNCSYM(fp, sym, got) __asm__ ( \
/seL4-refos-master/libs/libmuslc/arch/microblaze/
H A Dreloc.h24 #define GETFUNCSYM(fp, sym, got) __asm__ ( \
/seL4-refos-master/libs/libmuslc/arch/or1k/
H A Dreloc.h17 #define GETFUNCSYM(fp, sym, got) __asm__ ( \
/seL4-refos-master/libs/libmuslc/arch/powerpc/
H A Dreloc.h23 #define GETFUNCSYM(fp, sym, got) __asm__ ( \
/seL4-refos-master/libs/libmuslc/arch/powerpc64/
H A Dreloc.h25 #define GETFUNCSYM(fp, sym, got) __asm__ ( \
/seL4-refos-master/libs/libmuslc/arch/x32/
H A Dreloc.h28 #define GETFUNCSYM(fp, sym, got) __asm__ ( \
/seL4-refos-master/libs/libmuslc/arch/x86_64/
H A Dreloc.h17 #define GETFUNCSYM(fp, sym, got) __asm__ ( \
/seL4-refos-master/libs/libmuslc/arch/x86_64_sel4/
H A Dreloc.h17 #define GETFUNCSYM(fp, sym, got) __asm__ ( \
/seL4-refos-master/libs/libmuslc/arch/mips/
H A Dreloc.h39 #define GETFUNCSYM(fp, sym, got) __asm__ ( \
/seL4-refos-master/libs/libmuslc/arch/mipsn32/
H A Dreloc.h39 #define GETFUNCSYM(fp, sym, got) __asm__ ( \
/seL4-refos-master/libs/libmuslc/src/signal/mips64/
H A Dsigsetjmp.s18 # save base of got so that we can use it later
29 ld $3, 176($4) # Restore base of got
/seL4-refos-master/libs/libmuslc/src/signal/mipsn32/
H A Dsigsetjmp.s18 # save base of got so that we can use it later
29 ld $3, 176($4) # Restore base of got
/seL4-refos-master/libs/libmuslc/arch/mips64/
H A Dreloc.h50 #define GETFUNCSYM(fp, sym, got) __asm__ ( \
/seL4-refos-master/libs/libmuslc/ldso/
H A Ddlstart.c13 #define GETFUNCSYM(fp, sym, got) do { \
122 size_t *got = (void *)(base + dyn[DT_PLTGOT]); local
125 for (i=0; i<local_cnt; i++) got[i] += base;
H A Ddynlink.c87 size_t *got; member in struct:dso::funcdesc
89 size_t *got; member in struct:dso
161 laddr(p, v), (p)->got })
400 reloc_addr[1] = def.sym ? (size_t)def.dso->got : 0;
823 p->got = laddr(p, dyn[DT_PLTGOT]);
881 p->funcdescs[i].got = p->got;
884 p->funcdescs[i].got = 0;
1123 static void do_mips_relocs(struct dso *p, size_t *got) argument
1129 got
[all...]
/seL4-refos-master/kernel/src/arch/x86/32/
H A Dtraps.S387 # We got an interrupt from the kernel. Call into C to save
/seL4-refos-master/kernel/src/arch/x86/64/
H A Dtraps.S464 # we got an interrupt from the kernel, call into c to save the irq number,

Completed in 74 milliseconds