Home
last modified time | relevance | path

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

/art/dexlayout/
Ddex_visualize.cc306 size_t section_index) { in FindNextByteAfterSection() argument
307 for (size_t i = section_index + 1; i < sorted_sections.size(); ++i) { in FindNextByteAfterSection()
/art/compiler/linker/
Delf_builder.h363 Elf_Word section_index; in Add() local
367 section_index = section->GetSectionIndex(); in Add()
369 section_index = static_cast<Elf_Word>(SHN_ABS); in Add()
371 Add(name, section_index, addr, size, binding, type); in Add()
376 Elf_Word section_index, in Add() argument
386 sym.st_shndx = section_index; in Add()