OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:eident
(Results
1 - 1
of
1
) sorted by relevancy
/src/lib/librumpuser/
rumpuser_dl.c
71
static unsigned char
eident
;
variable
107
if (
eident
== ELFCLASS32) { \
120
if (
eident
== ELFCLASS32) { \
133
if (
eident
== ELFCLASS32) { \
144
#define SYM_GETSIZE() ((
eident
==ELFCLASS32)?sizeof(Elf32_Sym):sizeof(Elf64_Sym))
178
eident
= *(unsigned char *)(map->l_addr + EI_CLASS);
179
if (
eident
!= ELFCLASS32 &&
eident
!= ELFCLASS64)
187
if (
eident
== 0) {
189
eident
= ELFCLASS32
[
all
...]
Completed in 100 milliseconds
Indexes created Fri Mar 20 00:23:26 UTC 2026