Home
last modified time | relevance | path

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

/art/libelffile/elf/
Delf_utils.h60 #define ELF_ST_BIND(x) ((x) >> 4) macro
Delf_builder.h389 auto is_local = [](const Elf_Sym& sym) { return ELF_ST_BIND(sym.st_info) == STB_LOCAL; }; in WriteCachedSection()