Home | History | Annotate | Download | only in common

Lines Matching defs:section

113 	Elf_Scn *section = NULL;
131 while ((section = elf_nextscn(elf, section))) {
135 if (gelf_getshdr(section, &section_header) != &section_header) {
136 fprintf(stderr, "Failed to read ELF section header\n");
142 section_data = elf_getdata(section, section_data);
147 section_data = elf_getdata(section, section_data);
158 section_data = elf_getdata(section, section_data);
162 section_data = elf_getdata(section, section_data);
167 symbols = elf_getdata(section, section_data);
171 relocs = elf_getdata(section, section_data);