commit | 6c0ce9f17a1f3a3fb0ed4123d123a01abd30a239 | [log] [tgz] |
---|---|---|
author | Connor O'Brien <connoro@google.com> | Thu Dec 01 20:08:17 2022 -0800 |
committer | Connor O'Brien <connoro@google.com> | Fri Dec 09 15:07:37 2022 -0800 |
tree | 992eb6639712625e86e5bce9496ffd1a919ba853 | |
parent | 90a866ed34d844a97559e0178b75d0ef2d8fbfe5 [diff] |
bpfloader: pass whole struct Location to loadProg() Simplify the loadProg() interface by passing struct Location instead of passing its fields as separate arguments. Move struct Location into libbpf_android.h to accommodate the change. Change-Id: I39834b2645d38ba4c2eb5ea901a3da0f56a1912c Signed-off-by: Connor O'Brien <connoro@google.com>