Searched refs:section_index (Results 1 – 2 of 2) sorted by relevance
306 size_t section_index) { in FindNextByteAfterSection() argument307 for (size_t i = section_index + 1; i < sorted_sections.size(); ++i) { in FindNextByteAfterSection()
363 Elf_Word section_index; in Add() local367 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() argument386 sym.st_shndx = section_index; in Add()