Home
last modified time | relevance | path

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

/art/compiler/
Delf_writer_quick.cc38 static uint8_t MakeStInfo(uint8_t binding, uint8_t type) { in MakeStInfo() argument
39 return ((binding) << 4) + ((type) & 0xf); in MakeStInfo()
874 bool is_relative, Elf32_Word size, uint8_t binding, uint8_t type, uint8_t other) { in AddSymbol() argument
877 MakeStInfo(binding, type), other, 0}; in AddSymbol()
Delf_writer_quick.h165 uint8_t binding,