IDA C++ SDK 9.2
Loading...
Searching...
No Matches
ea-based local labels

Functions

idaman size_t ida_export get_func_llabel_qty (ea_t func_ea)
 Get the number of local labels for a function.
idaman bool ida_export get_func_llabels (llabels_t *out, ea_t func_ea)
 Get all local labels for a function.

Detailed Description

Function Documentation

◆ get_func_llabel_qty()

idaman size_t ida_export get_func_llabel_qty ( ea_t func_ea)

Get the number of local labels for a function.

Parameters
func_eafunction start address
Returns
number of local labels, or 0

◆ get_func_llabels()

idaman bool ida_export get_func_llabels ( llabels_t * out,
ea_t func_ea )

Get all local labels for a function.

Parameters
outoutput vector of llabel_t
func_eafunction start address
Returns
success