HomeSort by relevance Sort by last modified time
    Searched refs:dl_plt_update_bp (Results 1 - 2 of 2) sorted by null

  /external/ltrace/sysdeps/linux-gnu/ppc/
arch.h 130 struct breakpoint *dl_plt_update_bp; member in struct:arch_process_data
plt.c 913 if (leader == NULL || leader->arch.dl_plt_update_bp != NULL)
920 leader->arch.dl_plt_update_bp = insert_breakpoint_at(proc, addr, NULL);
921 if (leader->arch.dl_plt_update_bp == NULL)
927 leader->arch.dl_plt_update_bp->cbs = &dl_plt_update_cbs;
931 breakpoint_turn_off(leader->arch.dl_plt_update_bp, proc);
979 if (leader != NULL && leader->arch.dl_plt_update_bp != NULL
980 && breakpoint_turn_on(leader->arch.dl_plt_update_bp,
    [all...]

Completed in 790 milliseconds