Lines Matching full:auxiliary

133   // TODO FIXME Add support for the auxiliary header (if any) once
536 "Mismatched auxiliary type!");
539 DictScope SymDs(W, "File Auxiliary Entry");
546 W.printEnum("Auxiliary Type", static_cast<uint8_t>(AuxEntPtr->AuxType),
573 "Mismatched auxiliary type!");
575 DictScope SymDs(W, "CSECT Auxiliary Entry");
591 W.printEnum("Auxiliary Type", static_cast<uint8_t>(XCOFF::AUX_CSECT),
603 DictScope SymDs(W, "Sect Auxiliary Entry For Stat");
617 DictScope SymDs(W, "Exception Auxiliary Entry");
623 W.printEnum("Auxiliary Type", static_cast<uint8_t>(AuxEntPtr->AuxType),
630 DictScope SymDs(W, "Function Auxiliary Entry");
642 DictScope SymDs(W, "Function Auxiliary Entry");
648 W.printEnum("Auxiliary Type", static_cast<uint8_t>(AuxEntPtr->AuxType),
655 DictScope SymDs(W, "Block Auxiliary Entry");
665 DictScope SymDs(W, "Block Auxiliary Entry");
669 W.printEnum("Auxiliary Type", static_cast<uint8_t>(AuxEntPtr->AuxType),
675 DictScope SymDs(W, "Sect Auxiliary Entry For DWARF");
681 W.printEnum("Auxiliary Type", static_cast<uint8_t>(XCOFF::AUX_SECT),
737 W.startLine() << "!Unexpected raw auxiliary entry data:\n";
790 "auxiliary entry");
795 // If the symbol is C_FILE and has auxiliary entries...
814 // For 32-bit objects, print the function auxiliary symbol table entry. The
815 // last one must be a CSECT auxiliary entry.
816 // For 64-bit objects, both a function auxiliary entry and an exception
817 // auxiliary entry may appear, print them in the loop and skip printing the
818 // CSECT auxiliary entry, which will be printed outside the loop.
848 // Print the CSECT auxiliary entry.