Searched refs:shdr (Results 1 – 2 of 2) sorted by relevance
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()327 if (IS_PROG(shdr[index]) && IS_AX(shdr[index])) in dlmodule_load_relocated_object()333 if (IS_PROG(shdr[index]) && IS_ALLOC(shdr[index])) in dlmodule_load_relocated_object()338 if (IS_PROG(shdr[index]) && IS_AW(shdr[index])) in dlmodule_load_relocated_object()343 if (IS_NOPROG(shdr[index]) && IS_AW(shdr[index])) in dlmodule_load_relocated_object()371 if (IS_PROG(shdr[index]) && IS_AX(shdr[index])) in dlmodule_load_relocated_object()381 if (IS_PROG(shdr[index]) && IS_ALLOC(shdr[index])) in dlmodule_load_relocated_object()393 if (IS_PROG(shdr[index]) && IS_AW(shdr[index])) in dlmodule_load_relocated_object()405 if (IS_NOPROG(shdr[index]) && IS_AW(shdr[index])) in dlmodule_load_relocated_object()[all …]
361 #define shdr ((Elf32_Shdr *)((rt_uint8_t *)module_ptr + elf_module->e_shoff)) macro369 #define shdr ((Elf64_Shdr *)((rt_uint8_t *)module_ptr + elf_module->e_shoff)) macro
Completed in 5 milliseconds