Searched refs:got_start (Results 1 – 3 of 3) sorted by relevance
380 else if (IS_IN_RANGE_E(relocs[i].where, sect->got_start, sect->got_end)) in handleApp()515 !IS_IN_RAM(sect->bss_end) || !IS_IN_RAM(sect->got_start) || !IS_IN_RAM(sect->got_end)) { in handleApp()523 sect->got_start -= RAM_BASE; in handleApp()688 fixupAddrElf(&hdr->sect.got_start) != NANO_RELOC_TYPE_RAM || in fixupHeaderElf()721 size_t gotCount = (sect->got_end - sect->got_start) / sizeof(uint32_t); in genElfNanoRelocs()771 for (uint32_t offset = sect->got_start; offset < sect->got_end; in genElfNanoRelocs()
437 !IS_IN_RAM(sect->bss_end) || !IS_IN_RAM(sect->got_start) || !IS_IN_RAM(sect->got_end)) { in handleApp()498 else if (IS_IN_RANGE_E(reloc->where, sect->got_start, sect->got_end)) in handleApp()558 sect->got_start -= RAM_BASE; in handleApp()
110 uint32_t got_start; member