HomeSort by: relevance | last modified time | path
    Searched defs:sec_type (Results 1 - 11 of 11) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
machoread.c 531 unsigned int sec_type; local
539 sec_type = msec->flags & BFD_MACH_O_SECTION_TYPE_MASK;
540 if ((sec_type == BFD_MACH_O_S_REGULAR
541 || sec_type == BFD_MACH_O_S_ZEROFILL)
  /src/external/gpl3/gdb.old/dist/gdb/
machoread.c 529 unsigned int sec_type; local
537 sec_type = msec->flags & BFD_MACH_O_SECTION_TYPE_MASK;
538 if ((sec_type == BFD_MACH_O_S_REGULAR
539 || sec_type == BFD_MACH_O_S_ZEROFILL)
  /src/external/gpl3/binutils/dist/bfd/
elf-attrs.c 760 uint32_t sec_type = get_elf_backend_data (abfd)->obj_attrs_section_type; local
765 if (elf_section_type (res->sec) != sec_type)
elf64-ppc.c 2026 enum _ppc64_sec_type sec_type:2;
2073 && ppc64_elf_section_data (sec)->sec_type == sec_opd)
4471 if (ppc64_elf_section_data (opd)->sec_type == sec_normal)
4472 ppc64_elf_section_data (opd)->sec_type = sec_opd;
4473 else if (ppc64_elf_section_data (opd)->sec_type != sec_opd)
4803 is_opd = ppc64_elf_section_data (sec)->sec_type == sec_opd;
5255 if (ppc64_sec->sec_type == sec_normal)
5268 ppc64_sec->sec_type = sec_toc;
5270 if (ppc64_sec->sec_type != sec_toc
5558 if (ppc64_elf_section_data (opd_sec)->sec_type == sec_normal
2024 enum _ppc64_sec_type sec_type:2; member in struct:_ppc64_elf_section_data
    [all...]
  /src/external/gpl3/binutils/dist/gprofng/src/
Stabs.cc 407 Section_type sec_type; local
409 sec_type = COMM_SEC;
411 sec_type = COMM1_SEC;
427 citem->sec = sec_type + index;
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Stabs.cc 407 Section_type sec_type; local
409 sec_type = COMM_SEC;
411 sec_type = COMM1_SEC;
427 citem->sec = sec_type + index;
  /src/external/gpl3/binutils.old/dist/bfd/
elf64-ppc.c 2034 enum _ppc64_sec_type sec_type:2;
2081 && ppc64_elf_section_data (sec)->sec_type == sec_opd)
4479 if (ppc64_elf_section_data (opd)->sec_type == sec_normal)
4480 ppc64_elf_section_data (opd)->sec_type = sec_opd;
4481 else if (ppc64_elf_section_data (opd)->sec_type != sec_opd)
4811 is_opd = ppc64_elf_section_data (sec)->sec_type == sec_opd;
5263 if (ppc64_sec->sec_type == sec_normal)
5276 ppc64_sec->sec_type = sec_toc;
5278 if (ppc64_sec->sec_type != sec_toc
5566 if (ppc64_elf_section_data (opd_sec)->sec_type == sec_normal
2032 enum _ppc64_sec_type sec_type:2; member in struct:_ppc64_elf_section_data
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf64-ppc.c 2034 enum _ppc64_sec_type sec_type:2;
2081 && ppc64_elf_section_data (sec)->sec_type == sec_opd)
4478 if (ppc64_elf_section_data (opd)->sec_type == sec_normal)
4479 ppc64_elf_section_data (opd)->sec_type = sec_opd;
4480 else if (ppc64_elf_section_data (opd)->sec_type != sec_opd)
4810 is_opd = ppc64_elf_section_data (sec)->sec_type == sec_opd;
5262 if (ppc64_sec->sec_type == sec_normal)
5275 ppc64_sec->sec_type = sec_toc;
5277 if (ppc64_sec->sec_type != sec_toc
5565 if (ppc64_elf_section_data (opd_sec)->sec_type == sec_normal
2032 enum _ppc64_sec_type sec_type:2; member in struct:_ppc64_elf_section_data
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf64-ppc.c 2035 enum _ppc64_sec_type sec_type:2;
2086 && ppc64_elf_section_data (sec)->sec_type == sec_opd)
4484 if (ppc64_elf_section_data (opd)->sec_type == sec_normal)
4485 ppc64_elf_section_data (opd)->sec_type = sec_opd;
4486 else if (ppc64_elf_section_data (opd)->sec_type != sec_opd)
4816 is_opd = ppc64_elf_section_data (sec)->sec_type == sec_opd;
5259 if (ppc64_sec->sec_type == sec_normal)
5272 ppc64_sec->sec_type = sec_toc;
5274 if (ppc64_sec->sec_type != sec_toc
5562 if (ppc64_elf_section_data (opd_sec)->sec_type == sec_normal
2033 enum _ppc64_sec_type sec_type:2; member in struct:_ppc64_elf_section_data
    [all...]
  /src/external/gpl3/binutils/dist/binutils/
readelf.c 12095 unsigned int sec_type;
12101 sec_type = SHT_ARM_EXIDX;
12105 sec_type = SHT_C6000_UNWIND;
12136 else if (sec->sh_type == sec_type)
12145 if (sec->sh_type == sec_type)
12092 unsigned int sec_type; local
  /src/external/gpl3/binutils.old/dist/binutils/
readelf.c 11587 unsigned int sec_type;
11593 sec_type = SHT_ARM_EXIDX;
11597 sec_type = SHT_C6000_UNWIND;
11628 else if (sec->sh_type == sec_type)
11637 if (sec->sh_type == sec_type)
11584 unsigned int sec_type; local

Completed in 105 milliseconds