Lines Matching refs:PRINT_LINT
84 #define PRINT_LINT(title, value) \ in print() macro
86 PRINT_LINT("Name", getName() ); in print()
87 PRINT_LINT("Type", getSectionTypeStr(getType())); in print()
88 PRINT_LINT("Flags", concrete()->getFlags()); in print()
89 PRINT_LINT("Address", getAddress()); in print()
90 PRINT_LINT("Offset", getOffset()); in print()
91 PRINT_LINT("Size", concrete()->getSize()); in print()
92 PRINT_LINT("Link", getLink()); in print()
93 PRINT_LINT("Extra Info", getExtraInfo()); in print()
94 PRINT_LINT("Address Align", concrete()->getAddressAlign()); in print()
95 PRINT_LINT("Entry Size", concrete()->getEntrySize()); in print()
96 #undef PRINT_LINT in print()