Searched refs:module_get_absolute (Results 1 – 5 of 5) sorted by relevance
/external/syslinux/com32/lib/sys/module/ |
D | elf_module.c | 73 (Elf_Word*)module_get_absolute(dyn_entry->d_un.d_ptr, module); in prepare_dynlinking() 77 (Elf_Word*)module_get_absolute(dyn_entry->d_un.d_ptr, module); in prepare_dynlinking() 81 (char*)module_get_absolute(dyn_entry->d_un.d_ptr, module); in prepare_dynlinking() 85 module_get_absolute(dyn_entry->d_un.d_ptr, module); in prepare_dynlinking() 94 module->got = module_get_absolute(dyn_entry->d_un.d_ptr, module); in prepare_dynlinking() 127 start = module_get_absolute(ctors_start->st_value, module); in extract_operations() 128 end = module_get_absolute(ctors_end->st_value, module); in extract_operations() 156 start = module_get_absolute(dtors_start->st_value, module); in extract_operations() 157 end = module_get_absolute(dtors_end->st_value, module); in extract_operations() 264 module_get_absolute(main_sym->st_value, module); in module_load()
|
/external/syslinux/com32/lib/sys/module/x86_64/ |
D | elf_module.c | 123 if (image_read((char *)module_get_absolute(cr_pht->p_vaddr, module) + aux_off, in load_segments() 134 if (image_read(module_get_absolute(cr_pht->p_vaddr, module), in load_segments() 175 module->dyn_table = module_get_absolute(dyn_addr, module); in load_segments() 192 Elf64_Xword *dest = module_get_absolute(rel->r_offset, module); in perform_relocation() 228 sym_addr = (Elf64_Addr)module_get_absolute(sym_def->st_value, sym_module); in perform_relocation() 299 plt_rel = module_get_absolute(dyn_entry->d_un.d_ptr, module); in resolve_symbols() 304 rel = module_get_absolute(dyn_entry->d_un.d_ptr, module); in resolve_symbols() 307 rel = module_get_absolute(dyn_entry->d_un.d_ptr, module); in resolve_symbols()
|
/external/syslinux/com32/lib/sys/module/i386/ |
D | elf_module.c | 123 if (image_read((char *)module_get_absolute(cr_pht->p_vaddr, module) + aux_off, in load_segments() 134 if (image_read(module_get_absolute(cr_pht->p_vaddr, module), in load_segments() 175 module->dyn_table = module_get_absolute(dyn_addr, module); in load_segments() 192 Elf32_Word *dest = module_get_absolute(rel->r_offset, module); in perform_relocation() 228 sym_addr = (Elf32_Addr)module_get_absolute(sym_def->st_value, sym_module); in perform_relocation() 295 plt_rel = module_get_absolute(dyn_entry->d_un.d_ptr, module); in resolve_symbols() 300 rel = module_get_absolute(dyn_entry->d_un.d_ptr, module); in resolve_symbols()
|
/external/syslinux/com32/include/sys/ |
D | module.h | 337 static inline void *module_get_absolute(Elf_Addr addr, struct elf_module *module) { in module_get_absolute() function
|
/external/syslinux/com32/lua/src/ |
D | loadlib.c | 257 return (lua_CFunction)module_get_absolute(p->st_value, (struct elf_module *)lib); in ll_sym()
|