HomeSort by relevance Sort by last modified time
    Searched refs:SEC (Results 1 - 25 of 160) sorted by null

1 2 3 4 5 6 7

  /external/linux-kselftest/tools/testing/selftests/bpf/
test_xdp_redirect.c 15 int _version SEC("version") = 1;
17 SEC("redirect_to_111")
22 SEC("redirect_to_222")
28 char _license[] SEC("license") = "GPL";
test_obj_id.c 17 int _version SEC("version") = 1;
19 struct bpf_map_def SEC("maps") test_map_id = {
26 SEC("test_obj_id_dummy")
dev_cgroup.c 12 SEC("cgroup/dev")
59 char _license[] SEC("license") = "GPL";
60 __u32 _version SEC("version") = LINUX_VERSION_CODE;
sockmap_parse_prog.c 6 int _version SEC("version") = 1;
15 SEC("sk_skb1")
35 char _license[] SEC("license") = "GPL";
sockmap_verdict_prog.c 6 int _version SEC("version") = 1;
15 struct bpf_map_def SEC("maps") sock_map_rx = {
22 struct bpf_map_def SEC("maps") sock_map_tx = {
29 struct bpf_map_def SEC("maps") sock_map_break = {
36 SEC("sk_skb2")
66 char _license[] SEC("license") = "GPL";
  /toolchain/binutils/binutils-2.27/gas/config/
tc-i370.h 57 #define MD_PCREL_FROM_SECTION(FIX, SEC) md_pcrel_from_section (FIX, SEC)
tc-lm32.h 44 #define MD_PCREL_FROM_SECTION(FIXP, SEC) md_pcrel_from_section (FIXP, SEC)
tc-msp430.h 87 #define MD_PCREL_FROM_SECTION(FIXP, SEC) md_pcrel_from_section(FIXP, SEC)
124 #define tc_frob_section(sec) msp430_frob_section (sec)
161 #define TC_FORCE_RELOCATION_SUB_SAME(FIX, SEC) \
162 ( ((SEC)->flags & SEC_CODE) != 0 \
163 || ((SEC)->flags & SEC_DEBUGGING) != 0 \
164 || ! SEG_NORMAL (SEC) \
tc-rl78.h 60 #define MD_PCREL_FROM_SECTION(FIXP, SEC) md_pcrel_from_section (FIXP, SEC)
95 #define TC_FORCE_RELOCATION_SUB_SAME(FIX, SEC) \
96 ( ((SEC)->flags & SEC_CODE) != 0 \
97 || ((SEC)->flags & SEC_DEBUGGING) != 0 \
98 || ! SEG_NORMAL (SEC) \
tc-d10v.h 32 #define MD_PCREL_FROM_SECTION(FIX, SEC) md_pcrel_from_section (FIX, SEC)
tc-d30v.h 34 #define MD_PCREL_FROM_SECTION(FIX, SEC) md_pcrel_from_section (FIX, SEC)
tc-fr30.h 52 #define MD_PCREL_FROM_SECTION(FIX, SEC) md_pcrel_from_section (FIX, SEC)
tc-iq2000.h 44 #define MD_PCREL_FROM_SECTION(FIXP, SEC) md_pcrel_from_section (FIXP, SEC)
tc-or1k.h 54 #define MD_PCREL_FROM_SECTION(FIX, SEC) md_pcrel_from_section (FIX, SEC)
tc-xc16x.h 57 #define MD_PCREL_FROM_SECTION(FIX, SEC) md_pcrel_from_section (FIX, SEC)
tc-xstormy16.h 56 #define MD_PCREL_FROM_SECTION(FIX, SEC) md_pcrel_from_section (FIX, SEC)
tc-m32c.h 40 #define MD_PCREL_FROM_SECTION(FIXP, SEC) md_pcrel_from_section (FIXP, SEC)
76 #define MD_PCREL_FROM_SECTION(FIXP, SEC) md_pcrel_from_section (FIXP, SEC)
tc-moxie.h 44 #define MD_PCREL_FROM_SECTION(FIX, SEC) md_pcrel_from (FIX)
  /device/linaro/bootloader/edk2/EmulatorPkg/Library/SecPpiListLib/
SecPpiListLib.inf 23 LIBRARY_CLASS = PpiListLib|SEC BASE USER_DEFINED
  /device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/FixupVtf/
Vtf.inf 4 # This VTF requires build time fixups in order to find the SEC entry point.
21 MODULE_TYPE = SEC
  /device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/
Vtf0.inf 19 MODULE_TYPE = SEC
  /device/linaro/bootloader/edk2/ArmPkg/Library/PeiServicesTablePointerLib/
PeiServicesTablePointerLib.inf 27 LIBRARY_CLASS = PeiServicesTablePointerLib|PEIM PEI_CORE SEC
  /device/linaro/bootloader/edk2/EmulatorPkg/Library/PeiEmuSerialPortLib/
PeiEmuSerialPortLib.inf 23 LIBRARY_CLASS = SerialPortLib| PEI_CORE PEIM SEC
  /device/linaro/bootloader/edk2/EmulatorPkg/Library/PeiServicesTablePointerLibMagicPage/
PeiServicesTablePointerLibMagicPage.inf 27 LIBRARY_CLASS = PeiServicesTablePointerLib|PEIM PEI_CORE SEC
  /device/linaro/bootloader/edk2/EmulatorPkg/Library/PeiTimerLib/
PeiTimerLib.inf 27 LIBRARY_CLASS = TimerLib|PEIM PEI_CORE SEC

Completed in 601 milliseconds

1 2 3 4 5 6 7