Home
last modified time | relevance | path

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

/art/runtime/
Delf.h1239 SHN_ABS = 0xfff1, // Symbol has absolute value; does not need relocation enumerator
/art/compiler/
Delf_builder.h370 section_index = static_cast<Elf_Word>(SHN_ABS); in Add()