| /src/external/gpl3/binutils/dist/bfd/ |
| wasm-module.c | 396 asection *bfdsec; local 413 bfdsec = bfd_make_section_anyway_with_flags (abfd, sname, 415 if (bfdsec == NULL) 418 bfdsec->size = wasm_read_leb128 (abfd, &error, &bytes_read, false); 453 bfdsec = bfd_make_section_anyway_with_flags (abfd, name, 455 if (bfdsec == NULL) 458 bfdsec->size = payload_len; 461 bfdsec->vma = vma; 462 bfdsec->lma = vma; 463 bfdsec->alignment_power = 0 [all...] |
| pef.c | 303 asection *bfdsec; local 306 bfdsec = bfd_make_section_anyway (abfd, name); 307 if (bfdsec == NULL) 310 bfdsec->vma = section->default_address + section->container_offset; 311 bfdsec->lma = section->default_address + section->container_offset; 312 bfdsec->size = section->container_length; 313 bfdsec->filepos = section->container_offset; 314 bfdsec->alignment_power = section->alignment; 316 bfdsec->flags = bfd_pef_section_flags (section); 318 return bfdsec; [all...] |
| xsym.c | 2201 asection *bfdsec; local 2216 bfdsec = bfd_make_section_anyway_with_flags (abfd, name, SEC_HAS_CONTENTS); 2217 if (bfdsec == NULL) 2220 bfdsec->vma = 0; 2221 bfdsec->lma = 0; 2222 bfdsec->size = 0; 2223 bfdsec->filepos = 0; 2224 bfdsec->alignment_power = 0;
|
| mach-o.c | 4253 asection *bfdsec; local 4290 bfdsec = bfd_make_section_with_flags (abfd, sname, SEC_HAS_CONTENTS); 4292 bfdsec->vma = 0; 4293 bfdsec->lma = 0; 4294 bfdsec->size = cmd->flavours[i].size; 4295 bfdsec->filepos = cmd->flavours[i].offset; 4296 bfdsec->alignment_power = 0x0; 4298 cmd->section = bfdsec;
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| wasm-module.c | 396 asection *bfdsec; local 413 bfdsec = bfd_make_section_anyway_with_flags (abfd, sname, 415 if (bfdsec == NULL) 418 bfdsec->size = wasm_read_leb128 (abfd, &error, &bytes_read, false); 453 bfdsec = bfd_make_section_anyway_with_flags (abfd, name, 455 if (bfdsec == NULL) 458 bfdsec->size = payload_len; 461 bfdsec->vma = vma; 462 bfdsec->lma = vma; 463 bfdsec->alignment_power = 0 [all...] |
| pef.c | 304 asection *bfdsec; local 307 bfdsec = bfd_make_section_anyway (abfd, name); 308 if (bfdsec == NULL) 311 bfdsec->vma = section->default_address + section->container_offset; 312 bfdsec->lma = section->default_address + section->container_offset; 313 bfdsec->size = section->container_length; 314 bfdsec->filepos = section->container_offset; 315 bfdsec->alignment_power = section->alignment; 317 bfdsec->flags = bfd_pef_section_flags (section); 319 return bfdsec; [all...] |
| xsym.c | 2202 asection *bfdsec; local 2217 bfdsec = bfd_make_section_anyway_with_flags (abfd, name, SEC_HAS_CONTENTS); 2218 if (bfdsec == NULL) 2221 bfdsec->vma = 0; 2222 bfdsec->lma = 0; 2223 bfdsec->size = 0; 2224 bfdsec->filepos = 0; 2225 bfdsec->alignment_power = 0;
|
| mach-o.c | 4252 asection *bfdsec; local 4289 bfdsec = bfd_make_section_with_flags (abfd, sname, SEC_HAS_CONTENTS); 4291 bfdsec->vma = 0; 4292 bfdsec->lma = 0; 4293 bfdsec->size = cmd->flavours[i].size; 4294 bfdsec->filepos = cmd->flavours[i].offset; 4295 bfdsec->alignment_power = 0x0; 4297 cmd->section = bfdsec;
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| wasm-module.c | 396 asection *bfdsec; local 413 bfdsec = bfd_make_section_anyway_with_flags (abfd, sname, 415 if (bfdsec == NULL) 418 bfdsec->size = wasm_read_leb128 (abfd, &error, &bytes_read, false); 453 bfdsec = bfd_make_section_anyway_with_flags (abfd, name, 455 if (bfdsec == NULL) 458 bfdsec->size = payload_len; 461 bfdsec->vma = vma; 462 bfdsec->lma = vma; 463 bfdsec->alignment_power = 0 [all...] |
| pef.c | 304 asection *bfdsec; local 307 bfdsec = bfd_make_section_anyway (abfd, name); 308 if (bfdsec == NULL) 311 bfdsec->vma = section->default_address + section->container_offset; 312 bfdsec->lma = section->default_address + section->container_offset; 313 bfdsec->size = section->container_length; 314 bfdsec->filepos = section->container_offset; 315 bfdsec->alignment_power = section->alignment; 317 bfdsec->flags = bfd_pef_section_flags (section); 319 return bfdsec; [all...] |
| xsym.c | 2202 asection *bfdsec; local 2217 bfdsec = bfd_make_section_anyway_with_flags (abfd, name, SEC_HAS_CONTENTS); 2218 if (bfdsec == NULL) 2221 bfdsec->vma = 0; 2222 bfdsec->lma = 0; 2223 bfdsec->size = 0; 2224 bfdsec->filepos = 0; 2225 bfdsec->alignment_power = 0;
|
| mach-o.c | 4250 asection *bfdsec; local 4287 bfdsec = bfd_make_section_with_flags (abfd, sname, SEC_HAS_CONTENTS); 4289 bfdsec->vma = 0; 4290 bfdsec->lma = 0; 4291 bfdsec->size = cmd->flavours[i].size; 4292 bfdsec->filepos = cmd->flavours[i].offset; 4293 bfdsec->alignment_power = 0x0; 4295 cmd->section = bfdsec;
|
| /src/external/gpl3/gdb/dist/bfd/ |
| wasm-module.c | 396 asection *bfdsec; local 413 bfdsec = bfd_make_section_anyway_with_flags (abfd, sname, 415 if (bfdsec == NULL) 418 bfdsec->size = wasm_read_leb128 (abfd, &error, &bytes_read, false); 453 bfdsec = bfd_make_section_anyway_with_flags (abfd, name, 455 if (bfdsec == NULL) 458 bfdsec->size = payload_len; 461 bfdsec->vma = vma; 462 bfdsec->lma = vma; 463 bfdsec->alignment_power = 0 [all...] |
| pef.c | 304 asection *bfdsec; local 307 bfdsec = bfd_make_section_anyway (abfd, name); 308 if (bfdsec == NULL) 311 bfdsec->vma = section->default_address + section->container_offset; 312 bfdsec->lma = section->default_address + section->container_offset; 313 bfdsec->size = section->container_length; 314 bfdsec->filepos = section->container_offset; 315 bfdsec->alignment_power = section->alignment; 317 bfdsec->flags = bfd_pef_section_flags (section); 319 return bfdsec; [all...] |
| xsym.c | 2202 asection *bfdsec; local 2217 bfdsec = bfd_make_section_anyway_with_flags (abfd, name, SEC_HAS_CONTENTS); 2218 if (bfdsec == NULL) 2221 bfdsec->vma = 0; 2222 bfdsec->lma = 0; 2223 bfdsec->size = 0; 2224 bfdsec->filepos = 0; 2225 bfdsec->alignment_power = 0;
|
| mach-o.c | 4252 asection *bfdsec; local 4289 bfdsec = bfd_make_section_with_flags (abfd, sname, SEC_HAS_CONTENTS); 4291 bfdsec->vma = 0; 4292 bfdsec->lma = 0; 4293 bfdsec->size = cmd->flavours[i].size; 4294 bfdsec->filepos = cmd->flavours[i].offset; 4295 bfdsec->alignment_power = 0x0; 4297 cmd->section = bfdsec;
|
| /src/external/gpl3/binutils/dist/binutils/ |
| od-macho.c | 2248 asection *bfdsec = sec->bfdsection; 2251 size = bfd_section_size (bfdsec); 2253 bfd_get_section_contents (abfd, bfdsec, content, 0, size); 2247 asection *bfdsec = sec->bfdsection; local
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| od-macho.c | 2248 asection *bfdsec = sec->bfdsection; 2251 size = bfd_section_size (bfdsec); 2253 bfd_get_section_contents (abfd, bfdsec, content, 0, size); 2247 asection *bfdsec = sec->bfdsection; local
|