Home
last modified time | relevance | path

Searched refs:ELF64_ST_INFO (Results 1 – 2 of 2) sorted by relevance

/bionic/tests/
Delf_test.cpp31 info = ELF64_ST_INFO(STB_LOCAL, STT_HIPROC); in TEST()
41 info = ELF64_ST_INFO(STB_LOCAL, STT_HIPROC); in TEST()
/bionic/libc/include/
Delf.h295 #define ELF64_ST_INFO(b,t) ELF_ST_INFO(b,t) macro