diff options
author | Josh Poimboeuf <jpoimboe@kernel.org> | 2023-05-30 20:20:55 +0300 |
---|---|---|
committer | Josh Poimboeuf <jpoimboe@kernel.org> | 2023-06-07 20:03:14 +0300 |
commit | a5bd623653231bce8657978e9d2c2ebfaf19e297 (patch) | |
tree | 47436cd52146955cf3d2afa8906b839698867106 /tools/build/feature | |
parent | 2707579dfa615a5dda4aabb92e433f03a87b5ec5 (diff) | |
download | linux-a5bd623653231bce8657978e9d2c2ebfaf19e297.tar.xz |
objtool: Improve reloc naming
- The term "reloc" is overloaded to mean both "an instance of struct
reloc" and "a reloc section". Change the latter to "rsec".
- For variable names, use "sec" for regular sections and "rsec" for rela
sections to prevent them getting mixed up.
- For struct reloc variables, use "reloc" instead of "rel" everywhere
for consistency.
Link: https://lore.kernel.org/r/8b790e403df46f445c21003e7893b8f53b99a6f3.1685464332.git.jpoimboe@kernel.org
Signed-off-by: Josh Poimboeuf <jpoimboe@kernel.org>
Diffstat (limited to 'tools/build/feature')
0 files changed, 0 insertions, 0 deletions