Home
last modified time | relevance | path

Searched refs:a_func (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/lld/test/ELF/
Dtextrel.s32 .globl a_func symbol
33 .type a_func,@gnu_indirect_function
34 .set a_func, selector define
39 callq a_func
/external/llvm-project/lldb/test/API/functionalities/breakpoint/source_regexp/
Da.h1 int a_func(int);
Dmain.c13 a_func(10); in main()
Da.c12 a_func(int input) in a_func() function
/external/python/setuptools/docs/
Dsetuptools.txt1086 entry_points={'blogtool.parsers': ['.rst = some_module:a_func']}