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

  /src/external/gpl3/gcc/dist/gcc/config/bpf/
btfext-out.cc 114 /* A funcinfo record, in the .BTF.ext funcinfo section. */
214 /* Function to create or find a funcinfo node in info. */
416 struct btf_ext_funcinfo *funcinfo = sec->func_info.head; local
417 while (funcinfo != NULL)
420 funcinfo);
424 funcinfo->label = NULL;
426 funcinfo = funcinfo->next;
514 dw2_asm_output_data (4, 8, "FuncInfo entry size")
    [all...]
  /src/external/mit/lua/dist/src/
ldebug.c 260 static void funcinfo (lua_Debug *ar, Closure *cl) { function
337 funcinfo(ar, f);
  /src/external/gpl3/binutils/dist/gprofng/libcollector/
linetrace.c 1687 __collector_clone_arg_t *funcinfo = __collector_allocCSize (__collector_heap, sizeof (__collector_clone_arg_t), 1); local
1688 (*funcinfo).fn = fn;
1689 (*funcinfo).arg = arg;
1690 (*funcinfo).new_lineage = new_lineage;
1691 (*funcinfo).following_fork = 0;
1715 if ((line_mode != LM_TRACK_LINEAGE) || combo_flag || funcinfo == NULL)
1737 (*funcinfo).following_fork = following_fork;
1741 ret = CALL_REAL (clone)(__collector_clone_fn, child_stack, flags, funcinfo, ptid, tls, ctid);
1744 ret = CALL_REAL (clone)(__collector_clone_fn, child_stack, flags, funcinfo, ptid, tls);
1747 ret = CALL_REAL (clone)(__collector_clone_fn, child_stack, flags, funcinfo, ptid)
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
linetrace.c 1687 __collector_clone_arg_t *funcinfo = __collector_allocCSize (__collector_heap, sizeof (__collector_clone_arg_t), 1); local
1688 (*funcinfo).fn = fn;
1689 (*funcinfo).arg = arg;
1690 (*funcinfo).new_lineage = new_lineage;
1691 (*funcinfo).following_fork = 0;
1715 if ((line_mode != LM_TRACK_LINEAGE) || combo_flag || funcinfo == NULL)
1737 (*funcinfo).following_fork = following_fork;
1741 ret = CALL_REAL (clone)(__collector_clone_fn, child_stack, flags, funcinfo, ptid, tls, ctid);
1744 ret = CALL_REAL (clone)(__collector_clone_fn, child_stack, flags, funcinfo, ptid, tls);
1747 ret = CALL_REAL (clone)(__collector_clone_fn, child_stack, flags, funcinfo, ptid)
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
dwarf2.c 299 struct funcinfo *inliner_chain;
406 struct funcinfo *function_table;
1828 struct funcinfo struct
1831 struct funcinfo *prev_func;
1833 struct funcinfo *caller_func;
1846 /* The offset of the funcinfo from the start of the unit. */
1853 struct funcinfo *funcinfo; member in struct:lookup_funcinfo
3243 struct funcinfo *each;
3263 entry->funcinfo = each
3317 struct funcinfo* funcinfo = NULL; local
    [all...]
vms-alpha.c 225 struct funcinfo
227 struct funcinfo *next;
257 struct funcinfo *func_table;
4395 struct funcinfo *funcinfo;
4444 funcinfo = (struct funcinfo *)
4445 bfd_zalloc (abfd, sizeof (struct funcinfo));
4446 if (!funcinfo)
4448 funcinfo->nam
224 struct funcinfo struct
4387 struct funcinfo *funcinfo; local
5043 struct funcinfo *funcinfo; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
dwarf2.c 299 struct funcinfo *inliner_chain;
406 struct funcinfo *function_table;
1828 struct funcinfo struct
1831 struct funcinfo *prev_func;
1833 struct funcinfo *caller_func;
1846 /* The offset of the funcinfo from the start of the unit. */
1853 struct funcinfo *funcinfo; member in struct:lookup_funcinfo
3243 struct funcinfo *each;
3263 entry->funcinfo = each
3317 struct funcinfo* funcinfo = NULL; local
    [all...]
vms-alpha.c 225 struct funcinfo
227 struct funcinfo *next;
257 struct funcinfo *func_table;
4382 struct funcinfo *funcinfo;
4431 funcinfo = (struct funcinfo *)
4432 bfd_zalloc (abfd, sizeof (struct funcinfo));
4433 if (!funcinfo)
4435 funcinfo->nam
224 struct funcinfo struct
4374 struct funcinfo *funcinfo; local
5030 struct funcinfo *funcinfo; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
dwarf2.c 299 struct funcinfo *inliner_chain;
406 struct funcinfo *function_table;
1828 struct funcinfo struct
1831 struct funcinfo *prev_func;
1833 struct funcinfo *caller_func;
1846 /* The offset of the funcinfo from the start of the unit. */
1853 struct funcinfo *funcinfo; member in struct:lookup_funcinfo
3243 struct funcinfo *each;
3263 entry->funcinfo = each
3317 struct funcinfo* funcinfo = NULL; local
    [all...]
vms-alpha.c 225 struct funcinfo
227 struct funcinfo *next;
257 struct funcinfo *func_table;
4382 struct funcinfo *funcinfo;
4431 funcinfo = (struct funcinfo *)
4432 bfd_zalloc (abfd, sizeof (struct funcinfo));
4433 if (!funcinfo)
4435 funcinfo->nam
224 struct funcinfo struct
4374 struct funcinfo *funcinfo; local
5030 struct funcinfo *funcinfo; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
dwarf2.c 305 struct funcinfo *inliner_chain;
409 struct funcinfo *function_table;
1821 struct funcinfo struct
1824 struct funcinfo *prev_func;
1826 struct funcinfo *caller_func;
1839 /* The offset of the funcinfo from the start of the unit. */
1846 struct funcinfo *funcinfo; member in struct:lookup_funcinfo
3236 struct funcinfo *each;
3256 entry->funcinfo = each
3310 struct funcinfo* funcinfo = NULL; local
    [all...]
vms-alpha.c 225 struct funcinfo
227 struct funcinfo *next;
257 struct funcinfo *func_table;
4388 struct funcinfo *funcinfo;
4437 funcinfo = (struct funcinfo *)
4438 bfd_zalloc (abfd, sizeof (struct funcinfo));
4439 if (!funcinfo)
4441 funcinfo->nam
224 struct funcinfo struct
4380 struct funcinfo *funcinfo; local
5036 struct funcinfo *funcinfo; local
    [all...]

Completed in 71 milliseconds