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

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dsection.c833 typedef struct yasm_span_term { struct
838 } yasm_span_term; typedef in typeref:struct:yasm_span_term
849 yasm_span_term *rel_term;
851 yasm_span_term *terms;
935 span->num_terms*sizeof(yasm_span_term));
992 span->rel_term = yasm_xmalloc(sizeof(yasm_span_term));
1134 optimize_itree_add(IntervalTree *itree, yasm_span *span, yasm_span_term *term)
1166 yasm_span_term *term = node->data;
1241 yasm_span_term *term = node->data;

Completed in 41 milliseconds