Home
last modified time | relevance | path

Searched refs:bss_start (Results 1 – 25 of 1289) sorted by relevance

12345678910>>...52

/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/ibmrs/
H A Dunexec.c52 unsigned data_start, bss_start;
109 make_filhdr( new, a_out, data_start, bss_start ) in make_filhdr() argument
111 unsigned data_start, bss_start;
162 unsigned data_start, bss_start;
174 aouthdrnew.bsize = sbrk(0) - bss_start;
191 make_scnhdr( new, a_out, data_start, bss_start ) in make_scnhdr() argument
194 unsigned data_start, bss_start;
225 unsigned data_start, bss_start;
233 scnold.s_size = bss_start - scnold.s_paddr;
254 unsigned data_start, bss_start;
[all …]
/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/macg4/
H A Dunexec.c52 unsigned data_start, bss_start;
109 make_filhdr( new, a_out, data_start, bss_start ) in make_filhdr() argument
111 unsigned data_start, bss_start;
162 unsigned data_start, bss_start;
174 aouthdrnew.bsize = sbrk(0) - bss_start;
191 make_scnhdr( new, a_out, data_start, bss_start ) in make_scnhdr() argument
194 unsigned data_start, bss_start;
225 unsigned data_start, bss_start;
233 scnold.s_size = bss_start - scnold.s_paddr;
254 unsigned data_start, bss_start;
[all …]
/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/macg5/
H A Dunexec.c52 unsigned data_start, bss_start;
109 make_filhdr( new, a_out, data_start, bss_start ) in make_filhdr() argument
111 unsigned data_start, bss_start;
162 unsigned data_start, bss_start;
174 aouthdrnew.bsize = sbrk(0) - bss_start;
191 make_scnhdr( new, a_out, data_start, bss_start ) in make_scnhdr() argument
194 unsigned data_start, bss_start;
225 unsigned data_start, bss_start;
233 scnold.s_size = bss_start - scnold.s_paddr;
254 unsigned data_start, bss_start;
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libgloss/i960/
H A Dcrt0.c4 extern char bss_start;
63 memset (&bss_start, 0, &end - &bss_start); in _start()
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/libgloss/i960/
H A Dcrt0.c4 extern char bss_start;
63 memset (&bss_start, 0, &end - &bss_start); in _start()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libgloss/i960/
H A Dcrt0.c4 extern char bss_start;
63 memset (&bss_start, 0, &end - &bss_start); in _start()
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/arch/mips/lib/
H A Dreloc.c110 uint8_t *buf, *bss_start; in relocate_code() local
144 bss_start = (uint8_t *)((unsigned long)__bss_start + off); in relocate_code()
146 memset(bss_start, 0, bss_len); in relocate_code()
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/arch/mips/lib/
H A Dreloc.c110 uint8_t *buf, *bss_start; in relocate_code() local
144 bss_start = (uint8_t *)((unsigned long)__bss_start + off); in relocate_code()
146 memset(bss_start, 0, bss_len); in relocate_code()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot/arch/mips/lib/
H A Dreloc.c110 uint8_t *buf, *bss_start; in relocate_code() local
144 bss_start = (uint8_t *)((unsigned long)__bss_start + off); in relocate_code()
146 memset(bss_start, 0, bss_len); in relocate_code()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot/arch/mips/lib/
H A Dreloc.c110 uint8_t *buf, *bss_start; in relocate_code() local
144 bss_start = (uint8_t *)((unsigned long)__bss_start + off); in relocate_code()
146 memset(bss_start, 0, bss_len); in relocate_code()
/dports/sysutils/u-boot-tools/u-boot-2020.07/arch/mips/lib/
H A Dreloc.c113 uint8_t *buf, *bss_start; in relocate_code() local
147 bss_start = (uint8_t *)((unsigned long)__bss_start + off); in relocate_code()
149 memset(bss_start, 0, bss_len); in relocate_code()
/dports/emulators/qemu60/qemu-6.0.0/roms/u-boot/arch/mips/lib/
H A Dreloc.c110 uint8_t *buf, *bss_start; in relocate_code() local
144 bss_start = (uint8_t *)((unsigned long)__bss_start + off); in relocate_code()
146 memset(bss_start, 0, bss_len); in relocate_code()
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dunexw32.c59 PCHAR bss_start = 0; variable
295 bss_start = my_begbss; in get_section_info()
329 if (bss_start < bss_start_static) in get_section_info()
331 if (bss_start_static < bss_start + bss_size) in get_section_info()
336 if (bss_start < bss_start_static + bss_size_static) in get_section_info()
346 bss_start = min (bss_start, bss_start_static); in get_section_info()
347 bss_size = max (my_endbss, my_endbss_static) - bss_start; in get_section_info()
485 + RVA_TO_SECTION_OFFSET (PTR_TO_RVA (bss_start), dst_section); in copy_executable_and_dump_data()
486 COPY_PROC_CHUNK ("Dumping bss data...", bss_start, in copy_executable_and_dump_data()
/dports/editors/emacs/emacs-27.2/src/
H A Dunexw32.c59 PCHAR bss_start = 0; variable
295 bss_start = my_begbss; in get_section_info()
329 if (bss_start < bss_start_static) in get_section_info()
331 if (bss_start_static < bss_start + bss_size) in get_section_info()
336 if (bss_start < bss_start_static + bss_size_static) in get_section_info()
346 bss_start = min (bss_start, bss_start_static); in get_section_info()
347 bss_size = max (my_endbss, my_endbss_static) - bss_start; in get_section_info()
485 + RVA_TO_SECTION_OFFSET (PTR_TO_RVA (bss_start), dst_section); in copy_executable_and_dump_data()
486 COPY_PROC_CHUNK ("Dumping bss data...", bss_start, in copy_executable_and_dump_data()
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/arch/mips/lib/
H A Dreloc.c114 uint8_t *buf, *bss_start; in relocate_code() local
148 bss_start = (uint8_t *)((unsigned long)__bss_start + off); in relocate_code()
150 memset(bss_start, 0, bss_len); in relocate_code()
/dports/sysutils/u-boot-olinuxino-lime2-emmc/u-boot-2021.07/arch/mips/lib/
H A Dreloc.c114 uint8_t *buf, *bss_start; in relocate_code() local
148 bss_start = (uint8_t *)((unsigned long)__bss_start + off); in relocate_code()
150 memset(bss_start, 0, bss_len); in relocate_code()
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/arch/mips/lib/
H A Dreloc.c114 uint8_t *buf, *bss_start; in relocate_code() local
148 bss_start = (uint8_t *)((unsigned long)__bss_start + off); in relocate_code()
150 memset(bss_start, 0, bss_len); in relocate_code()
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/arch/mips/lib/
H A Dreloc.c114 uint8_t *buf, *bss_start; in relocate_code() local
148 bss_start = (uint8_t *)((unsigned long)__bss_start + off); in relocate_code()
150 memset(bss_start, 0, bss_len); in relocate_code()
/dports/sysutils/u-boot-chip/u-boot-2021.07/arch/mips/lib/
H A Dreloc.c114 uint8_t *buf, *bss_start; in relocate_code() local
148 bss_start = (uint8_t *)((unsigned long)__bss_start + off); in relocate_code()
150 memset(bss_start, 0, bss_len); in relocate_code()
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/arch/mips/lib/
H A Dreloc.c114 uint8_t *buf, *bss_start; in relocate_code() local
148 bss_start = (uint8_t *)((unsigned long)__bss_start + off); in relocate_code()
150 memset(bss_start, 0, bss_len); in relocate_code()
/dports/sysutils/u-boot-firefly-rk3399/u-boot-2021.07/arch/mips/lib/
H A Dreloc.c114 uint8_t *buf, *bss_start; in relocate_code() local
148 bss_start = (uint8_t *)((unsigned long)__bss_start + off); in relocate_code()
150 memset(bss_start, 0, bss_len); in relocate_code()
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/arch/mips/lib/
H A Dreloc.c114 uint8_t *buf, *bss_start; in relocate_code() local
148 bss_start = (uint8_t *)((unsigned long)__bss_start + off); in relocate_code()
150 memset(bss_start, 0, bss_len); in relocate_code()
/dports/sysutils/u-boot-sopine/u-boot-2021.07/arch/mips/lib/
H A Dreloc.c114 uint8_t *buf, *bss_start; in relocate_code() local
148 bss_start = (uint8_t *)((unsigned long)__bss_start + off); in relocate_code()
150 memset(bss_start, 0, bss_len); in relocate_code()
/dports/sysutils/u-boot-a64-olinuxino/u-boot-2021.07/arch/mips/lib/
H A Dreloc.c114 uint8_t *buf, *bss_start; in relocate_code() local
148 bss_start = (uint8_t *)((unsigned long)__bss_start + off); in relocate_code()
150 memset(bss_start, 0, bss_len); in relocate_code()
/dports/sysutils/u-boot-sopine-spi/u-boot-2021.07/arch/mips/lib/
H A Dreloc.c114 uint8_t *buf, *bss_start; in relocate_code() local
148 bss_start = (uint8_t *)((unsigned long)__bss_start + off); in relocate_code()
150 memset(bss_start, 0, bss_len); in relocate_code()

12345678910>>...52