Searched refs:reloc (Results 1 – 3 of 3) sorted by relevance
535 const uint32_t *reloc, unsigned int num_relocs) in get_num_rels() argument549 assert(offs < reloc[n]); /* check that it's sorted */ in get_num_rels()550 offs = reloc[n]; in get_num_rels()560 const uint32_t *reloc, unsigned int num_relocs) in init_rels() argument572 if (reloc[n] < reloc_offs) in init_rels()576 r = reloc[n] - reloc_offs; in init_rels()593 const void *reloc, in fobj_ro_reloc_paged_alloc() argument600 assert(IS_ALIGNED_WITH_TYPE(reloc, uint32_t)); in fobj_ro_reloc_paged_alloc()604 assert(!reloc); in fobj_ro_reloc_paged_alloc()607 assert(reloc); in fobj_ro_reloc_paged_alloc()[all …]
401 const uint32_t *reloc = NULL; in undo_init_relocation() local408 reloc = (const void *)((vaddr_t)embdata + embdata->reloc_offset); in undo_init_relocation()409 reloc_end = reloc + embdata->reloc_len / sizeof(*reloc); in undo_init_relocation()411 for (; reloc < reloc_end; reloc++) { in undo_init_relocation()412 if (*reloc < addr_start) in undo_init_relocation()414 if (*reloc >= addr_end) in undo_init_relocation()416 ptr = (void *)(paged_store + *reloc - addr_start); in undo_init_relocation()429 const void *reloc = __init_end + embdata->reloc_offset; in ro_paged_alloc() local432 reloc, embdata->reloc_len, store); in ro_paged_alloc()
108 const void *reloc,
Completed in 12 milliseconds