OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:got_sec
(Results
1 - 3
of
3
) sorted by null
/toolchain/binutils/binutils-2.27/binutils/
nlmconv.c
548
asection *
got_sec
;
550
got_sec
= bfd_get_section_by_name (inbfd, ".got");
551
assert (
got_sec
!= (asection *) NULL);
552
sym->value =
got_sec
->output_offset;
553
sym->section =
got_sec
->output_section;
546
asection *
got_sec
;
local
1694
asection *
got_sec
;
local
1811
asection *
got_sec
;
local
[
all
...]
/toolchain/binutils/binutils-2.27/bfd/
elf64-ia64-vms.c
2969
asection *
got_sec
;
local
3239
asection *
got_sec
= ia64_info->root.sgot;
local
[
all
...]
elfnn-ia64.c
3266
asection *
got_sec
;
local
3645
asection *
got_sec
= ia64_info->root.sgot;
local
[
all
...]
Completed in 72 milliseconds