OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:emulation
(Results
1 - 4
of
4
) sorted by null
/external/elfutils/libebl/
libeblP.h
44
/*
Emulation
name. */
45
const char *
emulation
;
member in struct:ebl
eblopenbackend.c
52
const char *
emulation
;
member in struct:__anon21890
257
openbackend (Elf *elf, const char *
emulation
, GElf_Half machine)
287
if ((
emulation
!= NULL && strcmp (
emulation
, machines[cnt].
emulation
) == 0)
288
|| (
emulation
== NULL && machines[cnt].em == machine))
290
/* Well, we know the
emulation
name now. */
291
result->
emulation
= machines[cnt].
emulation
;
374
/* We cannot find a DSO but the
emulation
/machine ID matches
[
all
...]
/external/u-boot/arch/arm/mach-davinci/include/mach/
da8xx-usb.h
33
dv_reg
emulation
;
member in struct:da8xx_usb_regs
/external/u-boot/drivers/usb/musb/
am35x.h
34
u32
emulation
;
member in struct:am35x_usb_regs
Completed in 264 milliseconds