Home | History | Annotate | Download | only in bfd

Lines Matching full:prof

1999          whenever the PROF bit in the PDR is set, the real entry point
2005 each procedure and set the "prof" bit in the PDR to indicate
2076 /* Find PDR that is closest to OFFSET. If pdr.prof is set,
2078 simply pretend that pdr.prof *implies* a lower entry-point.
2086 if (offset >= (pdr.adr - 0x10 * pdr.prof))
2088 dist = offset - (pdr.adr - 0x10 * pdr.prof);
2126 offset -= pdr.adr - 0x10 * pdr.prof;