Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/
Danalysis.ml24 let at_entry = builder_at_end context (entry_block fn) in
25 ignore (build_ret_void at_entry);
39 ignore (build_ret_void at_entry);
/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/elfutils/libdwfl/
Dlink_map.c509 consider_executable (Dwfl_Module *mod, GElf_Addr at_phdr, GElf_Addr at_entry, in consider_executable() argument
518 if (at_entry != 0) in consider_executable()
528 if (ehdr.e_entry != at_entry) in consider_executable()
583 if (at_entry != 0 && at_entry != ehdr.e_entry + bias) in consider_executable()
675 find_executable (Dwfl *dwfl, GElf_Addr at_phdr, GElf_Addr at_entry, in find_executable() argument
683 GElf_Addr r_debug_vaddr = consider_executable (mod, at_phdr, at_entry, in find_executable()