/external/elfutils/tests/ |
asm-tst3.c | 310 if (sym->st_shndx != 1)
|
/external/elfutils/src/ |
elflint.c | 645 if (sym->st_shndx != 0) 647 idx, section_name (ebl, idx), "st_shndx"); 677 if (sym->st_shndx == SHN_XINDEX) 688 section [%2d] '%s': symbol %zu: XINDEX used for index which would fit in st_shndx (%" PRIu32 ")\n"), 692 else if ((sym->st_shndx >= SHN_LORESERVE 693 // && sym->st_shndx <= SHN_HIRESERVE always true 694 && sym->st_shndx != SHN_ABS 695 && sym->st_shndx != SHN_COMMON) 696 || (sym->st_shndx >= shnum 697 && (sym->st_shndx < SHN_LORESERV [all...] |
readelf.c | [all...] |
/bionic/libc/include/sys/ |
exec_elf.h | 461 Elf32_Half st_shndx; /* section index of symbol */ member in struct:__anon104 468 Elf64_Half st_shndx; /* section index of symbol */ member in struct:__anon105 [all...] |
/external/elfutils/libelf/ |
abstract.h | 141 TYPE_NAME (ElfW2(32, Ext##Half), st_shndx) \ 150 TYPE_NAME (ElfW2(64, Ext##Half), st_shndx) \
|
elf.h | 392 Elf32_Section st_shndx; /* Section index */ member in struct:__anon18130 400 Elf64_Section st_shndx; /* Section index */ member in struct:__anon18131 [all...] |
/external/linux-tools-perf/util/ |
symbol.c | 803 sym->st_shndx != SHN_UNDEF; 810 sym->st_shndx != SHN_UNDEF; 817 sym->st_shndx != SHN_UNDEF && 818 sym->st_shndx != SHN_ABS; 1180 if (opdsec && sym.st_shndx == opdidx) { 1184 sym.st_shndx = elf_addr_to_index(elf, sym.st_value); 1187 sec = elf_getscn(elf, sym.st_shndx); [all...] |
/external/llvm/include/llvm/Object/ |
ELF.h | 186 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 [all...] |
/external/chromium_org/base/third_party/symbolize/ |
symbolize.cc | 297 symbol.st_shndx != 0 && // Skip undefined symbols.
|
/external/llvm/tools/yaml2obj/ |
yaml2elf.cpp | 205 Symbol.st_shndx = Index;
|
/art/runtime/ |
elf_file.cc | 468 CHECK_EQ(symbol.st_shndx, result.first->second->st_shndx);
|
/external/llvm/include/llvm/Support/ |
ELF.h | 1247 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 [all...] |
/external/qemu/ |
elf.h | 986 Elf32_Half st_shndx; member in struct:elf32_sym 993 Elf64_Half st_shndx; \/* Associated section index *\/ member in struct:elf64_sym [all...] |
/bionic/linker/ |
linker.cpp | 457 if (s->st_shndx == SHN_UNDEF) { 643 if (sym->st_shndx != SHN_UNDEF && 659 s->st_info, s->st_shndx, s->st_value, s->st_size, [all...] |
/external/elfutils/libasm/ |
asm_end.c | 265 syment.st_shndx = ndx;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
elf.h | 382 Elf32_Section st_shndx; /* Section index */ member in struct:__anon37359 390 Elf64_Section st_shndx; /* Section index */ member in struct:__anon37360 [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
elf.h | 382 Elf32_Section st_shndx; /* Section index */ member in struct:__anon38949 390 Elf64_Section st_shndx; /* Section index */ member in struct:__anon38950 [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
elf.h | 382 Elf32_Section st_shndx; /* Section index */ member in struct:__anon40464 390 Elf64_Section st_shndx; /* Section index */ member in struct:__anon40465 [all...] |
/external/llvm/tools/llvm-readobj/ |
ELFDumper.cpp | 662 W.printHex ("Section", SectionName, Symbol->st_shndx);
|
/external/valgrind/main/perf/ |
tinycc.c | 383 Elf32_Section st_shndx; /* Section index */ member in struct:__anon28484 391 Elf64_Section st_shndx; /* Section index */ member in struct:__anon28485 [all...] |
/frameworks/compile/mclinker/lib/Target/ |
GNULDBackend.cpp | [all...] |
/sdk/emulator/qtools/ |
trace_reader.h | 691 uint32_t section = elf_symbols[ii].st_shndx; [all...] |