Lines Matching full:procedure
69 +-- Procedure table
158 tqProc -- procedure
187 strings, local symbols, and procedure table starts from within the
191 The procedure table contains the binary equivalents of the .ent
216 stParam -- procedure argument
219 stProc -- External Procedure
227 stStaticProc -- Static procedure
367 There are 1 procedure descriptor entries, starting at 0.
369 Procedure descriptor 0:
490 There are 0 procedure descriptor entries, starting at 1.
658 st_Param = stParam, /* procedure argument */
661 st_Proc = stProc, /* " " Procedure */
683 tq_Proc = tqProc, /* procedure */
858 /* For a procedure we store the gas symbol as well as the PDR
913 proc_t *proc_ptr; /* procedure descriptor pointer */
994 INIT_VARRAY (proc_t), /* procs: procedure varray */
1011 proc_t *proc; /* procedure this line is in */
1022 keep them in this list so that we can fill in the procedure pointer
1391 static proc_t *cur_proc_ptr = (proc_t *) 0; /* current procedure header */
1392 static proc_t *first_proc_ptr = (proc_t *) 0; /* first procedure header */
1684 case st_Proc: /* procedure */
1685 case st_StaticProc: /* static procedure */
2124 /* Add a procedure to the current file's list of procedures, and record
2125 this is the current procedure. */
3726 /* For some reason the address of the first procedure is ignored
3728 the first procedure is 0, but when gcc is generating MIPS
3730 before the first procedure. We cope by inserting a dummy line if
3731 the address of the first procedure is not 0. Hopefully this
4000 offset from the start of the procedure. For
4123 outside a procedure and it has a type.
4192 procedure is the size of the procedure. The
4195 procedure to the block. */
4288 /* Swap out the procedure information. */