Searched refs:bss_start (Results 1 – 6 of 6) sorted by relevance
/device/google/contexthub/firmware/os/platform/stm32/misc/ |
D | showsizes.sh | 16 bss_start=$(getvar $1 __bss_start) 18 bss_sz=$(($bss_end-$bss_start))
|
/device/google/contexthub/firmware/os/cpu/cortexm4/ |
D | appSupport.c | 155 memset(mem + sect->bss_start, 0, sect->bss_end - sect->bss_start); in cpuAppLoad()
|
/device/google/contexthub/util/nanoapp_postprocess/ |
D | postprocess_elf.c | 270 uint32_t bssSz = sect->bss_end - sect->bss_start; in finalizeAndWrite() 376 if (IS_IN_RANGE_E(relocs[i].where, sect->bss_start, sect->bss_end)) in handleApp() 514 if (!IS_IN_RAM(sect->data_start) || !IS_IN_RAM(sect->data_end) || !IS_IN_RAM(sect->bss_start) || in handleApp() 521 sect->bss_start -= RAM_BASE; in handleApp() 686 fixupAddrElf(&hdr->sect.bss_start) != NANO_RELOC_TYPE_RAM || in fixupHeaderElf() 722 size_t numInitFuncs = (sect->bss_start - sect->data_end) / sizeof(uint32_t); in genElfNanoRelocs()
|
D | postprocess.c | 268 size_t bssSz = sect->bss_end - sect->bss_start; in finalizeAndWrite() 436 if (!IS_IN_RAM(sect->data_start) || !IS_IN_RAM(sect->data_end) || !IS_IN_RAM(sect->bss_start) || in handleApp() 494 if (IS_IN_RANGE_E(reloc->where, sect->bss_start, sect->bss_end)) in handleApp() 556 sect->bss_start -= RAM_BASE; in handleApp()
|
/device/google/contexthub/lib/include/nanohub/ |
D | nanohub.h | 107 uint32_t bss_start; member
|
/device/google/contexthub/firmware/os/core/ |
D | nanohubCommand.c | 1549 … success = copyTLV32(data, &offset, max_len, tags[i], app->sect.bss_end - app->sect.bss_start); in processAppTags()
|