Lines Matching refs:start_code
57 abi_ulong start_code; /* Start of text segment */ member
118 abi_ulong start_code; in calc_reloc() local
124 start_code = p[id].start_code; in calc_reloc()
130 (int) r,(int)(start_brk-start_code),(int)text_len); in calc_reloc()
135 addr = r + start_code; in calc_reloc()
163 ptr = (uint32_t *) ((unsigned long) libinfo->start_code + offset); in old_reloc()
176 *ptr += libinfo->start_code; in old_reloc()
206 abi_ulong start_code; in load_flat_file() local
342 start_code = textpos + sizeof (struct flat_hdr); in load_flat_file()
346 (int) start_code, (int) (textpos + text_len), in load_flat_file()
355 libinfo[id].start_code = start_code; in load_flat_file()
542 info->start_code = libinfo[0].start_code; in load_flt_binary()
543 info->end_code = libinfo[0].start_code + libinfo[0].text_len; in load_flt_binary()
550 info->code_offset = info->start_code; in load_flt_binary()