Home | History | Annotate | Download | only in nanoapp_postprocess

Lines Matching full:got_start

375             else if (IS_IN_RANGE_E(relocs[i].where, sect->got_start, sect->got_end))
510 !IS_IN_RAM(sect->bss_end) || !IS_IN_RAM(sect->got_start) || !IS_IN_RAM(sect->got_end)) {
518 sect->got_start -= RAM_BASE;
683 fixupAddrElf(&hdr->sect.got_start) != NANO_RELOC_TYPE_RAM ||
716 size_t gotCount = (sect->got_end - sect->got_start) / sizeof(uint32_t);
766 for (uint32_t offset = sect->got_start; offset < sect->got_end;