Add "unlikely" elf constant
Signed-off-by: Gaulthier Gain <gaulthier.gain@uliege.be>
This commit is contained in:
parent
6175f47002
commit
6e5d61f946
1 changed files with 3 additions and 0 deletions
|
@ -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{
|
||||
|
|
Loading…
Add table
Reference in a new issue