Home
last modified time | relevance | path

Searched refs:plen (Results 1 – 18 of 18) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Dint_encoding.h46 read_unsigned_LEB_128_x(const unsigned char* buffer, size_t* plen,
50 read_unsigned_LEB_128(const unsigned char* buffer, size_t* plen) in read_unsigned_LEB_128() argument
55 return read_unsigned_LEB_128_x(buffer, plen, byte); in read_unsigned_LEB_128()
57 *plen = 1; in read_unsigned_LEB_128()
67 read_signed_LEB_128_x(const unsigned char* buffer, size_t* plen,
71 read_signed_LEB_128(const unsigned char* buffer, size_t* plen) in read_signed_LEB_128() argument
76 return read_signed_LEB_128_x(buffer, plen, byte); in read_signed_LEB_128()
78 *plen = 1; in read_signed_LEB_128()
Dicf.cc182 section_size_type plen; in preprocess_for_unique_sections() local
192 &plen, in preprocess_for_unique_sections()
194 cksum = xcrc32(contents, plen, 0xffffffff); in preprocess_for_unique_sections()
246 section_size_type plen; in get_section_contents() local
249 contents = secn.first->section_contents(secn.second, &plen, false); in get_section_contents()
526 buffer.append(reinterpret_cast<const char*>(contents), plen); in get_section_contents()
Ddynobj.h212 do_section_contents(unsigned int shndx, section_size_type* plen, in do_section_contents() argument
216 *plen = convert_to_section_size_type(loc.data_size); in do_section_contents()
217 if (*plen == 0) in do_section_contents()
222 return this->get_view(loc.file_offset, *plen, true, cache); in do_section_contents()
Dobject.h494 section_contents(unsigned int shndx, section_size_type* plen, bool cache);
765 decompressed_section_contents(unsigned int shndx, section_size_type* plen,
840 do_section_contents(unsigned int shndx, section_size_type* plen,
2332 do_section_contents(unsigned int shndx, section_size_type* plen, in do_section_contents() argument
2336 *plen = convert_to_section_size_type(loc.data_size); in do_section_contents()
2337 if (*plen == 0) in do_section_contents()
2342 return this->get_view(loc.file_offset, *plen, true, cache); in do_section_contents()
Ddwp.cc177 section_contents(unsigned int shndx, section_size_type* plen, bool* is_new) in section_contents() argument
178 { return this->obj_->decompressed_section_contents(shndx, plen, is_new); } in section_contents()
814 section_size_type* plen, in do_section_contents() argument
818 *plen = convert_to_section_size_type(loc.data_size); in do_section_contents()
819 if (*plen == 0) in do_section_contents()
824 return this->get_view(loc.file_offset, *plen, true, cache); in do_section_contents()
Dtarget.h452 size_t* plen) const in output_section_name() argument
453 { return this->do_output_section_name(relobj, name, plen); } in output_section_name()
Dobject.cc180 Object::section_contents(unsigned int shndx, section_size_type* plen, in section_contents() argument
182 { return this->do_section_contents(shndx, plen, cache); } in section_contents()
2815 section_size_type* plen, in decompressed_section_contents() argument
2824 *plen = buffer_size; in decompressed_section_contents()
2833 *plen = buffer_size; in decompressed_section_contents()
2841 *plen = uncompressed_size; in decompressed_section_contents()
2859 *plen = uncompressed_size; in decompressed_section_contents()
Dplugin.cc1699 section_size_type plen; in get_input_section_contents() local
1701 = obj->section_contents(section.shndx, &plen, false); in get_input_section_contents()
1702 *len = plen; in get_input_section_contents()
Dplugin.h505 do_section_contents(unsigned int shndx, section_size_type* plen,
Dincremental.h1908 do_section_contents(unsigned int shndx, section_size_type* plen,
2119 do_section_contents(unsigned int shndx, section_size_type* plen,
Dlayout.cc5088 size_t* plen) in output_section_name() argument
5132 *plen = psnm->tolen; in output_section_name()
5140 *plen = psnm->tolen; in output_section_name()
5153 *plen = 11; in output_section_name()
5158 *plen = 6; in output_section_name()
5172 *plen = 11; in output_section_name()
Dlayout.h1128 output_section_name(const Relobj*, const char* name, size_t* plen);
Dincremental.cc2287 section_size_type* plen, in do_section_contents() argument
2297 *plen = sect.sh_size; in do_section_contents()
Dpowerpc.cc548 do_output_section_name(const Relobj*, const char* name, size_t* plen) const in do_output_section_name()
552 *plen = 4; in do_output_section_name()
2962 off_t* plen) const in do_plt_fde_location()
3016 *plen = len; in do_plt_fde_location()
/toolchain/binutils/binutils-2.25/binutils/
Dresrc.c1063 rcdata_render_as_buffer (const rc_rcdata_item *data, rc_uint_type *plen) in rcdata_render_as_buffer() argument
1077 if (plen) in rcdata_render_as_buffer()
1078 *plen = len; in rcdata_render_as_buffer()
2992 int plen; in write_rc_datablock() local
3086 plen = fprintf (e, "0x%lxL", in write_rc_datablock()
3089 plen = fprintf (e, " 0x%lxL", in write_rc_datablock()
3093 if (plen>0 && plen < 11) in write_rc_datablock()
3094 indent (e, 11 - plen); in write_rc_datablock()
3112 plen = fprintf (e, "0x%x", in write_rc_datablock()
3116 if (plen > 0 && plen < 11) in write_rc_datablock()
[all …]
/toolchain/binutils/binutils-2.25/opcodes/
Dia64-gen.c2534 int plen = get_prefix_len (prefix); in insert_completer_entry() local
2537 at_end = (prefix[plen] == '\0'); in insert_completer_entry()
2538 prefix[plen] = '\0'; in insert_completer_entry()
2571 prefix += plen + 1; in insert_completer_entry()
DChangeLog-92971865 * h8300-dis.c (bfd_h8_disassemble): Don't set plen for
1945 regardless of plen.
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-92951645 (potable): Add nopage, page, plen.