Searched refs:get_stab_string_offset (Results 1 – 19 of 19) sorted by relevance
/netbsd-src/external/gpl3/binutils/dist/gas/ |
H A D | stabs.c | 95 get_stab_string_offset (const char *string, segT stabstr) in get_stab_string_offset() function 347 stroff = get_stab_string_offset (string, stabstr); in s_stab_generic()
|
H A D | read.h | 116 extern unsigned int get_stab_string_offset (const char *, segT);
|
H A D | ChangeLog-9295 | 546 * stabs.c (get_stab_string_offset): Only copy input string if a 2971 * stabs.c (get_stab_string_offset): Always define. If 2980 * read.h (get_stab_string_offset): Declare unconditionally. 8191 get_stab_string_offset, s_stab_generic, s_stab, s_xstab, s_desc): 8480 (get_stab_string_offset): Remove unused variable aligned. 8601 * read.c (get_stab_string_offset): Set SEC_DEBUGGING for any 8685 (get_stab_string_offset): Is now passed the full name for the 8694 the full name of the stab string section to get_stab_string_offset. 9292 * read.c (get_stab_string_offset): Make non-static. Make 9294 * read.h: Declare get_stab_string_offset. [all …]
|
H A D | ChangeLog-2018 | 194 * read.h (get_stab_string_offset): Update prototype. 195 * stabs.c (get_stab_string_offset): Add free_stabstr_secname 200 macros. Delete cached_secname. Adjust get_stab_string_offset 205 get_stab_string_offset call. 4297 * stabs.c (get_stab_string_offset): Fail if there is no string
|
H A D | ChangeLog-9899 | 4239 * stabs.c (get_stab_string_offset): Always create a stab string
|
H A D | ChangeLog-9697 | 5264 (get_stab_string_offset): Use xstrdup rather than strdup.
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/ |
H A D | stabs.c | 82 get_stab_string_offset (const char *string, const char *stabstr_secname, in get_stab_string_offset() function 346 stroff = get_stab_string_offset (string, stabstr_secname, in s_stab_generic()
|
H A D | read.h | 116 extern unsigned int get_stab_string_offset
|
H A D | ChangeLog-9295 | 546 * stabs.c (get_stab_string_offset): Only copy input string if a 2971 * stabs.c (get_stab_string_offset): Always define. If 2980 * read.h (get_stab_string_offset): Declare unconditionally. 8191 get_stab_string_offset, s_stab_generic, s_stab, s_xstab, s_desc): 8480 (get_stab_string_offset): Remove unused variable aligned. 8601 * read.c (get_stab_string_offset): Set SEC_DEBUGGING for any 8685 (get_stab_string_offset): Is now passed the full name for the 8694 the full name of the stab string section to get_stab_string_offset. 9292 * read.c (get_stab_string_offset): Make non-static. Make 9294 * read.h: Declare get_stab_string_offset. [all …]
|
H A D | ChangeLog-2018 | 194 * read.h (get_stab_string_offset): Update prototype. 195 * stabs.c (get_stab_string_offset): Add free_stabstr_secname 200 macros. Delete cached_secname. Adjust get_stab_string_offset 205 get_stab_string_offset call. 4297 * stabs.c (get_stab_string_offset): Fail if there is no string
|
H A D | ChangeLog-9899 | 4239 * stabs.c (get_stab_string_offset): Always create a stab string
|
H A D | ChangeLog-9697 | 5264 (get_stab_string_offset): Use xstrdup rather than strdup.
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | obj-som.c | 250 stroff = get_stab_string_offset (file, "$GDB_STRINGS$", false); in obj_som_init_stab_section()
|
H A D | obj-coff.c | 1816 stroff = get_stab_string_offset (file, stabstr_name, true); in obj_coff_init_stab_section()
|
H A D | obj-elf.c | 2519 stroff = get_stab_string_offset (file, stabstr_name, true); in obj_elf_init_stab_section()
|
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | obj-som.c | 250 stroff = get_stab_string_offset (file, stabstr); in obj_som_init_stab_section()
|
H A D | obj-coff.c | 1818 stroff = get_stab_string_offset (file, stabstr); in obj_coff_init_stab_section()
|
H A D | obj-elf.c | 2584 stroff = get_stab_string_offset (file, stabstr); in obj_elf_init_stab_section()
|
/netbsd-src/external/gpl3/binutils/dist/ |
H A D | ChangeLog.git | 27765 gas init_stab_section and get_stab_string_offset 27766 get_stab_string_offset currently creates the stabstr section if not 27785 param. Pass to get_stab_string_offset rather than name of 27796 * read.h (get_stab_string_offset): Update prototype. 27799 (get_stab_string_offset): Add stabstr param, delete stabstr_name
|