Go to the documentation of this file. 31 #ifndef AVCODEC_BFIN_CONFIG_BFIN_H 32 #define AVCODEC_BFIN_CONFIG_BFIN_H 40 #if defined(__FDPIC__) && CONFIG_SRAM 47 #define DEFUN(fname,where,interface) \ 49 .global _ff_bfin_ ## fname ; \ 50 .type _ff_bfin_ ## fname, STT_FUNC; \ 54 #define DEFUN_END(fname) \ 55 .size _ff_bfin_ ## fname, . - _ff_bfin_ ## fname 58 #define RELOC(reg,got,obj) reg = [got + obj@GOT17M4] 60 #define RELOC(reg,got,obj) reg.L = obj; reg.H = obj
Loading...