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

  /src/sys/arch/landisk/stand/boot/
bootinfo.h 34 struct btinfo { struct
39 extern struct btinfo *bootinfo;
41 #define BI_ALLOC(max) (bootinfo = ALLOC(sizeof(struct btinfo) \
  /src/sys/arch/zaurus/stand/zboot/
bootinfo.c 32 struct btinfo *bootinfo;
37 struct btinfo_common *btinfo; local
41 btinfo = (struct btinfo_common *)(bootinfo->entry[i]);
42 if (btinfo->type == type) {
bootinfo.h 34 struct btinfo { struct
39 extern struct btinfo *bootinfo;
41 #define BI_ALLOC(max) (bootinfo = ALLOC(sizeof(struct btinfo) \
  /src/sys/arch/epoc32/epoc32/
machdep.c 164 struct btinfo_common *btinfo = &bootinfo; local
182 while (btinfo->type != BTINFO_NONE) {
183 switch (btinfo->type) {
185 model = (struct btinfo_model *)btinfo;
186 btinfo = &(model + 1)->common;
192 memory = (struct btinfo_memory *)btinfo;
193 btinfo = &(memory + 1)->common;
205 video = (struct btinfo_video *)btinfo;
206 btinfo = &(video + 1)->common;
212 args = (struct btinfo_bootargs *)btinfo;
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
btrace.h 216 const struct btrace_thread_info *btinfo; member in struct:btrace_insn_iterator
218 /* The index of the function segment in BTINFO->FUNCTIONS. */
229 const struct btrace_thread_info *btinfo; member in struct:btrace_call_iterator
231 /* The index of the function segment in BTINFO->FUNCTIONS. */
btrace.c 160 exists. BTINFO is the branch trace information for the current thread. */
163 ftrace_find_call_by_number (struct btrace_thread_info *btinfo,
166 if (number == 0 || number > btinfo->functions.size ())
169 return &btinfo->functions[number - 1];
175 ftrace_find_call_by_number (const struct btrace_thread_info *btinfo,
178 if (number == 0 || number > btinfo->functions.size ())
181 return &btinfo->functions[number - 1];
232 BTINFO is the branch trace information for the current thread.
237 ftrace_new_function (struct btrace_thread_info *btinfo,
244 if (btinfo->functions.empty ()
1000 struct btrace_thread_info *btinfo = &tp->btrace; local
1085 struct btrace_thread_info *btinfo; local
1793 struct btrace_thread_info *btinfo; local
2057 struct btrace_thread_info *btinfo; local
2262 struct btrace_thread_info *btinfo; local
2342 struct btrace_thread_info *btinfo; local
2868 struct btrace_thread_info *btinfo; local
3303 struct btrace_thread_info *btinfo; local
3414 btrace_thread_info *btinfo = &tp->btrace; local
3441 struct btrace_thread_info *btinfo; local
    [all...]
record-btrace.c 562 struct btrace_thread_info *btinfo; local
576 btinfo = &tp->btrace;
578 conf = ::btrace_conf (btinfo);
593 btrace_call_end (&call, btinfo);
597 btrace_insn_end (&insn, btinfo);
605 gaps = btinfo->ngaps;
615 btrace_insn_number (btinfo->replay));
787 const struct btrace_thread_info *btinfo,
819 conf = btrace_conf (btinfo);
843 it.btinfo->aux_data.a
894 struct btrace_thread_info *btinfo; local
978 struct btrace_thread_info *btinfo; local
1278 struct btrace_thread_info *btinfo; local
1365 struct btrace_thread_info *btinfo; local
2016 struct btrace_thread_info *btinfo; local
2067 struct btrace_thread_info *btinfo; local
2142 struct btrace_thread_info *btinfo; local
2159 struct btrace_thread_info *btinfo; local
2358 struct btrace_thread_info *btinfo; local
2381 struct btrace_thread_info *btinfo; local
2449 struct btrace_thread_info *btinfo; local
2512 struct btrace_thread_info *btinfo; local
2848 struct btrace_thread_info *btinfo; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
btrace.h 216 const struct btrace_thread_info *btinfo; member in struct:btrace_insn_iterator
218 /* The index of the function segment in BTINFO->FUNCTIONS. */
229 const struct btrace_thread_info *btinfo; member in struct:btrace_call_iterator
231 /* The index of the function segment in BTINFO->FUNCTIONS. */
btrace.c 160 exists. BTINFO is the branch trace information for the current thread. */
163 ftrace_find_call_by_number (struct btrace_thread_info *btinfo,
166 if (number == 0 || number > btinfo->functions.size ())
169 return &btinfo->functions[number - 1];
175 ftrace_find_call_by_number (const struct btrace_thread_info *btinfo,
178 if (number == 0 || number > btinfo->functions.size ())
181 return &btinfo->functions[number - 1];
232 BTINFO is the branch trace information for the current thread.
237 ftrace_new_function (struct btrace_thread_info *btinfo,
244 if (btinfo->functions.empty ()
1000 struct btrace_thread_info *btinfo = &tp->btrace; local
1085 struct btrace_thread_info *btinfo; local
1793 struct btrace_thread_info *btinfo; local
2057 struct btrace_thread_info *btinfo; local
2262 struct btrace_thread_info *btinfo; local
2342 struct btrace_thread_info *btinfo; local
2868 struct btrace_thread_info *btinfo; local
3303 struct btrace_thread_info *btinfo; local
3414 btrace_thread_info *btinfo = &tp->btrace; local
3441 struct btrace_thread_info *btinfo; local
    [all...]
record-btrace.c 559 struct btrace_thread_info *btinfo; local
573 btinfo = &tp->btrace;
575 conf = ::btrace_conf (btinfo);
590 btrace_call_end (&call, btinfo);
594 btrace_insn_end (&insn, btinfo);
602 gaps = btinfo->ngaps;
612 btrace_insn_number (btinfo->replay));
784 const struct btrace_thread_info *btinfo,
816 conf = btrace_conf (btinfo);
840 it.btinfo->aux_data.a
891 struct btrace_thread_info *btinfo; local
975 struct btrace_thread_info *btinfo; local
1275 struct btrace_thread_info *btinfo; local
1362 struct btrace_thread_info *btinfo; local
2013 struct btrace_thread_info *btinfo; local
2064 struct btrace_thread_info *btinfo; local
2139 struct btrace_thread_info *btinfo; local
2156 struct btrace_thread_info *btinfo; local
2355 struct btrace_thread_info *btinfo; local
2378 struct btrace_thread_info *btinfo; local
2446 struct btrace_thread_info *btinfo; local
2509 struct btrace_thread_info *btinfo; local
2821 struct btrace_thread_info *btinfo; local
    [all...]

Completed in 126 milliseconds