HomeSort by: relevance | last modified time | path
    Searched refs:eblob (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/amd64/stand/prekern/
locore.S 126 .globl _C_LABEL(eblob)
150 .type _C_LABEL(eblob), @object
151 LABEL(eblob) .quad 0 /* ptr to end of modules */
152 END(eblob)
263 popl _C_LABEL(eblob)
381 movl _C_LABEL(eblob),%eax
  /src/sys/arch/amd64/amd64/
locore.S 339 .globl _C_LABEL(eblob)
368 .type _C_LABEL(eblob), @object
369 LABEL(eblob) .quad 0 /* ptr to end of modules */
370 END(eblob)
530 * If any modules were loaded, record where they end. 'eblob' is used
542 movl %eax,RELOC(eblob)
543 addl $KERNBASE_LO,RELOC(eblob)
544 adcl $KERNBASE_HI,RELOC(eblob)+4
682 movl RELOC(eblob),%eax
1238 movl $RELOC(eblob),%eb
    [all...]
  /src/sys/arch/i386/i386/
locore.S 305 .globl _C_LABEL(eblob)
874 movl RELOC(eblob),%eax
1390 movl $RELOC(eblob),%ebp
machdep.c 257 int *eblob; variable in typeref:typename:int *
354 *RELOC(int **, &eblob) =

Completed in 18 milliseconds