Lines Matching defs:section
282 Elf_Scn *section = NULL;
299 while ((section = elf_nextscn(elf, section))) {
303 if (gelf_getshdr(section, §ion_header) != §ion_header) {
304 fprintf(stderr, "Failed to read ELF section header\n");
309 section_data = elf_getdata(section, section_data);
314 section_data = elf_getdata(section, section_data);
320 section_data = elf_getdata(section, section_data);
324 section_data = elf_getdata(section, section_data);
329 symbols = elf_getdata(section, section_data);
333 relocs = elf_getdata(section, section_data);