Lines Matching defs:segment
81 unsigned long start_code; /* Start of text segment */
82 unsigned long start_data; /* Start of data segment */
83 unsigned long start_brk; /* End of data segment */
84 unsigned long text_len; /* Length of text segment */
321 if (r < text_len) /* In text segment */
323 else /* In data segment */
341 static const char *segment[] = { "TEXT", "DATA", "BSS", "*UNKNOWN*" };
355 "(address %p, currently %lx) into segment %s\n",
356 r.reloc.offset, ptr, val, segment[r.reloc.type]);
733 * The first is the GOT which resides at the beginning of the data segment
736 * data segment. These require a little more processing as the entry is
882 /* Update data segment pointers for all libraries */