<html>
    <head>
      <base href="http://llvm.org/bugs/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - llvm-objdump should have a option to start disassembly at a specified symbol name"
   href="http://llvm.org/bugs/show_bug.cgi?id=18154">18154</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>llvm-objdump should have a option to start disassembly at a specified symbol name
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>tools
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>trunk
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>llvm-dis
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>unassignedbugs@nondot.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>enderby@apple.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvmbugs@cs.uiuc.edu
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Rafael EspĂ­ndola <<a href="mailto:rafael.espindola@gmail.com">rafael.espindola@gmail.com</a>> asked me to creating a bug about
this missing feature llvm-objdump.  It came from the test case I created in:

[llvm] r196432 - Fix a bug in darwin's 32-bit X86 handling of evaluating
fixups.

Where if I had an option like darwin's otool(1) -p option I could have created
more readable test case with something like:

otool -tv -p bug /tmp/x.o
/tmp/x.o:
(__TEXT,__text) section
bug:
01020f55        movl    $0x0, 0x1537564

Because this specific bug required the offset to the item to be relocated
needing to be more than 24 bits to trigger the bug, it takes a long time to do
the disassembly if it starts a the beginning of the section.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>