Home
last modified time | relevance | path

Searched refs:got_start (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/util/nanoapp_postprocess/
Dpostprocess_elf.c377 else if (IS_IN_RANGE_E(relocs[i].where, sect->got_start, sect->got_end)) in handleApp()
512 !IS_IN_RAM(sect->bss_end) || !IS_IN_RAM(sect->got_start) || !IS_IN_RAM(sect->got_end)) { in handleApp()
520 sect->got_start -= RAM_BASE; in handleApp()
685 fixupAddrElf(&hdr->sect.got_start) != NANO_RELOC_TYPE_RAM || in fixupHeaderElf()
718 size_t gotCount = (sect->got_end - sect->got_start) / sizeof(uint32_t); in genElfNanoRelocs()
768 for (uint32_t offset = sect->got_start; offset < sect->got_end; in genElfNanoRelocs()
Dpostprocess.c437 !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()
/device/google/contexthub/lib/include/nanohub/
Dnanohub.h98 uint32_t got_start; member