Searched refs:SHN_ABS (Results 1 – 2 of 2) sorted by relevance
/art/runtime/ | ||
D | elf.h | 1239 SHN_ABS = 0xfff1, // Symbol has absolute value; does not need relocation enumerator |
/art/compiler/ | ||
D | elf_builder.h | 370 section_index = static_cast<Elf_Word>(SHN_ABS); in Add() |