Latest available version: IDA and decompilers v8.4.240320sp1 see all releases
Hex-Rays logo State-of-the-art binary code analysis tools
email icon
bits for get_ea_name() function. There is a convenience

function calc_gtn_flags() to calculate the GN_LOCAL flag More...

Macros

#define GN_VISIBLE   0x0001
 replace forbidden characters by SUBSTCHAR
 
#define GN_COLORED   0x0002
 return colored name
 
#define GN_DEMANGLED   0x0004
 return demangled name
 
#define GN_STRICT   0x0008
 fail if cannot demangle
 
#define GN_SHORT   0x0010
 use short form of demangled name
 
#define GN_LONG   0x0020
 use long form of demangled name
 
#define GN_LOCAL   0x0040
 try to get local name first; if failed, get global
 
#define GN_ISRET   0x0080
 for dummy names: use retloc
 
#define GN_NOT_ISRET   0x0100
 for dummy names: do not use retloc
 
#define GN_NOT_DUMMY   0x0200
 do not return a dummy name
 

Detailed Description

function calc_gtn_flags() to calculate the GN_LOCAL flag