Home
last modified time | relevance | path

Searched refs:section_header (Results 1 – 10 of 10) sorted by relevance

/dragonfly/usr.sbin/cpucontrol/
H A Damd10h.c100 const section_header_t *section_header; in amd10h_update() local
192 if (section_header->size == 0) { in amd10h_update()
197 fw_data += sizeof(*section_header); in amd10h_update()
198 fw_size -= sizeof(*section_header); in amd10h_update()
200 if (section_header->size > fw_size) { in amd10h_update()
211 fw_data += section_header->size; in amd10h_update()
212 fw_size -= section_header->size; in amd10h_update()
232 fw_data += sizeof(*section_header); in amd10h_update()
233 fw_size -= sizeof(*section_header); in amd10h_update()
250 fw_data += section_header->size; in amd10h_update()
[all …]
H A Damd.h81 typedef struct section_header { struct
/dragonfly/contrib/gcc-8.0/gcc/
H A Dhsa-brig.c260 struct BrigSectionHeader section_header; in output() local
263 section_header.byteCount = lendian64 (total_size); in output()
264 section_header.headerByteCount = lendian32 (header_byte_count); in output()
265 section_header.nameLength = lendian32 (strlen (section_name)); in output()
266 assemble_string ((const char *) &section_header, 16); in output()
267 assemble_string (section_name, (section_header.nameLength)); in output()
/dragonfly/contrib/binutils-2.34/elfcpp/
H A Delfcpp_file.h196 section_header(unsigned int shndx) in section_header() function
/dragonfly/contrib/binutils-2.27/elfcpp/
H A Delfcpp_file.h196 section_header(unsigned int shndx) in section_header() function
/dragonfly/contrib/binutils-2.27/gold/
H A Dobject.cc989 typename This::Shdr symshdr(this, this->elf_file_.section_header(link)); in include_section_group()
2172 this->elf_file_.section_header(symtab_shndx)); in do_count_local_symbols()
2636 this->elf_file_.section_header(symtab_shndx)); in write_local_symbols()
H A Darm.cc6477 symtabshdr(this, this->elf_file()->section_header(symtab_shndx)); in do_count_local_symbols()
6496 strtabshdr(this, this->elf_file()->section_header(strtab_shndx)); in do_count_local_symbols()
6914 symtabshdr(this, this->elf_file()->section_header(symtab_shndx)); in do_read_symbols()
7008 symtabshdr(this, this->elf_file()->section_header(symtab_shndx)); in update_output_local_symbol_count()
H A Daarch64.cc1867 symtabshdr(this, this->elf_file()->section_header(symtab_shndx)); in do_count_local_symbols()
1886 strtabshdr(this, this->elf_file()->section_header(strtab_shndx)); in do_count_local_symbols()
H A Dmips.cc6703 symtabshdr(this, this->elf_file()->section_header(symtab_shndx)); in do_count_local_symbols()
/dragonfly/contrib/binutils-2.34/gold/
H A Dobject.cc990 typename This::Shdr symshdr(this, this->elf_file_.section_header(link)); in include_section_group()
2290 this->elf_file_.section_header(symtab_shndx)); in do_count_local_symbols()
2763 this->elf_file_.section_header(symtab_shndx)); in write_local_symbols()