Home
last modified time | relevance | path

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

/device/google/contexthub/util/nanoapp_postprocess/
Dpostprocess_elf.c721 size_t gotCount = (sect->got_end - sect->got_start) / sizeof(uint32_t); in genElfNanoRelocs() local
724 size_t totalRelocCount = (numDataRelocs + numInitFuncs + gotCount); in genElfNanoRelocs()
770 DBG("Updating GOT entries (%zu):", gotCount); in genElfNanoRelocs()