Home
last modified time | relevance | path

Searched refs:ehdr_main (Results 1 – 1 of 1) sorted by relevance

/external/elfutils/libdwfl/
Ddwfl_module_getdwarf.c915 GElf_Ehdr ehdr_main, ehdr_aux; in find_aux_address_sync() local
916 if (unlikely (gelf_getehdr (mod->main.elf, &ehdr_main) == NULL) in find_aux_address_sync()
919 mod->aux_sym.address_sync += ehdr_aux.e_entry - ehdr_main.e_entry; in find_aux_address_sync()