Home
last modified time | relevance | path

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

/third_party/elfutils/tests/
Dasm-tst3.c270 [0] = GELF_ST_INFO (STB_LOCAL, STT_NOTYPE), in main()
271 [1] = GELF_ST_INFO (STB_LOCAL, STT_OBJECT), in main()
272 [2] = GELF_ST_INFO (STB_GLOBAL, STT_OBJECT), in main()
273 [3] = GELF_ST_INFO (STB_WEAK, STT_OBJECT) in main()
/third_party/elfutils/libelf/
Dgelf.h132 #define GELF_ST_INFO(bind, type) ELF64_ST_INFO (bind, type) macro
/third_party/elfutils/libasm/
Dasm_end.c194 syment.st_info = GELF_ST_INFO (sym->binding, sym->type); in binary_end()
/third_party/elfutils/src/
Dunstrip.c675 .st_info = GELF_ST_INFO (STB_LOCAL, STT_SECTION), in add_new_section_symbols()