Home
last modified time | relevance | path

Searched refs:GELF_ST_INFO (Results 1 – 4 of 4) sorted by relevance

/external/elfutils/0.153/libelf/
Dgelf.h150 #define GELF_ST_INFO(bind, type) ELF64_ST_INFO (bind, type) macro
/external/elfutils/0.153/libasm/
Dasm_end.c195 syment.st_info = GELF_ST_INFO (sym->binding, sym->type); in binary_end()
/external/elfutils/0.153/src/
Dxelf.h390 # define XELF_ST_INFO(bind, type) GELF_ST_INFO (bind, type)
Dunstrip.c598 .st_info = GELF_ST_INFO (STB_LOCAL, STT_SECTION), in add_new_section_symbols()