If a file is attached, it does not have a start and end function. Each time it is called, all code will be duplicated where it was called. This is the goal of embedding.
Each time it is called, it will have a different start and end address. Therefore there is no display.
If all you are trying to do is retrieve the assembly for this function, then do not make it inline, and then you can see it for sure. However, depending on how the compiler optimizes the code, it may not be the same assembly that was generated when the function was built in.
source
share