Home
last modified time | relevance | path

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

/Linux-v5.15/tools/lib/bpf/
Dlinker.c770 struct src_sec *link_sec; in linker_sanity_check_elf_symtab() local
784 link_sec = &obj->secs[sec->shdr->sh_link]; in linker_sanity_check_elf_symtab()
785 if (link_sec->shdr->sh_type != SHT_STRTAB) { in linker_sanity_check_elf_symtab()
844 struct src_sec *link_sec, *sym_sec; in linker_sanity_check_elf_relos() local
866 link_sec = &obj->secs[sec->shdr->sh_info]; in linker_sanity_check_elf_relos()
870 || strcmp(sec->sec_name + sizeof(".rel") - 1, link_sec->sec_name) != 0) { in linker_sanity_check_elf_relos()
877 if (link_sec->skipped) in linker_sanity_check_elf_relos()
881 if (link_sec->shdr->sh_type != SHT_PROGBITS && link_sec->shdr->sh_type != SHT_NOBITS) { in linker_sanity_check_elf_relos()
908 if (link_sec->shdr->sh_flags & SHF_EXECINSTR) { in linker_sanity_check_elf_relos()
/Linux-v5.15/net/bluetooth/
Dhci_request.c3393 u8 link_sec; in powered_update_hci() local
3466 link_sec = hci_dev_test_flag(hdev, HCI_LINK_SECURITY); in powered_update_hci()
3467 if (link_sec != test_bit(HCI_AUTH, &hdev->flags)) in powered_update_hci()
3469 sizeof(link_sec), &link_sec); in powered_update_hci()