tag | line | file | source code |
ah | 55 | include/asm-alpha/a.out.h | struct aouthdr ah; |
ah | 62 | include/asm-alpha/a.out.h | #define a_info ah.info |
ah | 63 | include/asm-alpha/a.out.h | #define a_text ah.tsize |
ah | 64 | include/asm-alpha/a.out.h | #define a_data ah.dsize |
ah | 65 | include/asm-alpha/a.out.h | #define a_bss ah.bsize |
ah | 66 | include/asm-alpha/a.out.h | #define a_entry ah.entry |
ah | 67 | include/asm-alpha/a.out.h | #define a_textstart ah.text_start |
ah | 68 | include/asm-alpha/a.out.h | #define a_datastart ah.data_start |
ah | 69 | include/asm-alpha/a.out.h | #define a_bssstart ah.bss_start |
ah | 70 | include/asm-alpha/a.out.h | #define a_gprmask ah.gprmask |
ah | 71 | include/asm-alpha/a.out.h | #define a_fprmask ah.fprmask |
ah | 72 | include/asm-alpha/a.out.h | #define a_gpvalue ah.gpvalue |