section.c | 833 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)); [all...] |