Home
last modified time | relevance | path

Searched refs:local_trg_selement (Results 1 – 2 of 2) sorted by relevance

/minix3/minix/lib/libmagicrt/include/st/
H A Dprivate.h26 _magic_selement_t *cached_trg_selement, _magic_selement_t *local_trg_selement);
/minix3/minix/lib/libmagicrt/
H A Dmagic_st.c537 _magic_selement_t cached_trg_selement, local_trg_selement; in transfer_ptr_sel_with_trg_cb() local
541 …up_trg_info(selement, sel_analyzed, sel_stats, cb_info, &cached_trg_selement, &local_trg_selement); in transfer_ptr_sel_with_trg_cb()
549 trg_paired = (local_trg_selement.type != NULL); in transfer_ptr_sel_with_trg_cb()
562 *local_selement_address = local_trg_selement.address; in transfer_ptr_sel_with_trg_cb()
4086 _magic_selement_t *cached_trg_selement, _magic_selement_t *local_trg_selement) in lookup_trg_info() argument
4111 local_trg_selement->sentry = local_trg_sentry; in lookup_trg_info()
4124 local_trg_selement->sentry = NULL; in lookup_trg_info()
4133 local_trg_selement->type = NULL; in lookup_trg_info()
4147 local_trg_selement->type = cached_trg_selement->type; in lookup_trg_info()
4148local_trg_selement->address = (char*) local_trg_root_address + sel_analyzed->u.ptr.trg_offset; in lookup_trg_info()
[all …]