Searched refs:text_len (Results 1 – 1 of 1) sorted by relevance
82 unsigned long text_len; /* Length of text segment */ member320 unsigned long text_len; in calc_reloc() local358 text_len = p->lib_list[id].text_len; in calc_reloc()360 if (r > start_brk - start_data + text_len) { in calc_reloc()362 r, start_brk-start_data+text_len, text_len); in calc_reloc()366 if (r < text_len) /* In text segment */ in calc_reloc()369 addr = r - text_len + start_data; in calc_reloc()430 u32 text_len, data_len, bss_len, stack_len, full_data, flags; in load_flat_file() local442 text_len = ntohl(hdr->data_start); in load_flat_file()508 if ((text_len | data_len | bss_len | stack_len | full_data) >> 28) { in load_flat_file()[all …]