HomeSort by relevance Sort by last modified time
    Searched full:data_data (Results 1 - 4 of 4) sorted by null

  /device/google/contexthub/firmware/src/cpu/cortexm4f/
appSupport.c 158 memcpy(mem + sect->data_start, (uint8_t*)APP_FLASH_RELOC(app, sect->data_data), sect->got_end - sect->data_start);
  /device/google/contexthub/lib/include/nanohub/
nanohub.h 64 uint32_t data_data; member in struct:SectInfo
  /device/google/contexthub/util/nanoapp_postprocess/
postprocess.c 233 valThereP = (uint32_t*)(buf + relocs[i].where + sect->data_data - RAM_BASE - FLASH_BASE);
421 if (!IS_IN_FLASH(sect->data_data) || !IS_IN_FLASH(sect->rel_start) || !IS_IN_FLASH(sect->rel_end)) {
425 sect->data_data -= FLASH_BASE + BINARY_RELOC_OFFSET;
459 uint32_t codeAndRoDataSz = sect->data_data;
  /external/tcpdump/
print-802_11.c 130 #define DATA_DATA 0x0
    [all...]

Completed in 3690 milliseconds