Lines Matching refs:macro
940 /* Iterate through the macro unit referenced by CUDIE and call
941 CALLBACK for each macro information entry. To start the iteration,
948 if there are no more macro entries.
972 It is not appropriate to obtain macro unit offset by hand from a CU
976 on the CU DIE, and file names referenced in either the macro unit
984 /* Get the source files used by the macro entry. You shouldn't assume
989 extern int dwarf_macro_getsrcfiles (Dwarf *dbg, Dwarf_Macro *macro,
993 /* Return macro opcode. That's a constant that can be either from
1001 extern int dwarf_macro_opcode (Dwarf_Macro *macro, unsigned int *opcodep)
1005 extern int dwarf_macro_getparamcnt (Dwarf_Macro *macro, size_t *paramcntp);
1014 extern int dwarf_macro_param (Dwarf_Macro *macro, size_t idx,
1017 /* Return macro parameter with index 0. This will return -1 if the
1020 extern int dwarf_macro_param1 (Dwarf_Macro *macro, Dwarf_Word *paramp)
1023 /* Return macro parameter with index 1. This will return -1 if the
1026 extern int dwarf_macro_param2 (Dwarf_Macro *macro, Dwarf_Word *paramp,