Searched refs:get_stab_string_offset (Results 1 – 16 of 16) sorted by relevance
/openbsd-src/gnu/usr.bin/binutils/gas/ |
H A D | read.h | 98 extern unsigned int get_stab_string_offset
|
H A D | stabs.c | 83 get_stab_string_offset (const char *string, const char *stabstr_secname) in get_stab_string_offset() function 345 stroff = get_stab_string_offset (string, stabstr_secname); in s_stab_generic()
|
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-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.
|
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/ |
H A D | read.h | 99 extern unsigned int get_stab_string_offset
|
H A D | stabs.c | 83 get_stab_string_offset (const char *string, const char *stabstr_secname) in get_stab_string_offset() function 340 stroff = get_stab_string_offset (string, stabstr_secname); in s_stab_generic()
|
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-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.
|
/openbsd-src/gnu/usr.bin/binutils/gas/config/ |
H A D | obj-som.c | 264 stroff = get_stab_string_offset (file, "$GDB_STRINGS$");
|
H A D | obj-elf.c | 1559 stroff = get_stab_string_offset (file, stabstr_name); in obj_elf_init_stab_section()
|
H A D | obj-coff.c | 1643 stroff = get_stab_string_offset (file, stabstr_name); 4536 stroff = get_stab_string_offset (file, stabstr_name);
|
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/ |
H A D | obj-som.c | 253 stroff = get_stab_string_offset (file, "$GDB_STRINGS$"); in obj_som_init_stab_section()
|
H A D | obj-coff.c | 1747 stroff = get_stab_string_offset (file, stabstr_name); in obj_coff_init_stab_section()
|
H A D | obj-elf.c | 1639 stroff = get_stab_string_offset (file, stabstr_name); in obj_elf_init_stab_section()
|