| /src/sys/arch/x68k/stand/aout2hux/ |
| aout2hux.c | 58 u_int32_t text_pad; /* pad between text and data */ member in struct:exec_info 167 inf->text_pad = -inf->text_size & (AOUT_PAGESIZE(hdr) - 1); 276 inf->text_pad = 0; 296 inf->text_pad = 0; 309 inf->text_pad = get_uint32(&phdr[0].p_memsz) - inf->text_size; 355 inf->text_pad = get_uint32(&phdr[d].p_vaddr) - 445 inf1->text_pad != inf2->text_pad || 592 paddingsize = inf1.text_pad;
|
| /src/external/gpl3/binutils/dist/bfd/ |
| aoutx.h | 965 bfd_size_type data_pad, text_pad; local 991 text_pad = 0; 999 text_pad = ((text->filepos - text->vma) 1002 text_pad = (-text->vma 1010 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end; 1018 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end; 1021 execp->a_text += text_pad; 1032 text_pad = data->vma - (text->vma + execp->a_text); 1035 if (text_pad > 0) 1036 execp->a_text += text_pad; [all...] |
| pdp11.c | 914 bfd_size_type data_pad, text_pad; local 940 text_pad = 0; 948 text_pad = ((text->filepos - text->vma) 951 text_pad = (-text->vma 959 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end; 967 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end; 970 execp->a_text += text_pad; 981 text_pad = data->vma - (text->vma + execp->a_text); 984 if (text_pad > 0) 985 execp->a_text += text_pad; [all...] |
| /src/external/gpl3/binutils.old/dist/bfd/ |
| aoutx.h | 965 bfd_size_type data_pad, text_pad; local 991 text_pad = 0; 999 text_pad = ((text->filepos - text->vma) 1002 text_pad = (-text->vma 1010 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end; 1018 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end; 1021 execp->a_text += text_pad; 1032 text_pad = data->vma - (text->vma + execp->a_text); 1035 if (text_pad > 0) 1036 execp->a_text += text_pad; [all...] |
| pdp11.c | 914 bfd_size_type data_pad, text_pad; local 940 text_pad = 0; 948 text_pad = ((text->filepos - text->vma) 951 text_pad = (-text->vma 959 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end; 967 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end; 970 execp->a_text += text_pad; 981 text_pad = data->vma - (text->vma + execp->a_text); 984 if (text_pad > 0) 985 execp->a_text += text_pad; [all...] |
| /src/external/gpl3/gdb/dist/bfd/ |
| aoutx.h | 965 bfd_size_type data_pad, text_pad; local 991 text_pad = 0; 999 text_pad = ((text->filepos - text->vma) 1002 text_pad = (-text->vma 1010 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end; 1018 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end; 1021 execp->a_text += text_pad; 1032 text_pad = data->vma - (text->vma + execp->a_text); 1035 if (text_pad > 0) 1036 execp->a_text += text_pad; [all...] |
| pdp11.c | 914 bfd_size_type data_pad, text_pad; local 940 text_pad = 0; 948 text_pad = ((text->filepos - text->vma) 951 text_pad = (-text->vma 959 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end; 967 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end; 970 execp->a_text += text_pad; 981 text_pad = data->vma - (text->vma + execp->a_text); 984 if (text_pad > 0) 985 execp->a_text += text_pad; [all...] |
| /src/external/gpl3/gdb.old/dist/bfd/ |
| aoutx.h | 973 bfd_size_type data_pad, text_pad; local 999 text_pad = 0; 1007 text_pad = ((text->filepos - text->vma) 1010 text_pad = (-text->vma 1018 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end; 1026 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end; 1029 execp->a_text += text_pad; 1040 text_pad = data->vma - (text->vma + execp->a_text); 1043 if (text_pad > 0) 1044 execp->a_text += text_pad; [all...] |
| pdp11.c | 921 bfd_size_type data_pad, text_pad; local 947 text_pad = 0; 955 text_pad = ((text->filepos - text->vma) 958 text_pad = (-text->vma 966 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end; 974 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end; 977 execp->a_text += text_pad; 988 text_pad = data->vma - (text->vma + execp->a_text); 991 if (text_pad > 0) 992 execp->a_text += text_pad; [all...] |