Searched refs:sh_offset (Results 1 – 3 of 3) sorted by relevance
161 rel = (Elf_Rel *)((rt_uint8_t *)module_ptr + shdr[index].sh_offset); in dlmodule_load_shared_object()165 shdr[shdr[index].sh_link].sh_offset); in dlmodule_load_shared_object()167 shdr[shdr[shdr[index].sh_link].sh_link].sh_offset; in dlmodule_load_shared_object()217 shdr[elf_module->e_shstrndx].sh_offset; in dlmodule_load_shared_object()374 (rt_uint8_t *)elf_module + shdr[index].sh_offset, in dlmodule_load_relocated_object()384 (rt_uint8_t *)elf_module + shdr[index].sh_offset, in dlmodule_load_relocated_object()396 (rt_uint8_t *)elf_module + shdr[index].sh_offset, in dlmodule_load_relocated_object()433 rel = (Elf_Rel *)((rt_uint8_t *)module_ptr + shdr[index].sh_offset); in dlmodule_load_relocated_object()437 shdr[shdr[index].sh_link].sh_offset); in dlmodule_load_relocated_object()439 shdr[shdr[shdr[index].sh_link].sh_link].sh_offset; in dlmodule_load_relocated_object()[all …]
116 Elf32_Off sh_offset; /* file offset */ member130 Elf64_Off sh_offset; /* Section file offset */ member
295 Elf32_Off sh_offset; /* Section file offset */ member309 Elf64_Off sh_offset; /* Section file offset */ member
Completed in 21 milliseconds