Add CFI suppression for two inline PipeWire functions

Similar to PipeWire implementation of desktop capture, we have to avoid
CFI check for calls of dlopened PipeWire library. These two functions
are the only ones we use that are inlined and it looks adding annotation
on top of each function using these doesn't work. This avoid crashing
PipeWire camera backend when "is_official_build=true" option is used as
this turns on "is_cfi=true" enabling control flow integrity.

Bug: chromium:354776214
Change-Id: I211c90ce33cf8a8df608e260819bdca80600b541
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5750781
Reviewed-by: Peter Collingbourne <pcc@chromium.org>
Reviewed-by: Ilya Nikolaevskiy <ilnik@chromium.org>
Commit-Queue: Jan Grulich <grulja@gmail.com>
Reviewed-by: Alexander Cooper <alcooper@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1335657}
NOKEYCHECK=True
GitOrigin-RevId: feada537fe3abc338d6bad13a8615cdde5e321b1
1 file changed
tree: 71c2e229cbc0bb924cea60280d0f411971aebdc4
  1. ignores.txt
  2. OWNERS