Home | History | Annotate | Download | only in llvm-nm

Lines Matching full:mach

90     ArchFlags("arch", cl::desc("architecture(s) from a Mach-O file to dump"),
147 "and section name, Mach-O only"));
150 "Mach-O only"));
268 // darwinPrintSymbol() is used to print a symbol from a Mach-O file when the
269 // the OutputFormat is darwin or we are printing Mach-O symbols in hex. For
271 // and when printing Mach-O symbols in hex it produces the same output as
307 // If we are printing Mach-O symbols in hex do that and return.
455 // Table that maps Darwin's Mach-O stab constants to strings to allow printing.
502 // a stab n_type value in a Mach-O file.
600 // If OutputFormat is darwin or we are printing Mach-O symbols in hex and
603 // printing Mach-O symbols in hex and not a Mach-O object fall back to
848 // getNsectForSegSect() is used to implement the Mach-O "-s segname sectname"
849 // option to dump only those symbols from that section in a Mach-O file.
850 // It is called once for each Mach-O file from dumpSymbolNamesFromObject()
852 // arguments. It returns the section number for that section in the Mach-O
869 // getNsectInMachO() is used to implement the Mach-O "-s segname sectname"
870 // option to dump only those symbols from that section in a Mach-O file.
871 // It is called once for each symbol in a Mach-O file from
906 // If a "-s segname sectname" option was specified and this is a Mach-O
927 // If a "-s segname sectname" option was specified and this is a Mach-O
962 // checkMachOAndArchFlags() checks to see if the SymbolicFile is a Mach-O file
964 // check to make sure this Mach-O file is one of those architectures or all