HomeSort by: relevance | last modified time | path
    Searched defs:st_shndx (Results 1 - 25 of 45) sorted by relevancy

1 2

  /src/external/gpl3/binutils/dist/libctf/
elf.h 48 Elf32_Section st_shndx; /* Section index */ member in struct:__anon10793
56 Elf64_Section st_shndx; /* Section index */ member in struct:__anon10794
  /src/external/gpl3/binutils.old/dist/libctf/
elf.h 48 Elf32_Section st_shndx; /* Section index */ member in struct:__anon12256
56 Elf64_Section st_shndx; /* Section index */ member in struct:__anon12257
  /src/external/gpl3/gdb/dist/libctf/
elf.h 48 Elf32_Section st_shndx; /* Section index */ member in struct:__anon18900
56 Elf64_Section st_shndx; /* Section index */ member in struct:__anon18901
  /src/external/gpl3/gdb.old/dist/libctf/
elf.h 48 Elf32_Section st_shndx; /* Section index */ member in struct:__anon21641
56 Elf64_Section st_shndx; /* Section index */ member in struct:__anon21642
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
ELFTypes.h 202 Elf_Half st_shndx; // Which section (header table index) it's defined in member in struct:llvm::object::Elf_Sym_Base
211 Elf_Half st_shndx; // Which section (header table index) it's defined in member in struct:llvm::object::Elf_Sym_Base
219 using Elf_Sym_Base<ELFT>::st_shndx;
246 bool isAbsolute() const { return st_shndx == ELF::SHN_ABS; }
249 return getType() == ELF::STT_COMMON || st_shndx == ELF::SHN_COMMON;
255 return st_shndx >= ELF::SHN_LOPROC && st_shndx <= ELF::SHN_HIPROC;
259 return st_shndx >= ELF::SHN_LOOS && st_shndx <= ELF::SHN_HIOS;
263 // ELF::SHN_HIRESERVE is 0xffff so st_shndx <= ELF::SHN_HIRESERVE is alway
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
mipsread.c 119 unsigned char st_shndx[2]; /* Associated section index. */ member in struct:__anon17900
272 sym_shndx = bfd_h_get_16 (abfd, (bfd_byte *) x_symp->st_shndx);
  /src/external/gpl3/gdb.old/dist/gdb/
mipsread.c 119 unsigned char st_shndx[2]; /* Associated section index. */ member in struct:__anon20640
272 sym_shndx = bfd_h_get_16 (abfd, (bfd_byte *) x_symp->st_shndx);
  /src/external/gpl3/binutils/dist/include/
ctf-api.h 85 uint32_t st_shndx; member in struct:ctf_link_sym
  /src/external/gpl3/binutils.old/dist/include/
ctf-api.h 85 uint32_t st_shndx; member in struct:ctf_link_sym
  /src/external/gpl3/gdb/dist/include/
ctf-api.h 85 uint32_t st_shndx; member in struct:ctf_link_sym
  /src/external/gpl3/gdb.old/dist/include/
ctf-api.h 84 uint32_t st_shndx; member in struct:ctf_link_sym
  /src/external/bsd/elftosb/dist/common/
ELF.h 97 EF_ARM_DYNSYMSUSESEGIDX = 0x08, //!< Symbols in dynamic symbol tables that are defined in sections included in program segment n have #Elf32_Sym.st_shndx = n + 1.
272 Elf32_Half st_shndx; //!< Section header table index for this symbol. member in struct:Elf32_Sym
  /src/external/gpl3/binutils/dist/include/elf/
external.h 37 /* Special section indices, which may show up in st_shndx fields, among
161 unsigned char st_shndx[2]; /* Associated section index */ member in struct:__anon10468
168 unsigned char st_shndx[2]; /* Associated section index */ member in struct:__anon10469
internal.h 38 /* Special section indices, which may show up in st_shndx fields, among
137 unsigned int st_shndx; /* Associated section index */ member in struct:elf_internal_sym
  /src/external/gpl3/binutils.old/dist/include/elf/
external.h 37 /* Special section indices, which may show up in st_shndx fields, among
161 unsigned char st_shndx[2]; /* Associated section index */ member in struct:__anon11932
168 unsigned char st_shndx[2]; /* Associated section index */ member in struct:__anon11933
internal.h 38 /* Special section indices, which may show up in st_shndx fields, among
137 unsigned int st_shndx; /* Associated section index */ member in struct:elf_internal_sym
  /src/external/gpl3/gdb/dist/include/elf/
