HomeSort by: relevance | last modified time | path
    Searched defs:call_list (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/hpc/hpc/
config_hook.c 59 struct hook_list call_list; variable in typeref:struct:hook_list
69 TAILQ_INIT(&call_list);
132 TAILQ_FOREACH(cr, &call_list, hr_link) {
161 TAILQ_FOREACH(cr, &call_list, hr_link) {
218 TAILQ_INSERT_HEAD(&call_list, cr, hr_link);
243 TAILQ_REMOVE(&call_list, cr, hr_link);
  /src/external/gpl3/binutils/dist/bfd/
elf32-spu.c 392 struct call_info *call_list; member in struct:function_info
2638 for (pp = &caller->call_list; (p = *pp) != NULL; pp = &p->next)
2652 p->next = caller->call_list;
2653 caller->call_list = p;
2656 callee->next = caller->call_list;
2657 caller->call_list = callee;
3262 for (call = fun->call_list; call != NULL; call = call_next)
3268 fun->call_list = NULL;
3285 for (call = fun->call_list; call; call = call->next)
3308 callp = &fun->call_list;
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-spu.c 392 struct call_info *call_list; member in struct:function_info
2638 for (pp = &caller->call_list; (p = *pp) != NULL; pp = &p->next)
2652 p->next = caller->call_list;
2653 caller->call_list = p;
2656 callee->next = caller->call_list;
2657 caller->call_list = callee;
3262 for (call = fun->call_list; call != NULL; call = call_next)
3268 fun->call_list = NULL;
3285 for (call = fun->call_list; call; call = call->next)
3308 callp = &fun->call_list;
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-spu.c 392 struct call_info *call_list; member in struct:function_info
2634 for (pp = &caller->call_list; (p = *pp) != NULL; pp = &p->next)
2648 p->next = caller->call_list;
2649 caller->call_list = p;
2652 callee->next = caller->call_list;
2653 caller->call_list = callee;
3258 for (call = fun->call_list; call != NULL; call = call_next)
3264 fun->call_list = NULL;
3281 for (call = fun->call_list; call; call = call->next)
3304 callp = &fun->call_list;
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf32-spu.c 392 struct call_info *call_list; member in struct:function_info
2638 for (pp = &caller->call_list; (p = *pp) != NULL; pp = &p->next)
2652 p->next = caller->call_list;
2653 caller->call_list = p;
2656 callee->next = caller->call_list;
2657 caller->call_list = callee;
3262 for (call = fun->call_list; call != NULL; call = call_next)
3268 fun->call_list = NULL;
3285 for (call = fun->call_list; call; call = call->next)
3308 callp = &fun->call_list;
    [all...]

Completed in 45 milliseconds