Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. vkakkar

    sun cc compiler question(stack return address)

    How can I get stack return address of a parent c function. On gnu gcc, there is __builtin_return_address which does it, Is there a way if I am using sun cc compiler? Ideas, pointers are highly appreciated.
  2. vkakkar

    __builtin_return_address in sun c compiler on solaris

    I know that we can use __builtin_return_address to get the stack return address of the parent function, if the code is compiled using gnu's gcc. Is there a way to find the address using sun cc compiler. Or if there is no direct function, then is there a way I can achieve similar result? Ideas...

Part and Inventory Search

Back
Top