Method

SysprofDocumentJitmapget_mapping

Declaration [src]

const char*
sysprof_document_jitmap_get_mapping (
  SysprofDocumentJitmap* self,
  guint position,
  SysprofAddress* address
)

Description [src]

Gets the position mapping and returns it as address and the return value of this function.

Parameters

position

Type: guint

The index of the mapping.

address

Type: SysprofAddress

A location for the address.

The argument will be set by the function.
The caller of the method takes ownership of the returned data, and is responsible for freeing it.

Return value

Type: const char*

The name of the symbol, or NULL if position is out of bounds.

The returned data is owned by the instance.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.