Searched refs:fp_register (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/elftoolchain/libdwarf/
H A Dlibdwarf.h194 Dwarf_Half fp_register; member in struct:__anon425
218 Dwarf_Half fp_register; member in struct:__anon428
H A Dlibdwarf_frame.c944 fop[*count].fp_register = (x); \
946 fop3[*count].fp_register = (x); \
/freebsd-11-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c5946 printf(": r%u (%s) at cfa%+jd", oplist[i].fp_register,
5947 dwarf_regname(re, oplist[i].fp_register),
5951 printf(": r%u (%s)", oplist[i].fp_register,
5952 dwarf_regname(re, oplist[i].fp_register));
5966 printf(": r%u (%s) ofs %ju", oplist[i].fp_register,
5967 dwarf_regname(re, oplist[i].fp_register),
5971 printf(": r%u (%s) ofs %jd", oplist[i].fp_register,
5972 dwarf_regname(re, oplist[i].fp_register),
5976 printf(": r%u (%s)", oplist[i].fp_register,
5977 dwarf_regname(re, oplist[i].fp_register));
[all...]

Completed in 77 milliseconds