From 6e5d61f946d064aa00a38b6ffdf78f013431acae Mon Sep 17 00:00:00 2001 From: Gaulthier Gain Date: Mon, 11 Oct 2021 14:25:32 +0200 Subject: [PATCH] Add "unlikely" elf constant Signed-off-by: Gaulthier Gain --- srcs/binarytool/elf64core/elf_constant.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/srcs/binarytool/elf64core/elf_constant.go b/srcs/binarytool/elf64core/elf_constant.go index 94c5410..bc38eea 100644 --- a/srcs/binarytool/elf64core/elf_constant.go +++ b/srcs/binarytool/elf64core/elf_constant.go @@ -11,11 +11,14 @@ const ( BssSection = ".bss" DataSection = ".data" RodataSection = ".rodata" + IntrstackSection = ".intrstack" BootTextSection = ".text.boot" BootDataSection = ".data.boot" UkCtorTabSection = ".uk_ctortab" UkInitTabSection = ".uk_inittab" + UnlikelySection = ".unlikely" + StartupSection = ".startup" ) var rx86_64Strings = map[uint32]string{