Home
last modified time | relevance | path

Searched refs:code_sec (Results 1 – 4 of 4) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/bfd/
Dnlm32-alpha.c402 asection *code_sec, *data_sec; in nlm_alpha_read_reloc() local
424 code_sec = bfd_get_section_by_name (abfd, NLM_CODE_NAME); in nlm_alpha_read_reloc()
450 rel->sym_ptr_ptr = code_sec->symbol_ptr_ptr; in nlm_alpha_read_reloc()
451 BFD_ASSERT (bfd_get_section_vma (abfd, code_sec) == 0); in nlm_alpha_read_reloc()
471 || r_vaddr < code_sec->size) in nlm_alpha_read_reloc()
473 *secp = code_sec; in nlm_alpha_read_reloc()
479 rel->address = r_vaddr - code_sec->size; in nlm_alpha_read_reloc()
758 asection *code_sec, *data_sec; in nlm_alpha_set_public_section() local
760 code_sec = bfd_get_section_by_name (abfd, NLM_CODE_NAME); in nlm_alpha_set_public_section()
762 if (sym->symbol.value < code_sec->size) in nlm_alpha_set_public_section()
[all …]
Dnlm32-ppc.c443 asection *code_sec, *data_sec, *bss_sec; in nlm_powerpc_read_reloc() local
456 code_sec = bfd_get_section_by_name (abfd, NLM_CODE_NAME); in nlm_powerpc_read_reloc()
470 sec = code_sec; in nlm_powerpc_read_reloc()
499 *secp = code_sec; in nlm_powerpc_read_reloc()
503 l_vaddr -= code_sec->size; in nlm_powerpc_read_reloc()
735 asection *code_sec, *data_sec, *bss_sec; in nlm_powerpc_write_reloc() local
745 code_sec = bfd_get_section_by_name (abfd, NLM_CODE_NAME); in nlm_powerpc_write_reloc()
758 if (symsec == code_sec) in nlm_powerpc_write_reloc()
806 if (sec == code_sec) in nlm_powerpc_write_reloc()
811 address += code_sec->size; in nlm_powerpc_write_reloc()
Dnlm32-sparc.c98 asection *code_sec, *data_sec; in nlm_sparc_read_reloc() local
103 code_sec = bfd_get_section_by_name (abfd, NLM_CODE_NAME); in nlm_sparc_read_reloc()
106 *secp = code_sec; in nlm_sparc_read_reloc()
Delf64-ppc.c4806 asection **code_sec, in opd_entry_value() argument
4822 if (code_sec != NULL) in opd_entry_value()
4832 *code_sec = likely; in opd_entry_value()
4907 if (code_sec != NULL) in opd_entry_value()
4908 *code_sec = sec; in opd_entry_value()
8899 asection *sym_sec, *code_sec; in ppc64_elf_size_stubs() local
8987 code_sec = sym_sec; in ppc64_elf_size_stubs()
9001 &code_sec, &sym_value); in ppc64_elf_size_stubs()
9010 hash->elf.root.u.def.section = code_sec; in ppc64_elf_size_stubs()
9028 if (code_sec != NULL in ppc64_elf_size_stubs()
[all …]