Searched defs:PRINT_LINT (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/linkloader/include/impl/
H A DELFHeader.hxx35 #define PRINT_LINT(title, value) \ macro
37 PRINT_LINT("Class", getClassStr(getClass()));
38 PRINT_LINT("Endianness", getEndiannessStr(getEndianness()));
39 PRINT_LINT("Header Version", (unsigned)getVersion());
40 PRINT_LINT("OS ABI", getOSABIStr(getOSABI()));
41 PRINT_LINT("ABI Version", (unsigned)getABIVersion());
42 PRINT_LINT("Object Type", getObjectTypeStr(getObjectType()));
43 PRINT_LINT("Machine", getMachineStr(getMachine()));
44 PRINT_LINT("Version", getVersionStr(getVersion()));
45 PRINT_LINT("Entr
55 #undef PRINT_LINT macro
[all...]
H A DELFReloc.hxx99 #define PRINT_LINT(title, value) \ macro
101 PRINT_LINT("Offset", concrete()->getOffset() );
102 PRINT_LINT("SymTab Index", concrete()->getSymTabIndex() );
103 PRINT_LINT("Type", concrete()->getType() );
104 PRINT_LINT("Addend", concrete()->getAddend() );
105 #undef PRINT_LINT macro
H A DELFSectionHeader.hxx84 #define PRINT_LINT(title, value) \ macro
86 PRINT_LINT("Name", getName() );
87 PRINT_LINT("Type", getSectionTypeStr(getType()));
88 PRINT_LINT("Flags", concrete()->getFlags());
89 PRINT_LINT("Address", getAddress());
90 PRINT_LINT("Offset", getOffset());
91 PRINT_LINT("Size", concrete()->getSize());
92 PRINT_LINT("Link", getLink());
93 PRINT_LINT("Extra Info", getExtraInfo());
94 PRINT_LINT("Addres
96 #undef PRINT_LINT macro
[all...]
H A DELFSymbol.hxx94 #define PRINT_LINT(title, value) \ macro
96 PRINT_LINT("Name", getName() );
97 PRINT_LINT("Type", getTypeStr(getType()) );
98 PRINT_LINT("Bind", getBindingAttributeStr(getBindingAttribute()));
99 PRINT_LINT("Visibility", getVisibilityStr(getVisibility()) );
100 PRINT_LINT("Shtab Index", getSectionIndex() );
101 PRINT_LINT("Value", getValue() );
102 PRINT_LINT("Size", getSize() );
103 #undef PRINT_LINT macro

Completed in 49 milliseconds