Searched defs:at_entry (Results 1 - 3 of 3) sorted by last modified time

/external/ltrace/sysdeps/linux-gnu/
H A Dproc.c688 arch_addr_t at_entry = 0; local
705 at_entry = (arch_addr_t)(uintptr_t)entry.a_un.a_val;
716 *entryp = at_entry;
/external/llvm/test/Bindings/Ocaml/
H A Danalysis.ml27 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/
H A Dlink_map.c446 consider_executable (Dwfl_Module *mod, GElf_Addr at_phdr, GElf_Addr at_entry,
455 if (at_entry != 0)
465 if (ehdr.e_entry != at_entry)
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,
443 consider_executable(Dwfl_Module *mod, GElf_Addr at_phdr, GElf_Addr at_entry, uint_fast8_t *elfclass, uint_fast8_t *elfdata, Dwfl_Memory_Callback *memory_callback, void *memory_callback_arg) argument
605 find_executable(Dwfl *dwfl, GElf_Addr at_phdr, GElf_Addr at_entry, uint_fast8_t *elfclass, uint_fast8_t *elfdata, Dwfl_Memory_Callback *memory_callback, void *memory_callback_arg) argument

Completed in 173 milliseconds