Searched refs:data_start (Results 1 – 3 of 3) sorted by relevance
/plan9/sys/src/cmd/gs/src/ |
H A D | write_t2.c | 196 unsigned char* data_start = 0; in write_font_dict_index() local 199 data_start = a_output->m_pos; in write_font_dict_index() 215 int last_offset = a_output->m_pos - data_start + 1; in write_font_dict_index() 216 data_start[-2] = (unsigned char)(last_offset >> 8); in write_font_dict_index() 217 data_start[-1] = (unsigned char)(last_offset & 0xFF); in write_font_dict_index() 273 unsigned char* data_start = 0; in write_subrs_index() local 295 data_start = a_output->m_pos; in write_subrs_index() 307 long pos = a_output->m_pos - data_start + 1; in write_subrs_index()
|
/plan9/sys/include/ |
H A D | bootexec.h | 33 long data_start; /* base of data used for this file */ member
|
/plan9/sys/src/libmach/ |
H A D | executable.c | 493 setdata(fp, (u32int)hp->e.data_start, hp->e.dsize, in mipsboot() 499 setdata(fp, (u32int)hp->e.data_start, hp->e.dsize, in mipsboot() 521 setdata(fp, (u32int)hp->e.h.data_start, hp->e.h.dsize, in mips4kboot() 527 setdata(fp, (u32int)hp->e.h.data_start, hp->e.h.dsize, in mips4kboot()
|