alignchecker

package
v1.11.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 10, 2022 License: Apache-2.0 Imports: 19 Imported by: 8

Documentation

Overview

Package alignchecker is a thin wrapper around pkg/alignchecker to validate datapath object alignment.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CheckStructAlignments

func CheckStructAlignments(path string) error

CheckStructAlignments checks whether size and offsets of the C and Go structs for the datapath match.

C struct size info is extracted from the given ELF object file debug section encoded in DWARF.

To find a matching C struct field, a Go field has to be tagged with `align:"field_name_in_c_struct". In the case of unnamed union field, such union fields can be referred with special tags - `align:"$union0"`, `align:"$union1"`, etc.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL