Lines Matching defs:section
60 Elf_Scn* section = 0;
61 while ((section = elf_nextscn(elf, section)) != 0)
64 header = gelf_getshdr(section, &header_mem);
78 Elf_Data *data = elf_getdata(section, 0);
389 Elf_Scn *section =
396 if (section
397 && (data = elf_getdata(section, nullptr))
599 /// section.
601 /// @return a pointer to the ELF symbol table section.
611 /// Clear the pointer to the ELF symbol table section.
616 /// Find and return a pointer to the the CTF section.
618 /// @return a pointer to the the CTF section.
631 /// Find and return a pointer to the alternate CTF section of the
634 /// @return a pointer to the alternate CTF section of the current ELF
689 /// beginning of the .text section, just like the kind of addresses
690 /// that are present in the .symtab section.
721 /// beginning of the .text section, just like the kind of addresses
722 /// that are present in the .symtab section.