external.h 37 /* Special section indices, which may show up in st_shndx fields, among
161 unsigned char st_shndx[2]; /* Associated section index */ member in struct:__anon18579
168 unsigned char st_shndx[2]; /* Associated section index */ member in struct:__anon18580
internal.h 38 /* Special section indices, which may show up in st_shndx fields, among
137 unsigned int st_shndx; /* Associated section index */ member in struct:elf_internal_sym
  /src/external/gpl3/gdb.old/dist/include/elf/
external.h 37 /* Special section indices, which may show up in st_shndx fields, among
161 unsigned char st_shndx[2]; /* Associated section index */ member in struct:__anon21320
168 unsigned char st_shndx[2]; /* Associated section index */ member in struct:__anon21321
internal.h 38 /* Special section indices, which may show up in st_shndx fields, among
137 unsigned int st_shndx; /* Associated section index */ member in struct:elf_internal_sym
  /src/external/gpl3/binutils/dist/libiberty/
simple-object-elf.c 221 unsigned char st_shndx[2]; /* Section index */ member in struct:__anon10839
229 unsigned char st_shndx[2]; /* Section index */ member in struct:__anon10840
1444 unsigned st_shndx = ELF_FETCH_FIELD (type_functions, ei_class, local
1446 st_shndx, Elf_Half);
1459 if (st_shndx == SHN_XINDEX)
1463 st_shndx = type_functions->fetch_Elf_Word (ndx_ptr);
1466 if (st_shndx != SHN_COMMON
1467 && !(st_shndx != SHN_UNDEF
1468 && st_shndx < shnum
1469 && pfnret[st_shndx - 1] == -1
1482 unsigned st_shndx = ELF_FETCH_FIELD (type_functions, ei_class, local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf64-hppa.c 78 int st_shndx; member in struct:elf64_hppa_link_hash_entry
556 if (isym->st_shndx > highest_shndx
557 && isym->st_shndx < SHN_LORESERVE)
558 highest_shndx = isym->st_shndx;
573 hppa_info->section_syms[isym->st_shndx] = i;
949 hh->st_shndx = -1;
1882 into non-dynamic ones, so we initialize st_shndx to -1 in
1885 if (hh->want_opd && hh->st_shndx != -1)
1889 sym->st_shndx = hh->st_shndx;
    [all...]
  /src/external/gpl3/binutils.old/dist/libiberty/
simple-object-elf.c 221 unsigned char st_shndx[2]; /* Section index */ member in struct:__anon12296
229 unsigned char st_shndx[2]; /* Section index */ member in struct:__anon12297
1444 unsigned st_shndx = ELF_FETCH_FIELD (type_functions, ei_class, local
1446 st_shndx, Elf_Half);
1459 if (st_shndx == SHN_XINDEX)
1463 st_shndx = type_functions->fetch_Elf_Word (ndx_ptr);
1466 if (st_shndx != SHN_COMMON
1467 && !(st_shndx != SHN_UNDEF
1468 && st_shndx < shnum
1469 && pfnret[st_shndx - 1] == -1
1482 unsigned st_shndx = ELF_FETCH_FIELD (type_functions, ei_class, local
    [all...]
  /src/external/gpl3/gcc/dist/libiberty/
simple-object-elf.c 221 unsigned char st_shndx[2]; /* Section index */ member in struct:__anon14506
229 unsigned char st_shndx[2]; /* Section index */ member in struct:__anon14507
1444 unsigned st_shndx = ELF_FETCH_FIELD (type_functions, ei_class, local
1446 st_shndx, Elf_Half);
1459 if (st_shndx == SHN_XINDEX)
1463 st_shndx = type_functions->fetch_Elf_Word (ndx_ptr);
1466 if (st_shndx != SHN_COMMON
1467 && !(st_shndx != SHN_UNDEF
1468 && st_shndx < shnum
1469 && pfnret[st_shndx - 1] == -1
1482 unsigned st_shndx = ELF_FETCH_FIELD (type_functions, ei_class, local
    [all...]
  /src/external/gpl3/gcc.old/dist/libiberty/
simple-object-elf.c 221 unsigned char st_shndx[2]; /* Section index */ member in struct:__anon16917
229 unsigned char st_shndx[2]; /* Section index */ member in struct:__anon16918
1444 unsigned st_shndx = ELF_FETCH_FIELD (type_functions, ei_class, local
1446 st_shndx, Elf_Half);
1459 if (st_shndx == SHN_XINDEX)
1463 st_shndx = type_functions->fetch_Elf_Word (ndx_ptr);
1466 if (st_shndx != SHN_COMMON
1467 && !(st_shndx != SHN_UNDEF
1468 && st_shndx < shnum
1469 && pfnret[st_shndx - 1] == -1
1482 unsigned st_shndx = ELF_FETCH_FIELD (type_functions, ei_class, local
    [all...]

Completed in 46 milliseconds

1 2