Searched refs:relocs (Results 1 – 4 of 4) sorted by relevance
| /device/google/contexthub/util/nanoapp_postprocess/ |
| D | postprocess_elf.c | 93 struct ElfAppSection relocs; member 295 struct RelocEntry *relocs; in handleApp() local 327 relocs = (struct RelocEntry*)(buf + sect->rel_start - FLASH_BASE); in handleApp() 356 uint32_t relocType = relocs[i].info & 0xff; in handleApp() 357 uint32_t whichSym = relocs[i].info >> 8; in handleApp() 366 i, relocs[i].where, relocs[i].info & 0xff, whichSym); in handleApp() 374 i, relocs[i].where, relocs[i].info & 0xff, whichSym, syms[whichSym].addr); in handleApp() 376 if (IS_IN_RANGE_E(relocs[i].where, sect->bss_start, sect->bss_end)) in handleApp() 378 else if (IS_IN_RANGE_E(relocs[i].where, sect->data_start, sect->data_end)) in handleApp() 380 else if (IS_IN_RANGE_E(relocs[i].where, sect->got_start, sect->got_end)) in handleApp() [all …]
|
| /device/google/contexthub/firmware/os/platform/stm32/lkr/ |
| D | app.lkr | 25 * list of relocs 33 …After this image is produced a nonoapp_postprocess unitily will process relocs and symbols and com… 34 …elf potentially to adjust for new reloc format. This shrinks relocs a lot. GCC produces relocs at 8 36 from there into relocs and app image itself, generating 4 bytes per reloc of "nano reloc data" 110 .relocs : { 112 /* relocs */
|
| /device/google/contexthub/firmware/build/ |
| D | app_config.mk | 26 LOCAL_OBJCOPY_SECT_cortexm4 := .flash .data .relocs .dynsym
|
| /device/google/contexthub/firmware/app/ |
| D | app.mk | 179 LDFLAGS += -Wl,--emit-relocs 230 $(OBJCOPY) -j.relocs -j.flash -j.data -j.dynsym -O binary $< $@
|