/device/google/contexthub/firmware/misc/platform/stm32f4xx/ |
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/src/cpu/cortexm4f/ |
appSupport.c | 155 memset(mem + sect->bss_start, 0, sect->bss_end - sect->bss_start);
|
/device/google/contexthub/util/nanoapp_postprocess/ |
postprocess.c | 266 uint32_t bssSz = sect->bss_end - sect->bss_start; 371 if (IS_IN_RANGE_E(relocs[i].where, sect->bss_start, sect->bss_end)) 509 if (!IS_IN_RAM(sect->data_start) || !IS_IN_RAM(sect->data_end) || !IS_IN_RAM(sect->bss_start) || 516 sect->bss_start -= RAM_BASE; 681 fixupAddrElf(&hdr->sect.bss_start) != NANO_RELOC_TYPE_RAM || 717 size_t numInitFuncs = (sect->bss_start - sect->data_end) / sizeof(uint32_t); [all...] |
/device/google/contexthub/lib/include/nanohub/ |
nanohub.h | 66 uint32_t bss_start; member in struct:SectInfo
|
/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...] |
/art/compiler/ |
oat_writer.cc | 508 size_t bss_start = RoundUp(size_, kPageSize); 512 dex_cache_arrays_offsets_.Put(dex_file, bss_start + bss_size_); [all...] |