Home | History | Annotate | Download | only in compiler

Lines Matching refs:section_index

364       Elf_Word section_index;
368 section_index = section->GetSectionIndex();
370 section_index = static_cast<Elf_Word>(SHN_ABS);
372 Add(name, section_index, addr, size, binding, type);
376 Elf_Word section_index,
386 sym.st_shndx = section_index;