179e15d553
Following what is in the DWARF2 specs: Name Meaning ----------------------------------------------------------------------------- DW_INL_not_inlined Not declared inline nor inlined by the compiler DW_INL_inlined Not declared inline but inlined by the compiler DW_INL_declared_not_inlined Declared inline but not inlined by the compiler DW_INL_declared_inlined Declared inline and inlined by the compiler Take advantae of this and use it in a new pfunct option: --cc_inlined, to show which functions were of the DW_INL_inlined type. Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com> |
||
---|---|---|
classes.c | ||
classes.h | ||
codiff.c | ||
list.h | ||
Makefile | ||
pahole.c | ||
pfunct.c | ||
prefcnt.c |