Searched defs:ELF_R_SYM (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-mkimagexx.c20 #undef ELF_R_SYM macro
34 # define ELF_R_SYM(val) ELF32_R_SYM(val) macro
47 # define ELF_R_SYM(val) ELF64_R_SYM(val) macro
361 ELF_R_SYM (info), image_target);
465 + ELF_R_SYM (info) * grub_target_to_host32 (symtab_section->sh_entsize));
1088 #undef ELF_R_SYM macro
/osnet-11/usr/src/grub/grub2/include/grub/
H A Delf.h2352 #define ELF_R_SYM(val) ELF32_R_SYM(val) macro
2374 #define ELF_R_SYM(val) ELF64_R_SYM(val) macro

Completed in 40 milliseconds