Home
last modified time | relevance | path

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

/bionic/tests/
Delf_test.cpp26 info = ELF32_ST_INFO(STB_LOCAL, STT_HIPROC); in TEST()
36 info = ELF32_ST_INFO(STB_LOCAL, STT_HIPROC); in TEST()
/bionic/libc/include/
Delf.h306 #define ELF32_ST_INFO(b,t) ELF_ST_INFO(b,t) macro