Home
last modified time | relevance | path

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

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