Home
last modified time | relevance | path

Searched refs:is_signed (Results 1 – 12 of 12) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Dscript-sections.h106 add_data(int size, bool is_signed, Expression* val);
Dscript-sections.cc999 Output_data_expression(int size, bool is_signed, Expression* val, in Output_data_expression() argument
1003 is_signed_(is_signed), val_(val), symtab_(symtab), in Output_data_expression()
1095 Output_section_element_data(int size, bool is_signed, Expression* val) in Output_section_element_data() argument
1096 : size_(size), is_signed_(is_signed), val_(val) in Output_section_element_data()
1832 add_data(int size, bool is_signed, Expression* val);
2053 Output_section_definition::add_data(int size, bool is_signed, Expression* val) in add_data() argument
2055 Output_section_element* p = new Output_section_element_data(size, is_signed, in add_data()
3290 Script_sections::add_data(int size, bool is_signed, Expression* val) in add_data() argument
3293 this->output_section_->add_data(size, is_signed, val); in add_data()
Dehframe.cc233 bool is_signed = (fde_encoding & elfcpp::DW_EH_PE_signed) != 0; in get_fde_pc() local
249 if (is_signed) in get_fde_pc()
255 if (size > 32 && is_signed) in get_fde_pc()
Dscript.cc3096 bool is_signed = true; in script_add_data() local
3101 is_signed = false; in script_add_data()
3118 closure->script_options()->script_sections()->add_data(size, is_signed, val); in script_add_data()
/toolchain/binutils/binutils-2.25/bfd/
Delf-eh-frame.c168 read_value (bfd *abfd, bfd_byte *buf, int width, int is_signed) in read_value() argument
175 if (is_signed) in read_value()
181 if (is_signed) in read_value()
187 if (is_signed) in read_value()
DChangeLog-02034514 (read_value): Add parameter is_signed, use signed extraction if
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-tilepro.c363 if (bfd_check_overflow (operand->is_signed in insert_operand()
373 if (operand->is_signed) in insert_operand()
Dtc-tilegx.c407 if (bfd_check_overflow (operand->is_signed in insert_operand()
417 if (operand->is_signed) in insert_operand()
/toolchain/binutils/binutils-2.25/include/opcode/
Dtilegx.h1182 unsigned int is_signed : 1; member
Dtilepro.h1478 unsigned int is_signed : 1; member
/toolchain/binutils/binutils-2.25/opcodes/
Dtilegx-opc.c8102 if (op->is_signed) in parse_insn_tilegx()
Dtilepro-opc.c10220 if (op->is_signed) in parse_insn_tilepro()