HomeSort by relevance Sort by last modified time
    Searched refs:GELF_ST_INFO (Results 1 - 4 of 4) sorted by null

  /external/elfutils/0.153/libelf/
gelf.h 150 #define GELF_ST_INFO(bind, type) ELF64_ST_INFO (bind, type)
  /external/elfutils/0.153/libasm/
asm_end.c 195 syment.st_info = GELF_ST_INFO (sym->binding, sym->type);
  /external/elfutils/0.153/src/
xelf.h 390 # define XELF_ST_INFO(bind, type) GELF_ST_INFO (bind, type)
unstrip.c 599 .st_info = GELF_ST_INFO (STB_LOCAL, STT_SECTION),
    [all...]

Completed in 41 milliseconds