Searched refs:section_code (Results 1 – 4 of 4) sorted by relevance
67 wasm_section_code_to_name (bfd_byte section_code) in wasm_section_code_to_name() argument69 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() local404 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()
852 int section_code = bfd_decode_symclass (*p); in tekhex_write_object_contents() local854 if (section_code != '?') in tekhex_write_object_contents()862 switch (section_code) in tekhex_write_object_contents()
67 wasm_section_code_to_name (bfd_byte section_code) in wasm_section_code_to_name() argument69 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() local403 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()