HomeSort by relevance Sort by last modified time
    Searched refs:init_ip (Results 1 - 7 of 7) sorted by null

  /external/valgrind/coregrind/
pub_core_ume.h 74 Addr init_ip; // OUT: address of first instruction to execute member in struct:__anon26659
pub_core_initimg.h 106 Addr init_ip; /* &__dyld_start, or copy of entry */ member in struct:_IICreateImageInfo
  /external/valgrind/coregrind/m_ume/
elf.c 583 info->init_ip = ((ULong*)entry)[0];
585 info->init_ip += info->interp_offset;
589 info->init_ip = (Addr)entry;
592 info->init_ip = (Addr)entry;
macho.c 856 info->init_ip = (Addr)(linker_entry ? linker_entry : entry);
  /external/valgrind/coregrind/m_initimg/
initimg-darwin.c 88 *client_ip = info->init_ip;
initimg-solaris.c 876 iifii.initial_client_IP = info.init_ip;
    [all...]
initimg-linux.c 101 *client_ip = info->init_ip;
    [all...]

Completed in 561 milliseconds