Documentation ¶
Index ¶
- Constants
- type ELF_Info
- func (e *ELF_Info) Close() error
- func (e *ELF_Info) PrintArgPointerMap(out io.Writer, fn string)
- func (e *ELF_Info) PrintFuncs(out io.Writer)
- func (e *ELF_Info) PrintLocalPointerMap(out io.Writer, fn string)
- func (e *ELF_Info) PrintModule(out io.Writer)
- func (e *ELF_Info) PrintPCLN(out io.Writer, fn string)
- func (e *ELF_Info) PrintPCSP(out io.Writer, fn string)
- func (e *ELF_Info) PrintSafePoints(out io.Writer, fn string)
- func (e *ELF_Info) PrintStackObjs(out io.Writer, fn string)
- func (e *ELF_Info) PrintTypes(out io.Writer)
Constants ¶
View Source
const ( SEC_PCLN = ".gopclntab" SEC_RODATA = ".rodata" SEC_TYPELINK = ".typelink" FIRST_MOD_SYM = "runtime.firstmoduledata" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ELF_Info ¶
type ELF_Info struct {
// contains filtered or unexported fields
}
func (*ELF_Info) PrintArgPointerMap ¶
func (*ELF_Info) PrintFuncs ¶
func (*ELF_Info) PrintLocalPointerMap ¶
func (*ELF_Info) PrintModule ¶
func (*ELF_Info) PrintTypes ¶
Click to show internal directories.
Click to hide internal directories.