| /src/external/gpl3/gdb.old/dist/gdb/ |
| gcore.c | 365 make_output_phdrs (bfd *obfd, asection *osec) 373 if (startswith (bfd_section_name (osec), "memtag")) 377 if (startswith (bfd_section_name (osec), "load")) 379 else if (startswith (bfd_section_name (osec), "note")) 385 if (!(bfd_section_flags (osec) & SEC_READONLY)) 387 if (bfd_section_flags (osec) & SEC_CODE) 390 bfd_record_phdr (obfd, p_type, 1, p_flags, 0, 0, 0, 0, 1, &osec); 406 asection *osec; local 464 osec = bfd_make_section_anyway_with_flags (obfd, "load", flags); 465 if (osec == NULL [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| gcore.c | 365 make_output_phdrs (bfd *obfd, asection *osec) 373 if (startswith (bfd_section_name (osec), "memtag")) 377 if (startswith (bfd_section_name (osec), "load")) 379 else if (startswith (bfd_section_name (osec), "note")) 385 if (!(bfd_section_flags (osec) & SEC_READONLY)) 387 if (bfd_section_flags (osec) & SEC_CODE) 390 bfd_record_phdr (obfd, p_type, 1, p_flags, 0, 0, 0, 0, 1, &osec); 406 asection *osec; local 464 osec = bfd_make_section_anyway_with_flags (obfd, "load", flags); 465 if (osec == NULL [all...] |
| /src/external/gpl3/binutils/dist/binutils/ |
| objcopy.c | 2680 asection *osec; 3042 osec = pupdate->section->output_section; 3043 if (!bfd_set_section_size (osec, pupdate->size)) 3045 bfd_nonfatal_message (NULL, obfd, osec, NULL); 3056 for (osec = ibfd->sections; osec != NULL; osec = osec->next) 3058 if (! is_mergeable_note_section (ibfd, osec)) 3063 if (osec->output_section == NULL 2678 asection *osec; local [all...] |
| /src/external/gpl3/binutils.old/dist/binutils/ |
| objcopy.c | 2678 asection *osec; 3037 osec = pupdate->section->output_section; 3038 if (!bfd_set_section_size (osec, pupdate->size)) 3040 bfd_nonfatal_message (NULL, obfd, osec, NULL); 3051 for (osec = ibfd->sections; osec != NULL; osec = osec->next) 3053 if (! is_mergeable_note_section (ibfd, osec)) 3058 if (osec->output_section == NULL 2676 asection *osec; local [all...] |
| /src/external/gpl3/binutils/dist/bfd/ |
| elf32-bfin.c | 2047 /* Find the segment number in which OSEC, and output section, is 2051 _bfinfdpic_osec_to_segment (bfd *output_bfd, asection *osec) 2053 Elf_Internal_Phdr *p = _bfd_elf_find_segment_containing_section (output_bfd, osec); 2059 _bfinfdpic_osec_readonly_p (bfd *output_bfd, asection *osec) 2061 unsigned seg = _bfinfdpic_osec_to_segment (output_bfd, osec); 2544 asection *osec; 2570 osec = sec = local_sections [r_symndx]; 2586 osec = sec; 2602 osec = sec = NULL; 2647 osec, sym 2539 asection *osec; local [all...] |
| elf32-frv.c | 1284 /* Find the segment number in which OSEC, and output section, is 1288 _frvfdpic_osec_to_segment (bfd *output_bfd, asection *osec) 1290 Elf_Internal_Phdr *p = _bfd_elf_find_segment_containing_section (output_bfd, osec); 1296 _frvfdpic_osec_readonly_p (bfd *output_bfd, asection *osec) 1298 unsigned seg = _frvfdpic_osec_to_segment (output_bfd, osec); 2717 asection *osec; 2736 osec = sec = local_sections [r_symndx]; 2753 osec = sec; 2771 osec = sec = NULL; 2831 osec, sym 2714 asection *osec; local [all...] |
| elf32-iq2000.c | 615 asection *osec; 618 osec = sec = local_sections [r_symndx]; 633 name = name == NULL ? bfd_section_name (osec) : name; 610 asection *osec; local
|
| xcofflink.c | 5014 asection *sec, *osec; 5020 osec = sec->output_section; 5022 irel = (flinfo->section_info[osec->target_index].relocs 5023 + osec->reloc_count); 5024 rel_hash = (flinfo->section_info[osec->target_index].rel_hashes 5025 + osec->output_section->reloc_count); 5030 irel->r_vaddr = (osec->vma 5073 ++osec->reloc_count; 6456 asection *osec; 6463 osec = tocsec->output_section 5002 asection *sec, *osec; local 6444 asection *osec; local 6594 asection *osec; local [all...] |
| elf32-vax.c | 1512 asection *osec; 1517 osec->vma, from the emitted reloc addend, 1519 osec = sec->output_section; 1520 indx = elf_section_data (osec)->dynindx; 1525 osec = htab->text_index_section; 1526 indx = elf_section_data (osec)->dynindx; 1511 asection *osec; local
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| elf32-bfin.c | 2047 /* Find the segment number in which OSEC, and output section, is 2051 _bfinfdpic_osec_to_segment (bfd *output_bfd, asection *osec) 2053 Elf_Internal_Phdr *p = _bfd_elf_find_segment_containing_section (output_bfd, osec); 2059 _bfinfdpic_osec_readonly_p (bfd *output_bfd, asection *osec) 2061 unsigned seg = _bfinfdpic_osec_to_segment (output_bfd, osec); 2544 asection *osec; 2570 osec = sec = local_sections [r_symndx]; 2586 osec = sec; 2601 osec = sec = NULL; 2646 osec, sym 2539 asection *osec; local [all...] |
| elf32-frv.c | 1284 /* Find the segment number in which OSEC, and output section, is 1288 _frvfdpic_osec_to_segment (bfd *output_bfd, asection *osec) 1290 Elf_Internal_Phdr *p = _bfd_elf_find_segment_containing_section (output_bfd, osec); 1296 _frvfdpic_osec_readonly_p (bfd *output_bfd, asection *osec) 1298 unsigned seg = _frvfdpic_osec_to_segment (output_bfd, osec); 2717 asection *osec; 2736 osec = sec = local_sections [r_symndx]; 2753 osec = sec; 2770 osec = sec = NULL; 2830 osec, sym 2714 asection *osec; local [all...] |
| elf32-iq2000.c | 615 asection *osec; 618 osec = sec = local_sections [r_symndx]; 633 name = name == NULL ? bfd_section_name (osec) : name; 610 asection *osec; local
|
| xcofflink.c | 5014 asection *sec, *osec; 5020 osec = sec->output_section; 5022 irel = (flinfo->section_info[osec->target_index].relocs 5023 + osec->reloc_count); 5024 rel_hash = (flinfo->section_info[osec->target_index].rel_hashes 5025 + osec->output_section->reloc_count); 5030 irel->r_vaddr = (osec->vma 5073 ++osec->reloc_count; 6456 asection *osec; 6463 osec = tocsec->output_section 5002 asection *sec, *osec; local 6444 asection *osec; local 6594 asection *osec; local [all...] |
| elf32-vax.c | 1511 asection *osec; 1516 osec->vma, from the emitted reloc addend, 1518 osec = sec->output_section; 1519 indx = elf_section_data (osec)->dynindx; 1524 osec = htab->text_index_section; 1525 indx = elf_section_data (osec)->dynindx; 1510 asection *osec; local
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| elf32-bfin.c | 2047 /* Find the segment number in which OSEC, and output section, is 2051 _bfinfdpic_osec_to_segment (bfd *output_bfd, asection *osec) 2053 Elf_Internal_Phdr *p = _bfd_elf_find_segment_containing_section (output_bfd, osec); 2059 _bfinfdpic_osec_readonly_p (bfd *output_bfd, asection *osec) 2061 unsigned seg = _bfinfdpic_osec_to_segment (output_bfd, osec); 2544 asection *osec; 2570 osec = sec = local_sections [r_symndx]; 2586 osec = sec; 2601 osec = sec = NULL; 2646 osec, sym 2539 asection *osec; local [all...] |
| elf32-frv.c | 1284 /* Find the segment number in which OSEC, and output section, is 1288 _frvfdpic_osec_to_segment (bfd *output_bfd, asection *osec) 1290 Elf_Internal_Phdr *p = _bfd_elf_find_segment_containing_section (output_bfd, osec); 1296 _frvfdpic_osec_readonly_p (bfd *output_bfd, asection *osec) 1298 unsigned seg = _frvfdpic_osec_to_segment (output_bfd, osec); 2717 asection *osec; 2736 osec = sec = local_sections [r_symndx]; 2753 osec = sec; 2770 osec = sec = NULL; 2830 osec, sym 2714 asection *osec; local [all...] |
| elf32-iq2000.c | 615 asection *osec; 618 osec = sec = local_sections [r_symndx]; 633 name = name == NULL ? bfd_section_name (osec) : name; 610 asection *osec; local
|
| xcofflink.c | 4967 asection *sec, *osec; 4973 osec = sec->output_section; 4975 irel = (flinfo->section_info[osec->target_index].relocs 4976 + osec->reloc_count); 4977 rel_hash = (flinfo->section_info[osec->target_index].rel_hashes 4978 + osec->output_section->reloc_count); 4983 irel->r_vaddr = (osec->vma 5026 ++osec->reloc_count; 6409 asection *osec; 6416 osec = tocsec->output_section 4955 asection *sec, *osec; local 6397 asection *osec; local 6547 asection *osec; local [all...] |
| elf32-vax.c | 1480 asection *osec; 1485 osec->vma, from the emitted reloc addend, 1487 osec = sec->output_section; 1488 indx = elf_section_data (osec)->dynindx; 1493 osec = htab->text_index_section; 1494 indx = elf_section_data (osec)->dynindx; 1479 asection *osec; local
|
| /src/external/gpl3/gdb/dist/bfd/ |
| elf32-bfin.c | 2047 /* Find the segment number in which OSEC, and output section, is 2051 _bfinfdpic_osec_to_segment (bfd *output_bfd, asection *osec) 2053 Elf_Internal_Phdr *p = _bfd_elf_find_segment_containing_section (output_bfd, osec); 2059 _bfinfdpic_osec_readonly_p (bfd *output_bfd, asection *osec) 2061 unsigned seg = _bfinfdpic_osec_to_segment (output_bfd, osec); 2544 asection *osec; 2570 osec = sec = local_sections [r_symndx]; 2586 osec = sec; 2602 osec = sec = NULL; 2647 osec, sym 2539 asection *osec; local [all...] |
| elf32-frv.c | 1284 /* Find the segment number in which OSEC, and output section, is 1288 _frvfdpic_osec_to_segment (bfd *output_bfd, asection *osec) 1290 Elf_Internal_Phdr *p = _bfd_elf_find_segment_containing_section (output_bfd, osec); 1296 _frvfdpic_osec_readonly_p (bfd *output_bfd, asection *osec) 1298 unsigned seg = _frvfdpic_osec_to_segment (output_bfd, osec); 2717 asection *osec; 2736 osec = sec = local_sections [r_symndx]; 2753 osec = sec; 2771 osec = sec = NULL; 2831 osec, sym 2714 asection *osec; local [all...] |
| elf32-iq2000.c | 615 asection *osec; 618 osec = sec = local_sections [r_symndx]; 633 name = name == NULL ? bfd_section_name (osec) : name; 610 asection *osec; local
|
| xcofflink.c | 5014 asection *sec, *osec; 5020 osec = sec->output_section; 5022 irel = (flinfo->section_info[osec->target_index].relocs 5023 + osec->reloc_count); 5024 rel_hash = (flinfo->section_info[osec->target_index].rel_hashes 5025 + osec->output_section->reloc_count); 5030 irel->r_vaddr = (osec->vma 5073 ++osec->reloc_count; 6456 asection *osec; 6463 osec = tocsec->output_section 5002 asection *sec, *osec; local 6444 asection *osec; local 6594 asection *osec; local [all...] |
| /src/external/gpl3/binutils/dist/ld/ |
| ldmain.c | 1532 asection *osec; 1541 osec = h->u.def.section; 1546 osec = bfd_ind_section_ptr; 1557 && bfd_is_abs_section (osec) 1568 && ((osec->output_section != NULL 1569 && ! bfd_is_abs_section (osec) 1570 && bfd_is_abs_section (osec->output_section)) 1580 nsec = osec; 1591 einfo (_("; %D: first defined here"), obfd, osec, oval); 1529 asection *osec; local
|
| /src/external/gpl3/binutils.old/dist/ld/ |
| ldmain.c | 1458 asection *osec; 1467 osec = h->u.def.section; 1472 osec = bfd_ind_section_ptr; 1483 && bfd_is_abs_section (osec) 1494 && ((osec->output_section != NULL 1495 && ! bfd_is_abs_section (osec) 1496 && bfd_is_abs_section (osec->output_section)) 1506 nsec = osec; 1517 einfo (_("; %D: first defined here"), obfd, osec, oval); 1455 asection *osec; local
|