Searched defs:st_shndx (Results 1 - 6 of 6) sorted by relevance

/external/grub/stage2/
H A Di386-elf.h126 Elf32_Half st_shndx; member in struct:__anon18768
/external/llvm/include/llvm/Object/
H A DELF.h186 Elf_Half st_shndx; // Which section (header table index) it's defined in member in struct:llvm::object::Elf_Sym_Base
195 Elf_Half st_shndx; // Which section (header table index) it's defined in member in struct:llvm::object::Elf_Sym_Base
973 if (symb->st_shndx == ELF::SHN_XINDEX)
975 return symb->st_shndx;
981 if (symb->st_shndx == ELF::SHN_XINDEX)
983 if (symb->st_shndx >= ELF::SHN_LORESERVE)
985 return getSection(symb->st_shndx);
1233 if (symb->st_shndx == ELF::SHN_ABS)
1425 unsigned shndx = symb->st_shndx;
1429 Result = !Reserved && (sec == getSection(symb->st_shndx));
[all...]
/external/qemu/
H A Delf.h986 Elf32_Half st_shndx; member in struct:elf32_sym
993 Elf64_Half st_shndx; /* Associated section index */ member in struct:elf64_sym
/external/llvm/include/llvm/Support/
H A DELF.h1247 Elf32_Half st_shndx; // Which section (header table index) it's defined in member in struct:llvm::ELF::Elf32_Sym
1265 Elf64_Half st_shndx; // Which section (header tbl index) it's defined in member in struct:llvm::ELF::Elf64_Sym
/external/elfutils/libelf/
H A Delf.h392 Elf32_Section st_shndx; /* Section index */ member in struct:__anon18451
400 Elf64_Section st_shndx; /* Section index */ member in struct:__anon18452
/external/valgrind/main/perf/
H A Dtinycc.c383 Elf32_Section st_shndx; /* Section index */ member in struct:__anon28823
391 Elf64_Section st_shndx; /* Section index */ member in struct:__anon28824
6973 esym->st_shndx = sh_num;
14452 esym->st_shndx = SHN_COMMON;
18222 sym->st_shndx = shndx;
18314 if (esym->st_shndx != SHN_UNDEF) {
18327 sym_bind, sh_num, esym_bind, esym->st_shndx);
18336 esym->st_shndx = sh_num;
18495 if (sym->st_shndx == SHN_COMMON) {
18501 sym->st_shndx
[all...]

Completed in 157 milliseconds