Home
last modified time | relevance | path

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

/art/compiler/
Delf_builder.h369 Elf_Word section_index; in Add() local
373 section_index = section->GetSectionIndex(); in Add()
375 section_index = static_cast<Elf_Word>(SHN_ABS); in Add()
377 Add(name, section_index, addr, size, binding, type); in Add()
381 Elf_Word section_index, in Add() argument
391 sym.st_shndx = section_index; in Add()
/art/dexlayout/
Ddex_visualize.cc308 size_t section_index) { in FindNextByteAfterSection() argument
309 for (size_t i = section_index + 1; i < sorted_sections.size(); ++i) { in FindNextByteAfterSection()