/toolchain/binutils/binutils-2.25/include/coff/ |
D | tic80.h | 54 char s_paddr[4]; /* physical address, aliased s_nlib */ member
|
D | i960.h | 106 char s_paddr[4]; /* physical address, aliased s_nlib */ member
|
D | external.h | 81 char s_paddr[4]; /* physical address, aliased s_nlib */ member
|
D | m88k.h | 42 char s_paddr[4]; /* physical address, aliased s_nlib */ member
|
D | ti.h | 168 char s_paddr[4]; /* physical address, aliased s_nlib */ member 184 char s_paddr[4]; /* physical address, aliased s_nlib */ member
|
D | rs6k64.h | 80 char s_paddr[8]; /* physical address, aliased s_nlib */ member
|
D | rs6000.h | 85 char s_paddr[4]; /* physical address, aliased s_nlib */ member
|
D | alpha.h | 80 unsigned char s_paddr[8]; /* physical address, aliased s_nlib */ member
|
D | internal.h | 409 bfd_vma s_paddr; member
|
/toolchain/binutils/binutils-2.25/include/aout/ |
D | encap.h | 66 long s_paddr; member
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | peicode.h | 211 scnhdr_int->s_paddr = GET_SCNHDR_PADDR (abfd, scnhdr_ext->s_paddr); in coff_swap_scnhdr_in() 244 if (scnhdr_int->s_paddr > 0 in coff_swap_scnhdr_in() 247 || (bfd_pei_p (abfd) && (scnhdr_int->s_size > scnhdr_int->s_paddr)))) in coff_swap_scnhdr_in() 252 scnhdr_int->s_size = scnhdr_int->s_paddr; in coff_swap_scnhdr_in()
|
D | coffswap.h | 761 scnhdr_int->s_paddr = GET_SCNHDR_PADDR (abfd, scnhdr_ext->s_paddr); in coff_swap_scnhdr_in() 791 PUT_SCNHDR_PADDR (abfd, scnhdr_int->s_paddr, scnhdr_ext->s_paddr); in coff_swap_scnhdr_out()
|
D | coff64-rs6000.c | 810 section.s_paddr = current->lma; in xcoff64_write_object_contents() 2218 text_scnhdr.s_paddr = 0; in xcoff64_generate_rtinit() 2231 data_scnhdr.s_paddr = 0; in xcoff64_generate_rtinit() 2244 bss_scnhdr.s_paddr = 0; /* set below */ in xcoff64_generate_rtinit() 2308 bss_scnhdr.s_paddr = bss_scnhdr.s_vaddr = data_scnhdr.s_size; in xcoff64_generate_rtinit()
|
D | coffcode.h | 1904 pei_section_data (abfd, section)->virt_size = hdr->s_paddr; in coff_set_alignment_hook() 1956 real_sec->reloc_count = hdr->s_paddr; in coff_set_alignment_hook() 3752 section.s_paddr = current->lma; in coff_write_object_contents() 3761 section.s_paddr = 0; in coff_write_object_contents() 3767 section.s_paddr = pei_section_data (abfd, current)->virt_size; in coff_write_object_contents() 3769 section.s_paddr = 0; in coff_write_object_contents() 3960 scnhdr.s_paddr = current->reloc_count; in coff_write_object_contents()
|
D | peXXigen.c | 978 ps = scnhdr_int->s_paddr; in _bfd_XXi_swap_scnhdr_out() 989 PUT_SCNHDR_PADDR (abfd, ps, scnhdr_ext->s_paddr); in _bfd_XXi_swap_scnhdr_out()
|
D | coffgen.c | 114 return_section->lma = hdr->s_paddr; in make_a_section_from_file()
|
D | coff-rs6000.c | 3688 scnhdr.s_paddr = 0; in xcoff_generate_rtinit()
|
D | ecoff.c | 2421 section.s_paddr = current->lma; in _bfd_ecoff_write_object_contents()
|
D | ChangeLog-9697 | 4845 store s_paddr field in pei_section_data. 4848 (coff_write_object_contents): If COFF_OBJ_WITH_PE, set s_paddr to 4849 0. If COFF_IMAGE_WITH_PE, set s_paddr to pei_section_data.
|
D | ChangeLog-0001 | 3723 uninitialised data, only set their size to s_paddr if this does 3725 s_paddr to zero.
|
D | ChangeLog-9899 | 505 instead. Don't clear the s_paddr field for an uninitialized data
|
D | ChangeLog-9495 | 56 * coffgen.c (make_a_section_from_file): Set lma to s_paddr, not 58 * coffcode.h (coff_write_object_contents): Set s_paddr to lma, not
|
/toolchain/binutils/binutils-2.25/libiberty/ |
D | simple-object-xcoff.c | 94 unsigned char s_paddr[4]; /* physical address, aliased s_nlib */ member 106 unsigned char s_paddr[8]; /* physical address, aliased s_nlib */ member
|
D | simple-object-coff.c | 71 unsigned char s_paddr[4]; /* physical address, aliased s_nlib */ member
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | od-xcoff.c | 553 (unsigned int)bfd_h_get_32 (abfd, scn.s_paddr), in dump_xcoff32_sections_header() 570 (unsigned int)bfd_h_get_32 (abfd, scn.s_paddr), in dump_xcoff32_sections_header() 622 bfd_h_get_32 (abfd, scn.s_paddr); in xcoff32_read_sections()
|