Home
last modified time | relevance | path

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

/external/llvm/test/Bindings/OCaml/
Danalysis.ml27 let at_entry = builder_at_end context (entry_block fn) in
28 ignore (build_ret_void at_entry);
42 ignore (build_ret_void at_entry);
/external/llvm-project/llvm/test/Bindings/OCaml/
Danalysis.ml27 let at_entry = builder_at_end context (entry_block fn) in
28 ignore (build_ret_void at_entry);
42 ignore (build_ret_void at_entry);
/external/elfutils/libdwfl/
Dlink_map.c531 consider_executable (Dwfl_Module *mod, GElf_Addr at_phdr, GElf_Addr at_entry, in consider_executable() argument
540 if (at_entry != 0) in consider_executable()
550 if (ehdr.e_entry != at_entry) in consider_executable()
605 if (at_entry != 0 && at_entry != ehdr.e_entry + bias) in consider_executable()
697 find_executable (Dwfl *dwfl, GElf_Addr at_phdr, GElf_Addr at_entry, in find_executable() argument
705 GElf_Addr r_debug_vaddr = consider_executable (mod, at_phdr, at_entry, in find_executable()