Searched refs:reloc_worklist_entry (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/broadcom/clif/
H A Dclif_dump.c35 struct reloc_worklist_entry *
40 struct reloc_worklist_entry *entry =
41 rzalloc(clif, struct reloc_worklist_entry);
162 struct reloc_worklist_entry *reloc,
189 list_for_each_entry_safe(struct reloc_worklist_entry, reloc,
216 return ((*(struct reloc_worklist_entry **)a)->addr -
217 (*(struct reloc_worklist_entry **)b)->addr);
285 list_for_each_entry(struct reloc_worklist_entry, reloc,
289 struct reloc_worklist_entry **relocs =
290 ralloc_array(clif, struct reloc_worklist_entry *, num_reloc
[all...]
H A Dclif_private.h45 /* List of struct reloc_worklist_entry */
70 struct reloc_worklist_entry { struct
92 struct reloc_worklist_entry *
H A Dv3dx_dump.c85 struct reloc_worklist_entry *reloc =
161 struct reloc_worklist_entry *reloc =
/xsrc/external/mit/MesaLib.old/dist/src/broadcom/clif/
H A Dclif_dump.c35 struct reloc_worklist_entry *
40 struct reloc_worklist_entry *entry =
41 rzalloc(clif, struct reloc_worklist_entry);
159 struct reloc_worklist_entry *reloc,
186 list_for_each_entry_safe(struct reloc_worklist_entry, reloc,
213 return ((*(struct reloc_worklist_entry **)a)->addr -
214 (*(struct reloc_worklist_entry **)b)->addr);
279 list_for_each_entry(struct reloc_worklist_entry, reloc,
283 struct reloc_worklist_entry **relocs =
284 ralloc_array(clif, struct reloc_worklist_entry *, num_reloc
[all...]
H A Dclif_private.h45 /* List of struct reloc_worklist_entry */
65 struct reloc_worklist_entry { struct
87 struct reloc_worklist_entry *
H A Dv3dx_dump.c85 struct reloc_worklist_entry *reloc =
161 struct reloc_worklist_entry *reloc =

Completed in 9 milliseconds