Searched refs:section_index (Results 1 – 2 of 2) sorted by relevance
369 Elf_Word section_index; in Add() local373 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() argument391 sym.st_shndx = section_index; in Add()
308 size_t section_index) { in FindNextByteAfterSection() argument309 for (size_t i = section_index + 1; i < sorted_sections.size(); ++i) { in FindNextByteAfterSection()