Searched refs:EXT_C (Results 1 - 7 of 7) sorted by relevance
/external/grub/stage2/ |
H A D | apm.S | 31 call EXT_C(prot_to_real) 70 movw %ax, ABS(EXT_C(apm_bios_info)) + 2 72 movl %ebx, ABS(EXT_C(apm_bios_info)) + 4 74 movw %cx, ABS(EXT_C(apm_bios_info)) + 8 76 movw %dx, ABS(EXT_C(apm_bios_info)) + 10 78 movl %esi, ABS(EXT_C(apm_bios_info)) + 14 80 movw %di, ABS(EXT_C(apm_bios_info)) + 18 102 movw %ax, ABS(EXT_C(apm_bios_info)) 104 movw %cx, ABS(EXT_C(apm_bios_info)) + 12 109 andw $0xfffd, ABS(EXT_C(apm_bios_inf [all...] |
H A D | asm.S | 42 # define ABS(x) ((x) - EXT_C(main) + 0x2200) 44 # define ABS(x) ((x) - EXT_C(main) + 0x8200) 79 . = EXT_C(main) + 0x6 86 . = EXT_C(main) + 0x8 111 . = EXT_C(main) + 0x70 128 ADDR32 movl %ebp, EXT_C(install_second_sector) 139 ADDR32 movb %dl, EXT_C(boot_drive) 146 DATA32 call EXT_C(real_to_prot) 186 call EXT_C(init_bios_info) 195 call EXT_C(prot_to_rea [all...] |
H A D | shared.h | 32 # define EXT_C(sym) _ ## sym macro 34 # define EXT_C(sym) sym macro 261 * "EXT_C" is assumed to be defined in the Makefile by the configure 265 #define ENTRY(x) .globl EXT_C(x) ; EXT_C(x):
|
/external/grub/docs/ |
H A D | boot.S | 66 call EXT_C(cmain) 70 call EXT_C(printf)
|
H A D | boot.S.texi | 66 call EXT_C(cmain) 70 call EXT_C(printf)
|
H A D | multiboot.h | 38 # define EXT_C(sym) _ ## sym macro 40 # define EXT_C(sym) sym macro
|
H A D | multiboot.h.texi | 38 # define EXT_C(sym) _ ## sym 40 # define EXT_C(sym) sym
|
Completed in 587 milliseconds