[Lldb-commits] [PATCH] D55998: ELF: create "container" sections from PT_LOAD segments
Jan Kratochvil via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Sun Dec 23 09:02:56 PST 2018
jankratochvil added a comment.
> it is in theory possible to create an elf file where only a part of a section would belong to some segment (and another part to a different one).
ELF standard <http://refspecs.linuxbase.org/elf/elf.pdf>: "//An object file segment contains one or more sections.//", "//An object file segment comprises one or more sections//"
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55998/new/
https://reviews.llvm.org/D55998
More information about the lldb-commits
mailing list