Searched refs:core_datasec (Results 1 – 8 of 8) sorted by relevance
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | trad-core.c | 59 #define core_datasec(bfd) ((bfd)->tdata.trad_core_data->data_section) macro 161 core_datasec (abfd) = bfd_make_section_anyway (abfd, ".data"); 162 if (core_datasec (abfd) == NULL) 169 core_datasec (abfd)->flags = SEC_ALLOC + SEC_LOAD + SEC_HAS_CONTENTS; 172 core_datasec (abfd)->size = NBPG * u.u_dsize 183 core_datasec (abfd)->vma = HOST_DATA_START_ADDR; 185 core_datasec (abfd)->vma = HOST_TEXT_START_ADDR + (NBPG * u.u_tsize); 210 core_datasec (abfd)->filepos = NBPG * UPAGES; 220 core_datasec (abfd)->alignment_power = 2;
|
H A D | ptrace-core.c | 45 #define core_datasec(bfd) ((bfd)->tdata.trad_core_data->data_section) macro 95 core_datasec (abfd) = bfd_make_section_anyway (abfd, ".data"); 96 if (core_datasec (abfd) == NULL) 107 core_datasec (abfd)->flags = SEC_ALLOC + SEC_LOAD + SEC_HAS_CONTENTS; 110 core_datasec (abfd)->size = u.pt_dsize; 114 core_datasec (abfd)->vma = u.pt_o_data_start; 118 core_datasec (abfd)->filepos = (int) u.pt_dataptr; 124 core_datasec (abfd)->alignment_power = 2;
|
H A D | hppabsd-core.c | 78 #define core_datasec(bfd) (core_hdr(bfd)->data_section) macro 178 core_datasec (abfd) = make_bfd_asection (abfd, ".data", 183 if (core_datasec (abfd) == NULL) 185 core_datasec (abfd)->vma = UDATASEG;
|
H A D | aoutf1.h | 540 #define core_datasec(bfd) (core_hdr (bfd)->data_section) macro 635 core_datasec (abfd) = bfd_make_section_anyway (abfd, ".data"); in sunos4_core_file_p() 636 if (core_datasec (abfd) == NULL) in sunos4_core_file_p() 648 core_datasec (abfd)->flags = SEC_ALLOC + SEC_LOAD + SEC_HAS_CONTENTS; in sunos4_core_file_p() 653 core_datasec (abfd)->size = core->c_dsize; in sunos4_core_file_p() 658 core_datasec (abfd)->vma = core->c_data_addr; in sunos4_core_file_p() 663 core_datasec (abfd)->filepos = core->c_len; in sunos4_core_file_p() 670 core_datasec (abfd)->alignment_power = 2; in sunos4_core_file_p()
|
/openbsd-src/gnu/usr.bin/binutils/bfd/ |
H A D | trad-core.c | 59 #define core_datasec(bfd) ((bfd)->tdata.trad_core_data->data_section) macro 166 core_datasec (abfd) = bfd_make_section_anyway (abfd, ".data"); 167 if (core_datasec (abfd) == NULL) 174 core_datasec (abfd)->flags = SEC_ALLOC + SEC_LOAD + SEC_HAS_CONTENTS; 177 core_datasec (abfd)->_raw_size = NBPG * u.u_dsize 188 core_datasec (abfd)->vma = HOST_DATA_START_ADDR; 190 core_datasec (abfd)->vma = HOST_TEXT_START_ADDR + (NBPG * u.u_tsize); 215 core_datasec (abfd)->filepos = NBPG * UPAGES; 225 core_datasec (abfd)->alignment_power = 2;
|
H A D | ptrace-core.c | 45 #define core_datasec(bfd) ((bfd)->tdata.trad_core_data->data_section) macro 96 core_datasec (abfd) = bfd_make_section_anyway (abfd, ".data"); 97 if (core_datasec (abfd) == NULL) 108 core_datasec (abfd)->flags = SEC_ALLOC + SEC_LOAD + SEC_HAS_CONTENTS; 111 core_datasec (abfd)->_raw_size = u.pt_dsize; 115 core_datasec (abfd)->vma = u.pt_o_data_start; 119 core_datasec (abfd)->filepos = (int) u.pt_dataptr; 125 core_datasec (abfd)->alignment_power = 2;
|
H A D | hppabsd-core.c | 79 #define core_datasec(bfd) (core_hdr(bfd)->data_section) macro 181 core_datasec (abfd) = make_bfd_asection (abfd, ".data", 186 if (core_datasec (abfd) == NULL) 188 core_datasec (abfd)->vma = UDATASEG;
|
H A D | aoutf1.h | 591 #define core_datasec(bfd) (core_hdr(bfd)->data_section) macro 687 core_datasec (abfd) = bfd_make_section_anyway (abfd, ".data"); 688 if (core_datasec (abfd) == NULL) 700 core_datasec (abfd)->flags = SEC_ALLOC + SEC_LOAD + SEC_HAS_CONTENTS; 705 core_datasec (abfd)->_raw_size = core->c_dsize; 710 core_datasec (abfd)->vma = core->c_data_addr; 715 core_datasec (abfd)->filepos = core->c_len; 722 core_datasec (abfd)->alignment_power = 2;
|