Searched refs:section (Results 1 – 25 of 100) sorted by relevance
1234
/picolibc-latest/newlib/libc/machine/avr/ |
D | sectionname.h | 43 #define ATTRIBUTE_CLIB_SECTION __attribute__ ((section (STR(CLIB_SECTION)))) 44 #define ATTRIBUTE_MLIB_SECTION __attribute__ ((section (STR(MLIB_SECTION)))) 46 #define ASSEMBLY_CLIB_SECTION .section CLIB_SECTION, "ax", @progbits 47 #define ASSEMBLY_MLIB_SECTION .section MLIB_SECTION, "ax", @progbits
|
/picolibc-latest/scripts/ |
D | run-power9 | 56 $objcopy --update-section .init="$one_bin" --remove-section=.text --remove-section=.sfpr --remove-s…
|
/picolibc-latest/picocrt/machine/powerpc/ |
D | cstart.c | 40 void *__opal_base __attribute__((section(".preserve"))); 41 void *__opal_entry __attribute__((section(".preserve")));
|
/picolibc-latest/semihost/machine/m68k/ |
D | m68k_semihost.S | 38 .section .text.m68k_semihost 63 .section .note.GNU-stack,"",%progbits
|
/picolibc-latest/semihost/machine/powerpc/ |
D | opal_call.S | 39 .section .text.opal_call 48 .section ".opd","aw"
|
/picolibc-latest/newlib/doc/ |
D | doc.str | 85 "@section " - a x x b 110 "@section " asection ; 113 "@section " asection ;
|
/picolibc-latest/newlib/libc/machine/tic80/ |
D | setjmp.S | 38 .section .text,"x" 52 .section .text,"x"
|
/picolibc-latest/newlib/libc/machine/aarch64/ |
D | asmdefs.h | 26 .section .note.gnu.property, "a"; \ 38 .section .note.gnu.property, "a"; \
|
/picolibc-latest/newlib/libc/machine/xc16x/ |
D | setjmp.S | 16 .section .text
|
/picolibc-latest/picocrt/machine/x86/ |
D | crt0-64.S | 43 .section .text.init.enter 129 .section .rodata 174 .section .note.GNU-stack,"",%progbits
|
D | crt0-32.S | 43 .section .text.init.enter 128 .section .note.GNU-stack,"",%progbits
|
/picolibc-latest/newlib/libc/picolib/machine/msp430/ |
D | interrupt.S | 4 .section .rodata.vector
|
/picolibc-latest/newlib/libc/machine/arm/ |
D | strlen.S | 56 .section .note.GNU-stack,"",%progbits
|
D | strlen-thumb1-Os.S | 56 .section .note.GNU-stack,"",%progbits
|
/picolibc-latest/newlib/libc/machine/rx/ |
D | memset.S | 8 .section .text
|
D | mempcpy.S | 8 .section .text
|
D | strcpy.S | 8 .section .text
|
/picolibc-latest/newlib/libc/machine/pru/ |
D | setjmp.s | 26 .section .text
|
/picolibc-latest/newlib/libc/machine/mn10300/ |
D | memcmp.S | 21 .section .text 71 .section .debug_frame,"",@progbits
|
D | strlen.S | 21 .section .text 65 .section .debug_frame,"",@progbits
|
D | strcmp.S | 21 .section .text 74 .section .debug_frame,"",@progbits
|
D | strcpy.S | 21 .section .text 71 .section .debug_frame,"",@progbits
|
D | memset.S | 21 .section .text 81 .section .debug_frame,"",@progbits
|
/picolibc-latest/newlib/libc/machine/riscv/ |
D | memcpy-asm.S | 15 .section .text.memcpy
|
D | memmove.S | 15 .section .text.memmove
|
1234