HomeSort by relevance Sort by last modified time
    Searched refs:st_info (Results 51 - 66 of 66) sorted by null

1 23

  /external/elfutils/src/
elfcmp.c 383 || sym1->st_info != sym2->st_info
strip.c     [all...]
unstrip.c 401 if (shndx != i || GELF_ST_TYPE (sym->st_info) != STT_SECTION)
665 .st_info = GELF_ST_INFO (STB_LOCAL, STT_SECTION),
861 s->info.info = sym->st_info;
    [all...]
addr2line.c 493 switch (GELF_ST_TYPE (symbol->st_info))
objdump.c 364 else if (GELF_ST_TYPE (sym->st_info) != STT_SECTION)
readelf.c     [all...]
  /external/bcc/src/cc/
bcc_elf.c 213 uint32_t st_type = ELF_ST_TYPE(sym.st_info);
  /external/elfutils/libasm/
asm_end.c 197 syment.st_info = GELF_ST_INFO (sym->binding, sym->type);
  /external/elfutils/tests/
elfstrmerge.c 522 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
  /external/bcc/src/lua/bpf/
elf.lua 116 unsigned char st_info; /* Symbol type and binding */
  /external/kmod/port-gnu/
elf.h 411 unsigned char st_info; /* Symbol type and binding */ member in struct:__anon26377
419 unsigned char st_info; /* Symbol type and binding */ member in struct:__anon26378
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...]
  /external/elfutils/libdwfl/
relocate.c 281 || GELF_ST_BIND (sym->st_info) == STB_LOCAL
  /external/elfutils/libelf/
elf.h 523 unsigned char st_info; /* Symbol type and binding */ member in struct:__anon21899
531 unsigned char st_info; /* Symbol type and binding */ member in struct:__anon21900
570 /* How to extract and insert information held in the st_info field. */
576 /* Both Elf32_Sym and Elf64_Sym use the same one-byte st_info field. */
581 /* Legal values for ST_BIND subfield of st_info (symbol binding). */
593 /* Legal values for ST_TYPE subfield of st_info (symbol type). */
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
evergreen_compute.c 206 if (GELF_ST_BIND(symbol.st_info) != STB_GLOBAL ||
    [all...]
  /development/vndk/tools/definition-tool/
vndk_definition_tool.py 402 'ELF_Sym', 'st_name st_value st_size st_info st_other st_shndx')):
413 return self.st_info >> 4
    [all...]

Completed in 2718 milliseconds

1 23