Searched refs:endsym (Results 1 - 25 of 30) sorted by relevance

12

/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-elf/
H A Dendsym.d2 #source: endsym.s
/netbsd-current/sys/arch/sandpoint/sandpoint/
H A Dlocore.S65 GLOBAL(endsym)
96 lis 7,_C_LABEL(endsym)@ha
97 addi 7,7,_C_LABEL(endsym)@l
H A Dmachdep.c113 extern void *startsym, *endsym;
185 ksyms_addsyms_elf((int)((u_int)endsym - (u_int)startsym), startsym, endsym);
205 ksyms_addsyms_elf((int)((u_int)endsym - (u_int)startsym), startsym, endsym);
/netbsd-current/sys/arch/ibmnws/ibmnws/
H A Dlocore.S60 GLOBAL(endsym)
113 lis 7,_C_LABEL(endsym)@ha
114 addi 7,7,_C_LABEL(endsym)@l
/netbsd-current/sys/arch/prep/prep/
H A Dlocore.S75 GLOBAL(endsym)
102 lis 7,_C_LABEL(endsym)@ha
103 addi 7,7,_C_LABEL(endsym)@l
/netbsd-current/sys/arch/rs6000/rs6000/
H A Dlocore.S79 GLOBAL(endsym)
107 lis 7,_C_LABEL(endsym)@ha
108 addi 7,7,_C_LABEL(endsym)@l
H A Dmachdep.c117 extern void *endsym, *startsym;
381 ksyms_addsyms_elf((int)((u_long)endsym - (u_long)startsym), startsym, endsym);
/netbsd-current/sys/arch/bebox/bebox/
H A Dlocore.S64 GLOBAL(endsym)
160 lis 7,_C_LABEL(endsym)@ha
161 addi 7,7,_C_LABEL(endsym)@l
/netbsd-current/sys/arch/powerpc/oea/
H A Dprep_machdep.c67 extern void *endsym, *startsym;
176 ksyms_addsyms_elf((int)((u_long)endsym - (u_long)startsym), startsym, endsym);
H A Dofwoea_machdep.c119 void *startsym, *endsym; variable
152 memcpy(&endsym, args + strlen(args) + 1 + sizeof(startsym),
153 sizeof(endsym));
154 if (startsym == NULL || endsym == NULL)
155 startsym = endsym = NULL;
281 ksyms_addsyms_elf((int)((uintptr_t)endsym - (uintptr_t)startsym), startsym, endsym);
/netbsd-current/sys/arch/evbppc/obs405/
H A Dobs600_locore.S98 lis %r7, _C_LABEL(endsym)@ha
99 addi %r7, %r7, _C_LABEL(endsym)@l
H A Dobs200_locore.S181 lis %r7,_C_LABEL(endsym)@ha
182 addi %r7,%r7,_C_LABEL(endsym)@l
/netbsd-current/sys/arch/amigappc/amigappc/
H A Dlocore.S69 GLOBAL(endsym)
170 add 7,31,27 /* endsym = kernel_base + esym */
171 lis 9,_C_LABEL(endsym)@ha
172 stw 7,_C_LABEL(endsym)@l(9) /* end of symbol table */
H A Dmachdep.c96 extern void *startsym, *endsym;
570 ksyms_addsyms_elf((int)((u_int)endsym - (u_int)startsym), startsym, endsym);
/netbsd-current/sys/arch/mvmeppc/mvmeppc/
H A Dlocore.S64 GLOBAL(endsym)
114 lis %r7,_C_LABEL(endsym)@ha
115 addi %r7,%r7,_C_LABEL(endsym)@l
/netbsd-current/sys/arch/evbppc/ev64260/
H A Dev64260_locore.S64 GLOBAL(endsym)
214 lis 7,_C_LABEL(endsym)@ha
215 addi 7,7,_C_LABEL(endsym)@l
H A Dmachdep.c235 extern void *startsym, *endsym;
236 ksyms_addsyms_elf((int)((u_int)endsym - (u_int)startsym),
237 startsym, endsym);
/netbsd-current/sys/arch/evbppc/virtex/
H A Dvirtex_start.S160 /* We don't have a symbol table, so set startsym = endsym = end */
164 lis %r7,_C_LABEL(endsym)@ha
165 ori %r7,%r7,_C_LABEL(endsym)@l
/netbsd-current/sys/arch/powerpc/ibm4xx/openbios/
H A Dlocore.S180 lis %r7,_C_LABEL(endsym)@ha
181 addi %r7,%r7,_C_LABEL(endsym)@l
/netbsd-current/sys/arch/evbppc/dht/
H A Dlocore.S171 lis %r7,_C_LABEL(endsym)@ha
172 addi %r7,%r7,_C_LABEL(endsym)@l
/netbsd-current/sys/arch/evbppc/pmppc/
H A Dpmppc_locore.S65 GLOBAL(endsym)
/netbsd-current/sys/arch/evbppc/wii/
H A Dwii_locore.S63 GLOBAL(endsym)
/netbsd-current/sys/arch/powerpc/ibm4xx/
H A Dibm4xx_machdep.c121 void *startsym, *endsym; variable
319 ksyms_addsyms_elf((uintptr_t)endsym - (uintptr_t)startsym,
320 startsym, endsym);
/netbsd-current/sys/arch/evbppc/mpc85xx/
H A Dmpc85xx_start.S137 lis %r17,_C_LABEL(endsym)@ha
138 stw %r18,_C_LABEL(endsym)@l(%r17)
/netbsd-current/usr.bin/unifdef/
H A Dunifdef.c262 #define endsym(c) (!isalpha((unsigned char)c) && !isdigit((unsigned char)c) && c != '_') macro
753 } else if (strncmp(cp, "defined", 7) == 0 && endsym(cp[7])) {
768 } else if (!endsym(*cp)) {
930 while (!endsym(*cp))

Completed in 402 milliseconds

12