HomeSort by relevance Sort by last modified time
    Searched refs:st_info (Results 251 - 275 of 319) sorted by null

<<111213

  /external/elfutils/src/
unstrip.c 393 if (shndx != i || GELF_ST_TYPE (sym->st_info) != STT_SECTION)
636 .st_info = GELF_ST_INFO (STB_LOCAL, STT_SECTION),
819 s->info.info = sym->st_info;
    [all...]
addr2line.c 507 switch (GELF_ST_TYPE (symbol->st_info))
objdump.c 376 else if (GELF_ST_TYPE (sym->st_info) != STT_SECTION)
strip.c 869 || GELF_ST_TYPE (sym->st_info) == STT_SECTION)
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf64-sh64.c     [all...]
elf32-arm.c     [all...]
elf32-i386.c     [all...]
elf32-iq2000.c 616 && ELF_ST_TYPE (sym->st_info) == STT_SECTION)
elfnn-aarch64.c     [all...]
elf32-m68hc1x.c 982 is_section_symbol = ELF_ST_TYPE (sym->st_info) & STT_SECTION;
1007 if (sym != NULL && ELF_ST_TYPE (sym->st_info) == STT_SECTION)
    [all...]
elf32-spu.c 960 sym_type = ELF_ST_TYPE (sym->st_info);
    [all...]
elf-m10300.c     [all...]
elf32-rx.c 639 if (sym != NULL && ELF_ST_TYPE (sym->st_info) == STT_SECTION)
    [all...]
elf32-score.c     [all...]
elf64-x86-64.c     [all...]
  /external/elfutils/libasm/
asm_end.c 198 syment.st_info = GELF_ST_INFO (sym->binding, sym->type);
  /external/elfutils/libdwfl/
relocate.c 276 || GELF_ST_BIND (sym->st_info) == STB_LOCAL
  /external/elfutils/tests/
elfstrmerge.c 521 if (GELF_ST_TYPE (sym.st_info) == STT_SECTION
run-strings-test.sh 359 testfile8: 7d23 ((sym->st_info) & 0xf) == 3
428 testfile9: 357d ((sym->st_info) & 0xf) == 3
  /toolchain/binutils/binutils-2.25/binutils/
readelf.c     [all...]
  /external/elfutils/libelf/
elf.h 412 unsigned char st_info; /* Symbol type and binding */ member in struct:__anon18919
420 unsigned char st_info; /* Symbol type and binding */ member in struct:__anon18920
459 /* How to extract and insert information held in the st_info field. */
465 /* Both Elf32_Sym and Elf64_Sym use the same one-byte st_info field. */
470 /* Legal values for ST_BIND subfield of st_info (symbol binding). */
482 /* Legal values for ST_TYPE subfield of st_info (symbol type). */
    [all...]
  /external/iproute2/tc/
tc_bpf.c 1120 if (__ELF_ST_BIND(sym.st_info) != STB_GLOBAL ||
1121 __ELF_ST_TYPE(sym.st_info) != STT_NOTYPE ||
    [all...]
  /external/kmod/port-gnu/
elf.h 411 unsigned char st_info; /* Symbol type and binding */ member in struct:__anon22158
419 unsigned char st_info; /* Symbol type and binding */ member in struct:__anon22159
458 /* How to extract and insert information held in the st_info field. */
464 /* Both Elf32_Sym and Elf64_Sym use the same one-byte st_info field. */
469 /* Legal values for ST_BIND subfield of st_info (symbol binding). */
481 /* Legal values for ST_TYPE subfield of st_info (symbol type). */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
elf.h 382 unsigned char st_info; /* Symbol type and binding */ member in struct:__anon54525
390 unsigned char st_info; /* Symbol type and binding */ member in struct:__anon54526
429 /* How to extract and insert information held in the st_info field. */
435 /* Both Elf32_Sym and Elf64_Sym use the same one-byte st_info field. */
440 /* Legal values for ST_BIND subfield of st_info (symbol binding). */
452 /* Legal values for ST_TYPE subfield of st_info (symbol type). */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
elf.h 384 unsigned char st_info; /* Symbol type and binding */ member in struct:__anon56321
392 unsigned char st_info; /* Symbol type and binding */ member in struct:__anon56322
431 /* How to extract and insert information held in the st_info field. */
437 /* Both Elf32_Sym and Elf64_Sym use the same one-byte st_info field. */
442 /* Legal values for ST_BIND subfield of st_info (symbol binding). */
454 /* Legal values for ST_TYPE subfield of st_info (symbol type). */
    [all...]

Completed in 537 milliseconds

<<111213