HomeSort by relevance Sort by last modified time
    Searched full:st_shndx (Results 51 - 75 of 332) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/runtime/
vdso_linux_amd64.go 13 st_shndx uint16
  /prebuilts/go/linux-x86/src/runtime/
vdso_linux_386.go 15 st_shndx uint16
vdso_linux_amd64.go 13 st_shndx uint16
  /development/vndk/tools/definition-tool/tools/
remove_dt_needed.py 28 'ELF_Sym', 'st_name st_value st_size st_info st_other st_shndx')):
54 return self.st_shndx == Elf_Sym.SHN_UNDEF
  /toolchain/binutils/binutils-2.27/elfcpp/
elfcpp_internal.h 152 Elf_Half st_shndx; member in struct:elfcpp::internal::Sym_data
161 Elf_Half st_shndx; member in struct:elfcpp::internal::Sym_data
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
Elf64Convert.c 748 if (Sym->st_shndx == SHN_UNDEF
749 || Sym->st_shndx >= mEhdr->e_shnum) {
762 SymShdr = GetShdrByIndex(Sym->st_shndx);
791 *(UINT64 *)Targ = *(UINT64 *)Targ - SymShdr->sh_addr + mCoffSectionsOffset[Sym->st_shndx];
799 *(UINT32 *)Targ = (UINT32)((UINT64)(*(UINT32 *)Targ) - SymShdr->sh_addr + mCoffSectionsOffset[Sym->st_shndx]);
807 *(INT32 *)Targ = (INT32)((INT64)(*(INT32 *)Targ) - SymShdr->sh_addr + mCoffSectionsOffset[Sym->st_shndx]);
830 + (mCoffSectionsOffset[Sym->st_shndx] - SymShdr->sh_addr)
893 ((SymShdr->sh_addr ^ mCoffSectionsOffset[Sym->st_shndx]) & 0xfff) != 0) {
923 (mCoffSectionsOffset[Sym->st_shndx] - SecOffset)) {
931 *(UINT64 *)Targ = *(UINT64 *)Targ - SymShdr->sh_addr + mCoffSectionsOffset[Sym->st_shndx];
    [all...]
Elf32Convert.c 738 if (Sym->st_shndx == SHN_UNDEF
739 || Sym->st_shndx >= mEhdr->e_shnum) {
752 SymShdr = GetShdrByIndex(Sym->st_shndx);
777 + mCoffSectionsOffset[Sym->st_shndx];
784 + (mCoffSectionsOffset[Sym->st_shndx] - SymShdr->sh_addr)
838 Address = (UINT16)(Sym->st_value - SymShdr->sh_addr + mCoffSectionsOffset[Sym->st_shndx]);
844 Address = (UINT16)((Sym->st_value - SymShdr->sh_addr + mCoffSectionsOffset[Sym->st_shndx]) >> 16);
853 *(UINT32 *)Targ = *(UINT32 *)Targ - SymShdr->sh_addr + mCoffSectionsOffset[Sym->st_shndx];
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
elf32-crx.c 636 if (isym->st_shndx == sec_shndx
789 if (isym->st_shndx == SHN_UNDEF)
791 else if (isym->st_shndx == SHN_ABS)
793 else if (isym->st_shndx == SHN_COMMON)
796 isec = bfd_section_from_elf_index (input_bfd, isym->st_shndx);
1036 if (isym->st_shndx == SHN_UNDEF)
1038 else if (isym->st_shndx == SHN_ABS)
1040 else if (isym->st_shndx == SHN_COMMON)
1043 sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx);
    [all...]
elf-m10200.c 497 if (isym->st_shndx == sec_shndx
633 if (isym->st_shndx == SHN_UNDEF)
635 else if (isym->st_shndx == SHN_ABS)
637 else if (isym->st_shndx == SHN_COMMON)
640 sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx);
    [all...]
elfcode.h 193 dst->st_shndx = H_GET_16 (abfd, src->st_shndx);
194 if (dst->st_shndx == (SHN_XINDEX & 0xffff))
198 dst->st_shndx = H_GET_32 (abfd, shndx->est_shndx);
200 else if (dst->st_shndx >= (SHN_LORESERVE & 0xffff))
201 dst->st_shndx += SHN_LORESERVE - (SHN_LORESERVE & 0xffff);
222 tmp = src->st_shndx;
230 H_PUT_16 (abfd, tmp, dst->st_shndx);
    [all...]
  /toolchain/binutils/binutils-2.27/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:__anon4683
168 unsigned char st_shndx[2]; /* Associated section index */ member in struct:__anon4684
m32r.h 79 exist. Symbols with a st_shndx field corresponding to one of these
tic6x.h 96 exist. Symbols with a st_shndx field corresponding to one of these
  /external/elfutils/libasm/
disasm_cb.c 107 if (sym->st_shndx == SHN_UNDEF)
  /external/elfutils/libelf/
gelf_getsym.c 87 COPY (st_shndx);
gelf_getsymshndx.c 106 COPY (st_shndx);
gelf_update_symshndx.c 118 COPY (st_shndx);
  /external/swiftshader/third_party/LLVM/test/MC/ELF/
merge.s 93 // CHECK-NEXT: ('st_shndx', 0x0005)
relocation.s 121 // CHECK: ('st_shndx', 0x0001)
  /bionic/libc/kernel/uapi/linux/
elf.h 159 Elf32_Half st_shndx; member in struct:elf32_sym
165 Elf64_Half st_shndx; member in struct:elf64_sym
  /external/swiftshader/third_party/subzero/src/
IceELFSection.cpp 163 SymInfo.st_shndx = Section->getNumber();
172 SymInfo.st_shndx = Section->getNumber();
  /external/syslinux/com32/tools/
relocs.c 226 name = sec_name(sym->st_shndx);
395 sym->st_shndx = elf16_to_cpu(sym->st_shndx);
451 if (sym->st_shndx != SHN_ABS) {
492 if (sym->st_shndx != SHN_ABS) {
566 shn_abs = sym->st_shndx == SHN_ABS;
  /test/suite_harness/common/util/src/com/android/compatibility/common/util/
ReadElf.java 95 Symbol(String name, int st_info, int st_shndx, long st_value, long st_size, int st_other) {
99 this.shndx = st_shndx;
844 int st_shndx; local
851 st_shndx = readHalf();
859 st_shndx = readHalf();
869 Symbol sym = new Symbol(symName, st_info, st_shndx, st_value, st_size, st_other);
    [all...]
  /external/elfutils/src/
strip.c 863 size_t scnidx = sym->st_shndx;
    [all...]
nm.c 843 if (syms[cnt].sym.st_shndx == SHN_UNDEF)
868 ebl_section_name (ebl, syms[cnt].sym.st_shndx, syms[cnt].xndx,
888 if (sym->st_shndx == SHN_ABS)
891 if (sym->st_shndx == SHN_UNDEF)
906 GElf_Shdr *shdr = gelf_getshdr (elf_getscn (elf, sym->st_shndx),
979 if (syms[cnt].sym.st_shndx == SHN_UNDEF)
    [all...]

Completed in 3201 milliseconds

1 23 4 5 6 7 8 91011>>