⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 elf.texi

📁 这个是LINUX下的GDB调度工具的源码
💻 TEXI
字号:
@section ELF backendsBFD support for ELF formats is being worked on.Currently, the best supported back ends are for sparc and i386(running svr4 or Solaris 2).Documentation of the internals of the support code still needsto be written.  The code is changing quickly enough that wehaven't bothered yet.@findex bfd_elf_find_section@subsubsection @code{bfd_elf_find_section}@strong{Synopsis}@examplestruct elf_internal_shdr *bfd_elf_find_section (bfd *abfd, char *name);@end example@strong{Description}@*Helper functions for GDB to locate the string tables.Since BFD hides string tables from callers, GDB needs to use aninternal hook to find them.  Sun's .stabstr, in particular,isn't even pointed to by the .stab section, so ordinarymechanisms wouldn't work to find it, even if we had some.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -