Searched refs:gei (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/drd/
H A Ddrd_hb.c119 GenericErrInfo gei = { local
127 &gei);
239 GenericErrInfo gei = { local
247 &gei);
H A Ddrd_cond.c107 GenericErrInfo gei = { local
115 &gei);
H A Ddrd_error.c425 GenericErrInfo* gei = (GenericErrInfo*)(VG_(get_error_extra)(e)); local
429 if (gei->addr)
430 first_observed(gei->addr);
/external/boringssl/src/crypto/perlasm/
H A Dx86_64-xlate.pl254 $self->{label} =~ s/([_a-z][_a-z0-9]*)/$globals{$1} or $1/gei;
449 $self->{value} =~ s/([_a-z][_a-z0-9]*)/$globals{$1} or $1/gei;
746 && do { $$line =~ s/([_a-z][_a-z0-9]*)/$globals{$1} or $1/gei;

Completed in 225 milliseconds