Home | History | Annotate | Download | only in nanoapp_postprocess

Lines Matching refs:bss_end

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 ||