Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dobj-coff-seh.c162 if (seh_ctx_cur->code_seg == now_seg) in seh_validate_seg()
164 cseg_name = bfd_get_section_name (stdoutput, seh_ctx_cur->code_seg); in seh_validate_seg()
176 subseg_set (seh_ctx_cur->code_seg, 0); in obj_coff_seh_code()
180 switch_xdata (int subseg, segT code_seg) in switch_xdata() argument
182 x_segcur = seh_hash_find_or_make (code_seg, ".xdata"); in switch_xdata()
188 switch_pdata (segT code_seg) in switch_pdata() argument
190 p_segcur = seh_hash_find_or_make (code_seg, ".pdata"); in switch_pdata()
393 switch_xdata (seh_ctx_cur->subsection + 1, seh_ctx_cur->code_seg); in obj_coff_seh_handlerdata()
444 seh_ctx_cur->code_seg = now_seg; in obj_coff_seh_proc()
448 x_segcur = seh_hash_find_or_make (seh_ctx_cur->code_seg, ".xdata"); in obj_coff_seh_proc()
[all …]
Dobj-coff-seh.h95 segT code_seg; member
/toolchain/binutils/binutils-2.27/bfd/
Delf64-ia64-vms.c4066 unsigned int code_seg = 0; in elf64_ia64_finish_dynamic_sections() local
4093 code_seg = phdr - base_phdr; in elf64_ia64_finish_dynamic_sections()
4130 dyn.d_un.d_val = code_seg; in elf64_ia64_finish_dynamic_sections()
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-2010786 * config/obj-coff-seh.h (seh_context): New member code_seg.