OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:at_entry
(Results
1 - 3
of
3
) sorted by null
/external/llvm/test/Bindings/Ocaml/
analysis.ml
27
let
at_entry
= builder_at_end context (entry_block fn) in
var
28
ignore (build_ret_void
at_entry
);
42
ignore (build_ret_void
at_entry
);
/external/elfutils/0.153/libdwfl/
link_map.c
446
consider_executable (Dwfl_Module *mod, GElf_Addr at_phdr, GElf_Addr
at_entry
,
455
if (
at_entry
!= 0)
457
/* If we have an
AT_ENTRY
value, reject this executable if
465
if (ehdr.e_entry !=
at_entry
)
514
/* Final sanity check: if we have an
AT_ENTRY
value,
516
if (
at_entry
!= 0 &&
at_entry
!= ehdr.e_entry + bias)
608
find_executable (Dwfl *dwfl, GElf_Addr at_phdr, GElf_Addr
at_entry
,
616
GElf_Addr r_debug_vaddr = consider_executable (mod, at_phdr,
at_entry
,
652
if (av[i].a_type == BL##NN (
AT_ENTRY
)) \
[
all
...]
/external/ltrace/sysdeps/linux-gnu/
proc.c
688
arch_addr_t
at_entry
= 0;
local
702
case
AT_ENTRY
:
705
at_entry
= (arch_addr_t)(uintptr_t)entry.a_un.a_val;
716
*entryp =
at_entry
;
Completed in 207 milliseconds