Home
last modified time | relevance | path

Searched refs:CmdName (Results 1 – 4 of 4) sorted by relevance

/external/llvm/tools/llvm-readobj/
DMachODumper.cpp270 std::string CmdName; member
338 Segment.CmdName = "LC_SEGMENT"; in getSegment()
352 Segment.CmdName = "LC_SEGMENT_64"; in getSegment()
778 W.printString("Cmd", MOSegment.CmdName); in printMachOSegment()
/external/abi-dumper/
Dabi-dumper.pl72 my $CmdName = getFilename($0);
94 Usage: $CmdName [options] [object]
96 $CmdName libTest.so -o ABI.dump
97 $CmdName Module.ko.debug -o ABI.dump
99 More info: $CmdName --help\n";
159 ABI Dumper ($CmdName)
173 $CmdName [options] [object]
176 $CmdName libTest.so -o ABI.dump
177 $CmdName Module.ko.debug -o ABI.dump
/external/llvm/lib/Object/
DMachOObjectFile.cpp226 uint32_t LoadCommandIndex, const char *CmdName) { in parseSegmentLoadCommand() argument
230 " " + CmdName + " cmdsize too small"); in parseSegmentLoadCommand()
238 " inconsistent cmdsize in " + CmdName + in parseSegmentLoadCommand()
/external/abi-compliance-checker/
Dabi-compliance-checker.pl98 my $CmdName = get_filename($0);
159 Usage: $CmdName [options]
160 Example: $CmdName -lib NAME -old OLD.xml -new NEW.xml
176 More info: $CmdName --help\n";
292 ABI Compliance Checker ($CmdName)
319 $CmdName [options]
322 $CmdName -lib NAME -old OLD.xml -new NEW.xml
406 $CmdName --info\n");