HomeSort by: relevance | last modified time | path
    Searched defs:eident (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/librumpuser/
rumpuser_dl.c 71 static unsigned char eident; variable in typeref:typename:unsigned char
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...]
rumpuser_dl.c 71 static unsigned char eident; variable in typeref:typename:unsigned char
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 21 milliseconds