| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/ |
| D | frame-inlined-in-outer-frame.S | 106 .global _start symbol 107 _start: label 111 .global _start symbol 114 _start: label 115 .quad ._start,.TOC.@tocbase,0 117 .type ._start,@function 118 ._start: label 121 .global _start symbol 122 _start: label
|
| D | callframecfa.S | 61 .globl _start symbol 62 .type _start, @function 63 _start: label 83 .size _start, .-_start
|
| D | dw2-restore.S | 20 .globl _start symbol 21 .func _start 22 _start: call foo label
|
| D | debug-names-missing-cu.exp | 24 [get_func_info _start [list debug additional_flags=-nostartfiles]] 40 {DW_AT_name _start} 58 name _start subprogram cu_label 0xEDDB6232
|
| D | debug-names.exp | 24 [get_func_info _start [list debug additional_flags=-nostartfiles]] 40 {DW_AT_name _start} 54 name _start subprogram cu_label 0xEDDB6232
|
| D | debug-names-duplicate-cu.exp | 24 [get_func_info _start [list debug additional_flags=-nostartfiles]] 40 {DW_AT_name _start} 55 name _start subprogram cu_label 0xEDDB6232
|
| D | debug-names-non-ascending-cu.exp | 24 [get_func_info _start [list debug additional_flags=-nostartfiles]] 40 {DW_AT_name _start} 60 name _start subprogram cu_label 0xEDDB6232
|
| /netbsd/src/include/ |
| D | bitstring.h | 96 size_t _start = start, _stop = stop; \ 97 while (_start <= _stop) { \ 98 bit_clear(_name, _start); \ 99 _start++; \ 106 size_t _start = start, _stop = stop; \ 107 while (_start <= _stop) { \ 108 bit_set(_name, _start); \ 109 _start++; \
|
| /netbsd/src/sys/arch/ia64/stand/common/ |
| D | bitstring.h | 77 register int _start = (start), _stop = (stop); \ 78 register int _startbyte = _bit_byte(_start); \ 81 _name[_startbyte] &= ((0xff >> (8 - (_start&0x7))) | \ 84 _name[_startbyte] &= 0xff >> (8 - (_start&0x7)); \ 94 register int _start = (start), _stop = (stop); \ 95 register int _startbyte = _bit_byte(_start); \ 98 _name[_startbyte] |= ((0xff << (_start&0x7)) & \ 101 _name[_startbyte] |= 0xff << ((_start)&0x7); \
|
| /netbsd/src/sys/arch/bebox/stand/boot/ |
| D | srt0.s | 43 .globl _start symbol 44 _start: label 57 lis 4,_start@h 58 ori 4,4,_start@l 98 lis 4,_start@h 99 ori 4,4,_start@l
|
| /netbsd/src/share/examples/asm/hello/ |
| D | aarch64.s | 71 .global _start symbol 72 .type _start, %function 73 _start: label 84 .size _start, . - _start
|
| D | i386.s | 71 .global _start symbol 72 .type _start, %function 73 _start: label 89 .size _start, . - _start
|
| D | arm.s | 71 .global _start symbol 72 .type _start, %function 73 _start: label 88 .size _start, . - _start
|
| D | x86_64.s | 71 .global _start symbol 72 .type _start, %function 73 _start: label 89 .size _start, . - _start
|
| D | powerpc.s | 58 .globl _start symbol 59 .type _start, @function 60 _start: label 74 .size _start, . - _start
|
| /netbsd/src/external/gpl3/gcc/dist/libgcc/config/i386/ |
| D | sol2-c1.S | 55 .globl _start symbol 56 _start: label 103 pushl $_start 161 .type _start,@function 162 .size _start,.-_start
|
| /netbsd/src/sys/arch/rs6000/stand/boot/ |
| D | srt0_pwr.s | 50 .globl _start symbol 51 _start: label 72 lis 4,_start@h 73 ori 4,4,_start@l 85 lis 4,_start@h 86 ori 4,4,_start@l
|
| D | srt0.s | 46 .globl _start symbol 47 _start: label 71 lis 4,_start@h 72 ori 4,4,_start@l 84 lis 4,_start@h 85 ori 4,4,_start@l
|
| /netbsd/src/sys/arch/prep/stand/boot/ |
| D | srt0.s | 44 .globl _start symbol 45 _start: label 66 lis 4,_start@h 67 ori 4,4,_start@l 79 lis 4,_start@h 80 ori 4,4,_start@l
|
| /netbsd/src/sys/arch/ia64/stand/ia64/ski/ |
| D | start.S | 35 .global _start symbol 36 .proc _start label 37 _start: label 60 .endp _start
|
| /netbsd/src/sys/arch/newsmips/stand/boot/ |
| D | locore.S | 36 .globl _start symbol 37 _start: label 46 subu t0, ra, (1b - _start) # load address 47 la t1, _start
|
| /netbsd/src/sys/arch/sandpoint/stand/altboot/ |
| D | entry.S | 10 .globl _start symbol 11 _start: label 33 lis 11,_start@ha 34 addi 11,11,_start@l 115 lis 1,_start@ha 116 addi 1,1,_start@l
|
| /netbsd/src/lib/csu/arch/hppa/ |
| D | crt0.S | 39 STRONG_ALIAS(__start,_start) 46 _ENTRY(_start) 65 EXIT(_start)
|
| /netbsd/src/sys/arch/newsmips/stand/bootxx/ |
| D | start.S | 36 .globl _start symbol 37 _start: label 49 2: la v1, _start /* relocate myself */
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.asm/ |
| D | asmsrc1.s | 12 .global _start symbol 13 gdbasm_declare _start 17 gdbasm_end _start
|