HomeSort by relevance Sort by last modified time
    Searched refs:num_group (Results 1 - 3 of 3) sorted by null

  /toolchain/binutils/binutils-2.25/bfd/
elf.c 544 unsigned int num_group = elf_tdata (abfd)->num_group; local
546 /* If num_group is zero, read in all SHT_GROUP sections. The count
548 if (num_group == 0)
555 num_group = 0;
568 num_group += 1;
571 if (num_group == 0)
573 num_group = (unsigned) -1;
574 elf_tdata (abfd)->num_group = num_group;
753 unsigned int num_group = elf_tdata (abfd)->num_group; local
    [all...]
elf-bfd.h 1664 int num_group; member in struct:elf_obj_tdata
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
obj-elf.c 2235 unsigned int num_group; \/* Number of lists. *\/ member in struct:group_list
    [all...]

Completed in 209 milliseconds