HomeSort by relevance Sort by last modified time
    Searched refs:bss_end (Results 1 - 11 of 11) sorted by null

  /bionic/libc/kernel/uapi/linux/
flat.h 29 unsigned long bss_end; member in struct:flat_hdr
  /external/kernel-headers/original/uapi/linux/
flat.h 37 unsigned long bss_end; /* Offset of end of bss segment from beginning member in struct:flat_hdr
40 /* (It is assumed that data_end through bss_end forms the bss segment.) */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
flat.h 36 unsigned long bss_end; /* Offset of end of bss segment from beginning member in struct:flat_hdr
39 /* (It is assumed that data_end through bss_end forms the bss segment.) */
  /device/google/contexthub/firmware/os/platform/stm32/misc/
showsizes.sh 17 bss_end=$(getvar $1 __bss_end)
18 bss_sz=$(($bss_end-$bss_start))
  /system/chre/build/app_support/qcom_nanohub/
app_support.cc 70 uint32_t bss_end; member in struct:LegacyAppHdr
  /device/google/contexthub/firmware/os/cpu/cortexm4/
appSupport.c 146 uint8_t *mem = heapAlloc(sect->bss_end);
155 memset(mem + sect->bss_start, 0, sect->bss_end - sect->bss_start);
  /device/google/contexthub/lib/include/nanohub/
nanohub.h 107 uint32_t bss_end; member in struct:SectInfo
  /device/google/contexthub/util/nanoapp_postprocess/
postprocess.c 268 size_t bssSz = sect->bss_end - sect->bss_start;
437 !IS_IN_RAM(sect->bss_end) || !IS_IN_RAM(sect->got_start) || !IS_IN_RAM(sect->got_end)) {
494 if (IS_IN_RANGE_E(reloc->where, sect->bss_start, sect->bss_end))
557 sect->bss_end -= RAM_BASE;
postprocess_elf.c 270 uint32_t bssSz = sect->bss_end - sect->bss_start;
376 if (IS_IN_RANGE_E(relocs[i].where, sect->bss_start, sect->bss_end))
515 !IS_IN_RAM(sect->bss_end) || !IS_IN_RAM(sect->got_start) || !IS_IN_RAM(sect->got_end)) {
522 sect->bss_end -= RAM_BASE;
687 fixupAddrElf(&hdr->sect.bss_end) != NANO_RELOC_TYPE_RAM ||
    [all...]
  /toolchain/binutils/binutils-2.27/ld/
pe-dll.c 3222 bfd_vma bss_end = 0; local
    [all...]
  /device/google/contexthub/firmware/os/core/
nanohubCommand.c     [all...]

Completed in 441 milliseconds