Searched refs:at_entry (Results 1 – 4 of 4) sorted by relevance
24 let at_entry = builder_at_end context (entry_block fn) in25 ignore (build_ret_void at_entry);39 ignore (build_ret_void at_entry);
27 let at_entry = builder_at_end context (entry_block fn) in28 ignore (build_ret_void at_entry);42 ignore (build_ret_void at_entry);
505 consider_executable (Dwfl_Module *mod, GElf_Addr at_phdr, GElf_Addr at_entry, in consider_executable() argument514 if (at_entry != 0) in consider_executable()524 if (ehdr.e_entry != at_entry) in consider_executable()579 if (at_entry != 0 && at_entry != ehdr.e_entry + bias) in consider_executable()671 find_executable (Dwfl *dwfl, GElf_Addr at_phdr, GElf_Addr at_entry, in find_executable() argument679 GElf_Addr r_debug_vaddr = consider_executable (mod, at_phdr, at_entry, in find_executable()