Home | History | Annotate | Download | only in coregrind

Lines Matching refs:Addr

49       Addr exe_base;     // INOUT: lowest (allowed) address of exe
50 Addr exe_end; // INOUT: highest (allowed) address
53 Addr phdr; // OUT: address phdr was mapped at
55 Addr interp_base; // OUT: where interpreter (ld.so) was mapped
57 Addr stack_start; // OUT: address of start of stack segment (hot)
58 Addr stack_end; // OUT: address of end of stack segment (cold)
59 Addr text; // OUT: address of executable's Mach header
64 Addr entry; // OUT: entrypoint in main executable
65 Addr init_ip; // OUT: address of first instruction to execute
66 Addr brkbase; // OUT: base address of brk segment
67 Addr init_toc; // OUT: address of table-of-contents, on