Home
last modified time | relevance | path

Searched refs:section_code (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dwasm-module.c67 wasm_section_code_to_name (bfd_byte section_code) in wasm_section_code_to_name() argument
69 if (section_code < WASM_NUMBERED_SECTIONS) in wasm_section_code_to_name()
70 return wasm_numbered_sections[section_code]; in wasm_section_code_to_name()
394 int section_code; in wasm_scan() local
404 while ((section_code = wasm_read_byte (abfd, &error)) != EOF) in wasm_scan()
406 if (section_code != 0) in wasm_scan()
408 const char *sname = wasm_section_code_to_name (section_code); in wasm_scan()
H A Dtekhex.c852 int section_code = bfd_decode_symclass (*p); in tekhex_write_object_contents() local
854 if (section_code != '?') in tekhex_write_object_contents()
862 switch (section_code) in tekhex_write_object_contents()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dwasm-module.c67 wasm_section_code_to_name (bfd_byte section_code) in wasm_section_code_to_name() argument
69 if (section_code < WASM_NUMBERED_SECTIONS) in wasm_section_code_to_name()
70 return wasm_numbered_sections[section_code]; in wasm_section_code_to_name()
393 int section_code; in wasm_scan() local
403 while ((section_code = wasm_read_byte (abfd, &error)) != EOF) in wasm_scan()
405 if (section_code != 0) in wasm_scan()
407 const char *sname = wasm_section_code_to_name (section_code); in wasm_scan()
H A Dtekhex.c852 int section_code = bfd_decode_symclass (*p); in tekhex_write_object_contents() local
854 if (section_code != '?') in tekhex_write_object_contents()
862 switch (section_code) in tekhex_write_object_contents()