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 193 const struct btrace_thread_info *btinfo; member in struct:btrace_insn_iterator
195 /* The index of the function segment in BTINFO->FUNCTIONS. */
206 const struct btrace_thread_info *btinfo; member in struct:btrace_call_iterator
208 /* The index of the function segment in BTINFO->FUNCTIONS. */
btrace.c 158 exists. BTINFO is the branch trace information for the current thread. */
161 ftrace_find_call_by_number (struct btrace_thread_info *btinfo,
164 if (number == 0 || number > btinfo->functions.size ())
167 return &btinfo->functions[number - 1];
173 ftrace_find_call_by_number (const struct btrace_thread_info *btinfo,
176 if (number == 0 || number > btinfo->functions.size ())
179 return &btinfo->functions[number - 1];
230 BTINFO is the branch trace information for the current thread.
235 ftrace_new_function (struct btrace_thread_info *btinfo,
242 if (btinfo->functions.empty ()
974 struct btrace_thread_info *btinfo = &tp->btrace; local
1059 struct btrace_thread_info *btinfo; local
1439 struct btrace_thread_info *btinfo; local
1703 struct btrace_thread_info *btinfo; local
1906 struct btrace_thread_info *btinfo; local
1986 struct btrace_thread_info *btinfo; local
2512 struct btrace_thread_info *btinfo; local
2926 struct btrace_thread_info *btinfo; local
3037 btrace_thread_info *btinfo = &tp->btrace; local
3064 struct btrace_thread_info *btinfo; local
    [all...]
record-btrace.c 561 struct btrace_thread_info *btinfo; local
575 btinfo = &tp->btrace;
577 conf = ::btrace_conf (btinfo);
592 btrace_call_end (&call, btinfo);
596 btrace_insn_end (&insn, btinfo);
604 gaps = btinfo->ngaps;
614 btrace_insn_number (btinfo->replay));
786 const struct btrace_thread_info *btinfo,
818 conf = btrace_conf (btinfo);
877 struct btrace_thread_info *btinfo; local
961 struct btrace_thread_info *btinfo; local
1231 struct btrace_thread_info *btinfo; local
1318 struct btrace_thread_info *btinfo; local
1969 struct btrace_thread_info *btinfo; local
2020 struct btrace_thread_info *btinfo; local
2095 struct btrace_thread_info *btinfo; local
2112 struct btrace_thread_info *btinfo; local
2311 struct btrace_thread_info *btinfo; local
2334 struct btrace_thread_info *btinfo; local
2383 struct btrace_thread_info *btinfo; local
2429 struct btrace_thread_info *btinfo; local
2765 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 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...]

Completed in 41 milliseconds