Searched defs:ElfObj (Results 1 – 3 of 3) sorted by relevance
71 type ElfObj struct { struct72 f *bio.Reader73 base int64 // offset in f where ELF begins74 length int64 // length of ELF75 is64 int76 name string77 e binary.ByteOrder78 sect []ElfSect79 nsect uint80 nsymtab int[all …]
576 buildStub(const ELFObjectFile<ELFT> &ElfObj) { in buildStub()
1364 ELFBuilder<ELFT>::ELFBuilder(const ELFObjectFile<ELFT> &ElfObj, Object &Obj, in ELFBuilder()