Home
last modified time | relevance | path

Searched refs:arm_sec (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/binutils/
Dreadelf.c10024 arm_free_section (struct arm_section *arm_sec) in arm_free_section() argument
10026 free (arm_sec->data); in arm_free_section()
10027 free (arm_sec->rela); in arm_free_section()
10044 struct arm_section * arm_sec, in get_unwind_section_word() argument
10057 if (sec == NULL || arm_sec == NULL) in get_unwind_section_word()
10067 if (sec != arm_sec->sec) in get_unwind_section_word()
10071 arm_free_section (arm_sec); in get_unwind_section_word()
10073 arm_sec->sec = sec; in get_unwind_section_word()
10074 arm_sec->data = get_data (NULL, aux->filedata, sec->sh_offset, 1, in get_unwind_section_word()
10076 arm_sec->rela = NULL; in get_unwind_section_word()
[all …]
DChangeLog-201189 Initliase the rel_type field of the arm_sec structure.