Searched refs:link_sec (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/lib/bpf/
H A Dlinker.c784 struct src_sec *link_sec; local
798 link_sec = &obj->secs[sec->shdr->sh_link];
799 if (link_sec->shdr->sh_type != SHT_STRTAB) {
858 struct src_sec *link_sec, *sym_sec; local
880 link_sec = &obj->secs[sec->shdr->sh_info];
884 || strcmp(sec->sec_name + sizeof(".rel") - 1, link_sec->sec_name) != 0) {
891 if (link_sec->skipped)
895 if (link_sec->shdr->sh_type != SHT_PROGBITS && link_sec->shdr->sh_type != SHT_NOBITS) {
922 if (link_sec
[all...]
/linux-master/net/bluetooth/
H A Dhci_sync.c3204 u8 link_sec; local
3206 link_sec = hci_dev_test_flag(hdev, HCI_LINK_SECURITY);
3207 if (link_sec == test_bit(HCI_AUTH, &hdev->flags))
3211 sizeof(link_sec), &link_sec,

Completed in 116 milliseconds