OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:yasm_section_relocs_first
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
section.h
285
/*@null@*/ yasm_reloc *
yasm_section_relocs_first
(yasm_section *sect);
section.c
574
yasm_section_relocs_first
(yasm_section *sect)
function
[
all
...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/listfmts/nasm/
nasm-listfmt.c
184
last_hist->next_reloc =
yasm_section_relocs_first
(sect);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf.c
739
if (!
yasm_section_relocs_first
(sect))
765
reloc = (elf_reloc_entry *)
yasm_section_relocs_first
(sect);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/
rdf-objfmt.c
400
reloc = (rdf_reloc *)
yasm_section_relocs_first
(sect);
[
all
...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/
xdf-objfmt.c
337
reloc = (xdf_reloc *)
yasm_section_relocs_first
(sect);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/
macho-objfmt.c
652
reloc = (macho_reloc *)
yasm_section_relocs_first
(sect);
[
all
...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
coff-objfmt.c
[
all
...]
Completed in 74 milliseconds