HomeSort by relevance Sort by last modified time
    Searched refs:bfd_set_section_size (Results 1 - 25 of 29) sorted by null

1 2

  /toolchain/binutils/binutils-2.25/binutils/
nlmconv.c 447 if (! bfd_set_section_size (outbfd, data_sec, data_size + add))
511 bfd_set_section_size (outbfd, bss_sec, size);
720 || ! bfd_set_section_size (outbfd, custom_section, custom_size))
740 || ! bfd_set_section_size (outbfd, help_section, help_size))
762 || ! bfd_set_section_size (outbfd, message_section, message_size))
777 || ! bfd_set_section_size (outbfd, module_section, module_size))
796 || ! bfd_set_section_size (outbfd, rpc_section, rpc_size))
852 || ! bfd_set_section_size (outbfd, shared_section,
    [all...]
resres.c 145 if (! bfd_set_section_size (abfd, sec, (sec_length + 3) & ~3))
146 bfd_fatal ("bfd_set_section_size");
objcopy.c     [all...]
rescoff.c 534 if (! bfd_set_section_size (abfd, sec, length))
535 bfd_fatal ("bfd_set_section_size");
windmc.c 701 if (! bfd_set_section_size (mc_bfd.abfd, mc_bfd.sec, sec_length))
702 bfd_fatal ("bfd_set_section_size");
dlltool.c     [all...]
ieee.c     [all...]
  /toolchain/binutils/binutils-2.25/ld/
pe-dll.c 1016 bfd_set_section_size (filler_bfd, edata_s, edata_sz);
1032 bfd_set_section_size (filler_bfd, reloc_s, 0);
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
section.c 1414 bfd_set_section_size (bfd *abfd, sec_ptr ptr, bfd_size_type val) function
    [all...]
opncls.c     [all...]
peicode.h 622 bfd_set_section_size (vars->abfd, sec, (bfd_size_type) size);
    [all...]
coff-alpha.c 433 if (! bfd_set_section_size (abfd, sec, size))
    [all...]
elf64-mmix.c     [all...]
elf32-tic6x.c     [all...]
mmo.c     [all...]
elf32-spu.c 582 if (!bfd_set_section_size (ibfd, s, size))
    [all...]
bfd-in2.h     [all...]
elf32-ppc.c     [all...]
elf32-arm.c     [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
obj-elf.c     [all...]
obj-coff.c     [all...]
tc-xtensa.c     [all...]
  /toolchain/binutils/binutils-2.25/gas/
write.c 583 x = bfd_set_section_size (abfd, sec, newsize);
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/
bfd.h     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/
bfd.h     [all...]

Completed in 532 milliseconds

1 2