Home
last modified time | relevance | path

Searched refs:handle_section (Results 1 – 22 of 22) sorted by relevance

/dports/devel/vasm/vasm/syntax/test/
H A Dsyntax.c67 static void handle_section(char *s) in handle_section() function
226 static void handle_texts(char *s){ handle_section(".text,\"acrx4\"");eol(s);} in handle_texts()
227 static void handle_datas(char *s){ handle_section(".data,\"adrw4\"");eol(s);} in handle_datas()
228 static void handle_sdatas(char *s){ handle_section(".sdata,\"adrw4\"");eol(s);} in handle_sdatas()
229 static void handle_sdata2s(char *s){ handle_section(".sdata2,\"adr4\"");eol(s);} in handle_sdata2s()
230 static void handle_rodatas(char *s){ handle_section(".rodata,\"adr4\"");eol(s);} in handle_rodatas()
231 static void handle_bsss(char *s){ handle_section(".bss,\"aurw4\"");eol(s);} in handle_bsss()
232 static void handle_sbsss(char *s){ handle_section(".bss,\"aurw4\"");eol(s);} in handle_sbsss()
238 "section",handle_section,
/dports/devel/elfutils/elfutils-0.179/tests/
H A Dnext_cfi.c36 handle_section (char *name, const unsigned char e_ident[], in handle_section() function
138 handle_section (name, ident, scn, true); in main()
141 handle_section (name, ident, scn, false); in main()
H A Dsectiondump.c31 static int handle_section (Elf *elf, Elf_Scn *scn);
63 if (handle_section (elf, elf_getscn (elf, atoi (argv[cnt]))) != 0) in main()
78 handle_section (Elf *elf, Elf_Scn *scn) in handle_section() function
H A DChangeLog538 * next_cfi.c (handle_section): Take a new argument name. Check
541 section to handle_section.
/dports/devel/vasm/vasm/syntax/std/
H A Dsyntax.c150 static void handle_section(char *s) in handle_section() function
859 handle_section(bssname); in handle_bsss()
882 static void handle_texts(char *s){ handle_section(textname);eol(s);} in handle_texts()
883 static void handle_datas(char *s){ handle_section(dataname);eol(s);} in handle_datas()
884 static void handle_sdatas(char *s){ handle_section(sdataname);eol(s);} in handle_sdatas()
885 static void handle_sdata2s(char *s){ handle_section(sdata2name);eol(s);} in handle_sdata2s()
886 static void handle_rodatas(char *s){ handle_section(rodataname);eol(s);} in handle_rodatas()
887 static void handle_sbsss(char *s){ handle_section(sbssname);eol(s);} in handle_sbsss()
888 static void handle_tocds(char *s){ handle_section(tocdname);eol(s);} in handle_tocds()
965 "section",handle_section,
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/ci/ansi2json/
H A Dconverter.rb59 handle_section(scanner)
102 def handle_section(scanner) method in Gitlab.Ci.Ansi2json.Converter
/dports/multimedia/bitstream/bitstream-1.5/examples/
H A Dmpeg_print_pcr.c216 static void handle_section(uint16_t i_pid, uint8_t *p_section) in handle_section() function
266 handle_section(i_pid, p_section); in handle_psi_packet()
277 handle_section(i_pid, p_section); in handle_psi_packet()
H A Ddvb_print_si.c967 static void handle_section(uint16_t i_pid, uint8_t *p_section) in handle_section() function
1072 handle_section(i_pid, p_section); in handle_psi_packet()
1083 handle_section(i_pid, p_section); in handle_psi_packet()
/dports/textproc/confget/confget-release-3.0.2/python/src/confget/backend/
H A Dini.py93 def handle_section( function
145 handle=handle_section,
/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dnull-gc-handles.c22 static mono_mutex_t handle_section; variable
23 #define lock_handles(handles) mono_os_mutex_lock (&handle_section)
24 #define unlock_handles(handles) mono_os_mutex_unlock (&handle_section)
53 mono_os_mutex_init_recursive (&handle_section); in null_gc_handles_init()
H A Dboehm-gc.c76 static mono_mutex_t handle_section; variable
77 #define lock_handles(handles) mono_os_mutex_lock (&handle_section)
78 #define unlock_handles(handles) mono_os_mutex_unlock (&handle_section)
249 mono_os_mutex_init_recursive (&handle_section); in mono_gc_base_init()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/ci/
H A Dansi2html.rb267 handle_section(s)
308 def handle_section(scanner) method in Gitlab.Ci.Ansi2html.Converter
/dports/net/ntp/ntp-4.2.8p15/sntp/libopts/
H A Dconfigfile.c51 handle_section(tOptions * opts, char * txt);
478 ftext = handle_section(opts, ftext); in file_preset()
728 handle_section(tOptions * opts, char * txt) in handle_section() function
/dports/archivers/sharutils/sharutils-4.15.2/libopts/
H A Dconfigfile.c51 handle_section(tOptions * opts, char * txt);
478 ftext = handle_section(opts, ftext); in file_preset()
728 handle_section(tOptions * opts, char * txt) in handle_section() function
/dports/net-mgmt/tcpreplay/tcpreplay-4.3.4/libopts/
H A Dconfigfile.c51 handle_section(tOptions * opts, char * txt);
478 ftext = handle_section(opts, ftext); in file_preset()
729 handle_section(tOptions * opts, char * txt) in handle_section() function
/dports/devel/autogen/autogen-5.18.16/autoopts/
H A Dconfigfile.c435 ftext = handle_section(opts, ftext); in file_preset()
676 handle_section(tOptions * opts, char * txt) in handle_section() function
H A Dproto.h71 handle_section(tOptions * opts, char * txt);
/dports/security/gnutls/gnutls-3.6.16/src/libopts/
H A Dconfigfile.c435 ftext = handle_section(opts, ftext); in file_preset()
676 handle_section(tOptions * opts, char * txt) in handle_section() function
H A Dproto.h71 handle_section(tOptions * opts, char * txt);
/dports/devel/vasm/vasm/syntax/oldstyle/
H A Dsyntax.c429 static void handle_section(char *s) in handle_section() function
939 "section",handle_section,
/dports/devel/ding-libs/ding-libs-0.6.1/ini/
H A Dini_parse.c1170 static int handle_section(struct parser_obj *po, uint32_t *action) in handle_section() function
1399 error = handle_section(po, &action); in parser_inspect()
/dports/devel/vasm/vasm/syntax/mot/
H A Dsyntax.c404 static void handle_section(char *s) in handle_section() function
1458 "section",P|D,handle_section,