OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:got_end
(Results
1 - 3
of
3
) sorted by null
/device/google/contexthub/util/nanoapp_postprocess/
postprocess.c
265
uint32_t gotSz = sect->
got_end
- sect->data_start;
375
else if (IS_IN_RANGE_E(relocs[i].where, sect->got_start, sect->
got_end
))
510
!IS_IN_RAM(sect->bss_end) || !IS_IN_RAM(sect->got_start) || !IS_IN_RAM(sect->
got_end
)) {
519
sect->
got_end
-= RAM_BASE;
684
fixupAddrElf(&hdr->sect.
got_end
) != NANO_RELOC_TYPE_RAM) {
716
size_t gotCount = (sect->
got_end
- sect->got_start) / sizeof(uint32_t);
766
for (uint32_t offset = sect->got_start; offset < sect->
got_end
;
[
all
...]
/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
70
uint32_t
got_end
;
member in struct:SectInfo
Completed in 92 milliseconds