[Ffmpeg-devel] ARM assembler : add type to function

castet.matthieu at free.fr castet.matthieu
Wed Apr 18 16:20:22 CEST 2007


Hi,

I would like to know if it is possible to add
".type  function_name, %function" for the asm functions in libavcodec/armv4l/*.S
?
This way in the symbol table, these symbols will be tagged as function instead
of having no type.

I attach an example for libavcodec/armv4l/simple_idct_armv5te.S.

Why I want a such feature ?
Because I want to be able to extract from the symbol table (for profiling
reason) only interesting symbol, not some random symbol from the compiler.

Thanks,

Matthieu




More information about the ffmpeg-devel mailing list