Home
last modified time | relevance | path

Searched refs:elf_frob_symbol (Results 1 – 10 of 10) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/config/
Dobj-elf.h232 extern void elf_frob_symbol (symbolS *, int *);
234 #define obj_frob_symbol(symp, punt) elf_frob_symbol (symp, &punt)
Dobj-elf.c2145 elf_frob_symbol (symbolS *symp, int *puntp) in elf_frob_symbol() function
2710 elf_frob_symbol,
Dtc-aarch64.c7389 elf_frob_symbol (symp, puntp); in aarch64elf_frob_symbol()
Dtc-arm.c24540 elf_frob_symbol (symp, puntp); in armelf_frob_symbol()
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-20111659 * config/obj-elf.c (elf_frob_symbol): Report S_SET_SIZE symbol
1698 * config/obj-elf.c (elf_frob_symbol): Use as_bad to report
1747 * config/obj-elf.c (elf_frob_symbol): Mention symbol name in
1817 * config/obj-elf.c (elf_frob_symbol): Properly handle size expression.
DChangeLog-9697821 * config/obj-elf.c (elf_frob_symbol): Only set BSF_OBJECT for
1579 * config/obj-elf.c (elf_frob_symbol): If TC_MIPS, set BSF_OBJECT
2091 (elf_frob_symbol): Check for external default versions.
2101 (elf_frob_symbol): If there is a versioned_name, either rename the
5482 * config/obj-elf.c (elf_frob_symbol): On the PowerPC, force all
5785 * config/obj-elf.c (elf_frob_symbol): If TC_MIPS, set BSF_OBJECT
DChangeLog-9295111 * config/obj-elf.c (elf_frob_symbol): Don't free and clear sy_obj
2810 (obj_read_begin_hook, obj_symbol_new_hook, elf_frob_symbol,
2870 (elf_frob_symbol): Now takes additional int* argument.
2871 * config/obj-elf.h (elf_frob_symbol): Update declaration.
2885 (obj_read_begin_hook, obj_symbol_new_hook, elf_frob_symbol,
3532 * config/obj-elf.c (elf_frob_symbol): Warn if a symbol is both
4527 (elf_frob_symbol): Declare.
4528 (obj_frob_symbol): Call elf_frob_symbol always, rather than
4535 (elf_frob_symbol): New function. Computes sizes, calls
DChangeLog-20141041 * config/obj-elf.c (elf_frob_symbol): Remove assert.
DChangeLog-00014341 * config/obj-elf.c (elf_frob_symbol): Support
4669 * config/obj-elf.c (elf_frob_symbol): Revert 2000-10-07 change.
4678 * config/obj-elf.c (elf_frob_symbol): Make section syms global on
7148 * config/obj-elf.c (elf_frob_symbol): Remove code which when
DChangeLog2464 * config/obj-elf.c (elf_frob_symbol): Adjust.