Home | History | Annotate | Download | only in source

Lines Matching refs:nub_addr_t

24 // Define nub_addr_t and the invalid address value from the architecture
31 typedef uint64_t nub_addr_t;
32 #define INVALID_NUB_ADDRESS ((nub_addr_t)~0ull)
40 typedef uint32_t nub_addr_t;
41 #define INVALID_NUB_ADDRESS ((nub_addr_t)~0ul)
50 typedef uint64_t nub_addr_t;
51 #define INVALID_NUB_ADDRESS ((nub_addr_t)~0ull)
227 nub_addr_t addr; // If not INVALID_NUB_ADDRESS, then set the PC for the thread to ADDR before resuming/stepping
270 nub_addr_t data[DNB_THREAD_STOP_INFO_MAX_EXC_DATA];
319 nub_addr_t addr;
320 nub_addr_t size;
327 nub_addr_t header_addr; // Executable header address
335 nub_addr_t addr;
336 nub_addr_t size;
358 typedef nub_addr_t (*DNBCallbackNameToAddress)(nub_process_t pid, const char *name, const char *shlib_regex, void *baton);