Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:link_sec
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/tools/lib/bpf/
H
A
D
linker.c
765
struct src_sec *
link_sec
;
in linker_sanity_check_elf_symtab()
local
779
link_sec
= &obj->secs[sec->shdr->sh_link];
in linker_sanity_check_elf_symtab()
780
if (
link_sec
->shdr->sh_type != SHT_STRTAB) {
in linker_sanity_check_elf_symtab()
839
struct src_sec *
link_sec
, *sym_sec;
in linker_sanity_check_elf_relos()
local
861
link_sec
= &obj->secs[sec->shdr->sh_info];
in linker_sanity_check_elf_relos()
865
|| strcmp(sec->sec_name + sizeof(".rel") - 1,
link_sec
->sec_name) != 0) {
in linker_sanity_check_elf_relos()
872
if (
link_sec
->skipped)
in linker_sanity_check_elf_relos()
876
if (
link_sec
->shdr->sh_type != SHT_PROGBITS &&
link_sec
->shdr->sh_type != SHT_NOBITS) {
in linker_sanity_check_elf_relos()
903
if (
link_sec
in linker_sanity_check_elf_relos()
[all...]
/kernel/linux/linux-5.10/net/bluetooth/
H
A
D
hci_request.c
3315
u8
link_sec
;
in powered_update_hci()
local
3388
link_sec
= hci_dev_test_flag(hdev, HCI_LINK_SECURITY);
in powered_update_hci()
3389
if (
link_sec
!= test_bit(HCI_AUTH, &hdev->flags))
in powered_update_hci()
3391
sizeof(
link_sec
), &
link_sec
);
in powered_update_hci()
/kernel/linux/linux-6.6/net/bluetooth/
H
A
D
hci_sync.c
3074
u8
link_sec
;
in hci_write_auth_enable_sync()
local
3076
link_sec
= hci_dev_test_flag(hdev, HCI_LINK_SECURITY);
in hci_write_auth_enable_sync()
3077
if (
link_sec
== test_bit(HCI_AUTH, &hdev->flags))
in hci_write_auth_enable_sync()
3081
sizeof(
link_sec
), &
link_sec
,
in hci_write_auth_enable_sync()
Completed in 13 milliseconds