Searched refs:is_relative (Results 1 – 2 of 2) sorted by relevance
/art/compiler/ |
D | elf_writer_quick.h | 163 bool is_relative,
|
D | elf_writer_quick.cc | 874 bool is_relative, Elf32_Word size, uint8_t binding, uint8_t type, uint8_t other) { in AddSymbol() argument 876 ElfSymtabBuilder::ElfSymbolState state {name, section, addr, size, is_relative, in AddSymbol()
|