HomeSort by relevance Sort by last modified time
    Searched full:bss_start (Results 1 - 15 of 15) sorted by null

  /device/google/contexthub/firmware/os/platform/stm32/misc/
showsizes.sh 16 bss_start=$(getvar $1 __bss_start)
18 bss_sz=$(($bss_end-$bss_start))
  /toolchain/binutils/binutils-2.25/bfd/
i386os9k.c 77 unsigned long bss_start; local
98 bss_start = execp->a_dload + execp->a_data; /* BSS = end of data section. */
99 obj_bsssec (abfd)->vma = align_power (bss_start, execp->a_balign);
coffswap.h 658 aouthdr_int->bss_start = H_GET_32 (abfd, aouthdr_ext->bss_start);
668 aouthdr_int->bss_start = H_GET_64 (abfd, aouthdr_ext->bss_start);
727 H_PUT_32 (abfd, aouthdr_in->bss_start, aouthdr_out->bss_start);
740 H_PUT_64 (abfd, aouthdr_in->bss_start, aouthdr_out->bss_start);
bout.c 131 unsigned long bss_start; local
158 bss_start = execp->a_dload + execp->a_data; /* BSS = end of data section. */
159 obj_bsssec (abfd)->vma = align_power (bss_start, execp->a_balign);
    [all...]
ecoff.c     [all...]
  /device/google/contexthub/firmware/os/cpu/cortexm4/
appSupport.c 155 memset(mem + sect->bss_start, 0, sect->bss_end - sect->bss_start);
  /system/chre/build/app_support/qcom_nanohub/
app_support.cc 69 uint32_t bss_start; member in struct:LegacyAppHdr
  /device/google/contexthub/util/nanoapp_postprocess/
postprocess_elf.c 267 uint32_t bssSz = sect->bss_end - sect->bss_start;
373 if (IS_IN_RANGE_E(relocs[i].where, sect->bss_start, sect->bss_end))
511 if (!IS_IN_RAM(sect->data_start) || !IS_IN_RAM(sect->data_end) || !IS_IN_RAM(sect->bss_start) ||
518 sect->bss_start -= RAM_BASE;
683 fixupAddrElf(&hdr->sect.bss_start) != NANO_RELOC_TYPE_RAM ||
719 size_t numInitFuncs = (sect->bss_start - sect->data_end) / sizeof(uint32_t);
    [all...]
postprocess.c 268 size_t bssSz = sect->bss_end - sect->bss_start;
436 if (!IS_IN_RAM(sect->data_start) || !IS_IN_RAM(sect->data_end) || !IS_IN_RAM(sect->bss_start) ||
494 if (IS_IN_RANGE_E(reloc->where, sect->bss_start, sect->bss_end))
556 sect->bss_start -= RAM_BASE;
  /device/google/contexthub/lib/include/nanohub/
nanohub.h 95 uint32_t bss_start; member in struct:SectInfo
  /external/syslinux/core/
layout.inc 24 BSS_START equ 0800h
  /toolchain/binutils/binutils-2.25/include/coff/
mips.h 47 unsigned char bss_start[4]; /* base of bss used for this file */ member in struct:external_aouthdr
alpha.h 64 unsigned char bss_start[8]; /* base of bss used for this file */ member in struct:external_aouthdr
internal.h 279 bfd_vma bss_start; /* Base of bss section. */ member in struct:internal_aouthdr
  /toolchain/binutils/binutils-2.25/ld/
pe-dll.c 3171 bfd_vma bss_start = 1; local
    [all...]

Completed in 442 milliseconds